2004-05-02 00:47:45 +02: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 07:56:48 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 12
|
2004-05-02 00:47:45 +02: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
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2004-05-02 00:47:45 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2004-05-02 00:47:45 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-05-02 00:47:45 +02:00
|
|
|
|
2004-08-28 08:26:29 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2004-05-26 05:35:49 +02:00
|
|
|
|
2004-05-02 00:47:45 +02:00
|
|
|
.include <bsd.port.mk>
|