1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/gregexp/Makefile
Pawel Pekala b185b04cc8 - Port is stage safe
- Convert to new LIB_DEPENDS format
2014-06-12 22:48:32 +00:00

23 lines
483 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gregexp
PORTVERSION= 0.3
PORTREVISION= 13
CATEGORIES= misc
MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical regular expression explorer
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USES= pkgconfig
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>