2004-05-01 22:47:45 +00:00
|
|
|
# New ports collection makefile for: COnfigurator for Gnome
|
|
|
|
# Date created: 01 May 2004
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cog
|
2004-09-01 05:56:48 +00:00
|
|
|
PORTVERSION= 0.8.0
|
2005-03-12 10:54:27 +00:00
|
|
|
PORTREVISION= 2
|
2004-05-01 22:47:45 +00:00
|
|
|
CATEGORIES= sysutils gnome
|
|
|
|
MASTER_SITES= http://www.krakoa.dk/progs/cog/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= A program for editing advanced GNOME settings in an easy way
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-05-26 03:35:49 +00:00
|
|
|
USE_REINPLACE= yes
|
2004-05-01 22:47:45 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-08-28 06:26:29 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2004-05-26 03:35:49 +00:00
|
|
|
|
2004-05-01 22:47:45 +00:00
|
|
|
.include <bsd.port.mk>
|