freebsd-ports/devel/regexxer/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

35 lines
932 B
Makefile

# New ports collection makefile for: regexxer
# Date created: 15 February 2003
# Whom: Rui Lopes <rui@ruilopes.com>
#
# $FreeBSD$
#
PORTNAME= regexxer
PORTVERSION= 0.9
PORTREVISION= 7
CATEGORIES= devel textproc gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An interactive tool for performing search and replace operations
LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
pcre.0:${PORTSDIR}/devel/pcre
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intltool intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= regexxer.schemas
INSTALLS_ICONS= regexxer.png
# This target is only meant to be used by the port maintainer.
x-generate-plist:
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${GREP} regexxer) > temp-pkg-plist
.include <bsd.port.mk>