freebsd-ports/graphics/gcolor2/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
594 B
Makefile

# New ports collection makefile for: gcolor2
# Date created: 18 April 2005
# Whom: Piotr Smyrak, piotr.smyrak@heron.pl
#
# $FreeBSD$
#
PORTNAME= gcolor2
PORTVERSION= 0.4
PORTREVISION= 8
CATEGORIES= graphics gnome
MASTER_SITES= SF
MAINTAINER= smyru@heron.pl
COMMENT= A simple GTK+ 2.0 color selector
USE_GNOME= gtk20 gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= gcolor2.desktop
post-install:
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications
.include <bsd.port.mk>