2013-03-25 18:44:20 +00:00
|
|
|
# Created by: ijliao
|
2004-05-04 05:48:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gregexp
|
2015-02-03 13:30:35 +00:00
|
|
|
PORTVERSION= 0.4
|
2004-05-04 05:48:58 +00:00
|
|
|
CATEGORIES= misc
|
2015-05-14 10:15:04 +00:00
|
|
|
MASTER_SITES= http://dentrassi.de/download/gregexp/${PORTVERSION}/
|
2004-05-04 05:48:58 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-25 18:44:20 +00:00
|
|
|
COMMENT= Graphical regular expression explorer
|
2004-05-04 05:48:58 +00:00
|
|
|
|
2014-06-12 22:48:32 +00:00
|
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
2004-05-04 05:48:58 +00:00
|
|
|
|
2013-09-03 12:13:23 +00:00
|
|
|
USES= pkgconfig
|
2004-07-03 15:42:10 +00:00
|
|
|
USE_GNOME= gnomeprefix libgnomeui
|
2004-05-04 05:48:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-05-04 05:48:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|