blob: 416d15ec93d17cd01cbf30cfabde8133f0baf638 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection Makefile for: gbackground
# Date created: 05/06/2000
# Whom: smoberly@xavier.dyndns.org
#
# $FreeBSD$
#
PORTNAME= gbackground
PORTVERSION= 1.0.0
#PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= http://gBackGround.sourceforge.net/
DISTNAME= gBackGround-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome Panel applet to change the background on the desktop
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= libpanel
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|