mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# 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_GNOME= libpanel
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|