freebsd-ports/sysutils/gnome-control-center1/Makefile

33 lines
765 B
Makefile
Raw Normal View History

1999-01-05 14:12:01 +01:00
# New ports collection makefile for: control-center
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
1999-01-05 14:12:01 +01:00
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
1999-01-05 14:12:01 +01:00
#
PORTNAME= gnome-control-center
PORTVERSION= 1.4.0.5
PORTREVISION= 5
CATEGORIES= sysutils gnome
1999-01-27 09:31:54 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/control-center/1.4
DISTNAME= control-center-${PORTVERSION}
2002-02-12 18:48:20 +01:00
DIST_SUBDIR= gnome
1999-01-05 14:12:01 +01:00
MAINTAINER= gnome@FreeBSD.org
COMMENT= Control center for GNOME project
1999-01-05 14:12:01 +01:00
2002-02-12 18:48:20 +01:00
USE_BZIP2= yes
1999-01-05 14:12:01 +01:00
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomecanvas gnomevfs libcapplet
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
INSTALLS_OMF= yes
2002-02-07 14:46:49 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
1999-01-05 14:12:01 +01:00
LATEST_LINK= gnome-control-center1
1999-01-05 14:12:01 +01:00
.include <bsd.port.mk>