8d6597e0bb
With hat: portmgr Sponsored by: Absolight
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gregexp
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://dentrassi.de/download/gregexp/${PORTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical regular expression explorer
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= gnomeprefix libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|