1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/cog/Makefile
Tijl Coosemans 094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00

24 lines
539 B
Makefile

# 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>