1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/misc/gregexp/Makefile
Ying-Chieh Liao e484cf47cc add missing libgnomeui depend
fix build on -stable (use gcc33)

Noticed by:	bento via kris
2004-05-10 00:47:25 +00:00

29 lines
600 B
Makefile

# ex:ts=8
# Ports collection makefile for: gregexp
# Date created: May 4, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gregexp
PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://dentrassi.de/download/gregexp/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical regular expression explorer
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_X_PREFIX= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GNOME= gtk20 gnomeprefix libgnomeui
USE_GCC= 3.3
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>