2005-04-19 15:14:10 +02:00
|
|
|
# New ports collection makefile for: gcolor2
|
|
|
|
# Date created: 18 April 2005
|
|
|
|
# Whom: Piotr Smyrak, piotr.smyrak@heron.pl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcolor2
|
2005-07-19 13:00:55 +02:00
|
|
|
PORTVERSION= 0.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2005-04-19 15:14:10 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2005-04-19 15:14:10 +02:00
|
|
|
|
2013-05-16 22:07:39 +02:00
|
|
|
MAINTAINER= ps.ports@smyrak.com
|
2005-04-19 15:14:10 +02:00
|
|
|
COMMENT= A simple GTK+ 2.0 color selector
|
|
|
|
|
|
|
|
USE_GNOME= gtk20 gnomeprefix
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-04-19 15:14:10 +02:00
|
|
|
|
|
|
|
SUB_FILES= gcolor2.desktop
|
|
|
|
|
|
|
|
post-install:
|
2007-10-25 01:37:25 +02:00
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${PREFIX}/share/applications
|
2005-04-19 15:14:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|