2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Will Andrews <andrews@technologist.com>
|
2000-02-21 23:47:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gcolor
|
|
|
|
PORTVERSION= 0.4
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 7
|
2000-10-05 08:36:23 +02:00
|
|
|
CATEGORIES= graphics x11
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2000-02-21 23:47:29 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= GTK-based color picker
|
2000-02-21 23:47:29 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/gcolor
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-02-21 23:47:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2000-10-05 08:36:23 +02:00
|
|
|
|
|
|
|
pre-patch:
|
2015-03-25 21:09:42 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
|
|
|
|
${WRKSRC}/configure
|
2000-02-21 23:47:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|