freebsd-ports/graphics/gcolor2/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
654 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= 2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= smyru@heron.pl
COMMENT= A simple GTK+ 2.0 color selector
USE_X_PREFIX= yes
USE_GNOME= gtk20 gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
SUB_FILES= gcolor2.desktop
post-install:
${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/gnome/applications
.include <bsd.port.mk>