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