freebsd-ports/graphics/gcolor2/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
520 B
Makefile

# Created by: Piotr Smyrak, piotr.smyrak@heron.pl
# $FreeBSD$
PORTNAME= gcolor2
PORTVERSION= 0.4
PORTREVISION= 10
CATEGORIES= graphics gnome
MASTER_SITES= SF
MAINTAINER= ps.ports@smyrak.com
COMMENT= Simple GTK+ 2.0 color selector
USES= pkgconfig
USE_GNOME= gtk20 gnomeprefix intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= gcolor2.desktop
post-install:
${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>