freebsd-ports/x11/gbackground/Makefile
Ade Lovett bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00

25 lines
596 B
Makefile

# Ports collection Makefile for: gbackground
# Date created: 05/06/2000
# Whom: smoberly@xavier.dyndns.org
#
# $FreeBSD$
#
PORTNAME= gbackground
PORTVERSION= 1.0.0.b2
PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= http://ringer.cs.utsa.edu/~gsalinas/gBackGround/
DISTNAME= gBackGround-1.0.0-beta2
MAINTAINER= smoberly@xavier.dyndns.org
USE_GNOME= yes
ALL_TARGET= gBackGround_applet
USE_X_PREFIX= YES
USE_AUTOCONF= YES
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
.include <bsd.port.mk>