freebsd-ports/graphics/gcolor2/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

24 lines
519 B
Makefile

# Created by: Piotr Smyrak, piotr.smyrak@heron.pl
# $FreeBSD$
PORTNAME= gcolor2
PORTVERSION= 0.4
PORTREVISION= 9
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>