1999-01-05 14:12:01 +01:00
|
|
|
# New ports collection makefile for: control-center
|
|
|
|
# Date created: 29 Dec 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2006-05-28 17:30:03 +02:00
|
|
|
PORTNAME= gnome-control-center
|
2002-04-08 17:54:47 +02:00
|
|
|
PORTVERSION= 1.4.0.5
|
2006-05-16 07:17:05 +02:00
|
|
|
PORTREVISION= 4
|
1999-01-31 21:48:02 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/control-center/1.4
|
2000-04-09 21:09:11 +02:00
|
|
|
DISTNAME= control-center-${PORTVERSION}
|
2002-02-12 18:48:20 +01:00
|
|
|
DIST_SUBDIR= gnome
|
1999-01-05 14:12:01 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
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
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomecanvas gnomevfs libcapplet
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-05-16 07:17:05 +02:00
|
|
|
INSTALLS_OMF= yes
|
2002-02-07 14:46:49 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-30 06:02:08 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-01-05 14:12:01 +01:00
|
|
|
|
2006-05-28 17:30:03 +02:00
|
|
|
LATEST_LINK= gnome-control-center1
|
|
|
|
|
1999-01-05 14:12:01 +01:00
|
|
|
.include <bsd.port.mk>
|