1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/gregexp/Makefile
2012-02-14 12:45:35 +00:00

27 lines
546 B
Makefile

# ex:ts=8
# Ports collection makefile for: gregexp
# Date created: May 4, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gregexp
PORTVERSION= 0.3
PORTREVISION= 11
CATEGORIES= misc
MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical regular expression explorer
LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>