blob: 17777712c5207a4afb42d4404756e7cb799dcfad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= cog
PORTVERSION= 0.8.0
PORTREVISION= 13
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.krakoa.dk/progs/cog/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Program for editing advanced GNOME settings in an easy way
USE_XORG= x11
USE_GNOME= gnomeprefix libgnomeui
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>
|