1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/gregexp/Makefile

21 lines
437 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= gregexp
2015-02-03 13:30:35 +00:00
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:${PORTSDIR}/devel/pcre
2013-09-03 12:13:23 +00:00
USES= pkgconfig
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>