freebsd-ports/graphics/gcolor2/Makefile

29 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: gcolor2
# Date created: 18 April 2005
# Whom: Piotr Smyrak, piotr.smyrak@heron.pl
#
# $FreeBSD$
#
PORTNAME= gcolor2
PORTVERSION= 0.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 9
CATEGORIES= graphics gnome
MASTER_SITES= SF
MAINTAINER= ps.ports@smyrak.com
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>