opnsense-ports/misc/gregexp/Makefile
Franco Fichtner bb3880bb77 */*: sync with upstream
Taken from: HardenedBSD
2018-03-27 04:30:24 +02:00

21 lines
441 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gregexp
PORTVERSION= 0.4
PORTREVISION= 1
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>