2005-11-26 14:10:21 +01:00
|
|
|
# New ports collection makefile for: pcrs
|
|
|
|
# Date created: 31 July 2005
|
|
|
|
# Whom: Ken Wong <wongk@apt.homeunix.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pcrs
|
|
|
|
PORTVERSION= 0.0.3
|
|
|
|
CATEGORIES= textproc
|
2006-05-01 18:17:54 +02:00
|
|
|
MASTER_SITES= http://distfiles.master.finkmirrors.net/\
|
2005-11-26 14:10:21 +01:00
|
|
|
http://download.mirror.ac.uk/mirror/master.us.finkmirrors.net/distfiles/\
|
|
|
|
http://mirror.phy.olemiss.edu/mirror/fink/distfiles/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= wongk@apt.homeunix.net
|
|
|
|
COMMENT= Perl compatible regular expression based substitutions
|
|
|
|
|
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-26 14:10:21 +01:00
|
|
|
|
|
|
|
MAN3= pcrs.3
|
|
|
|
PLIST_FILES= bin/pcrsed \
|
|
|
|
lib/libpcrs.a \
|
|
|
|
lib/libpcrs.so \
|
|
|
|
lib/libpcrs.so.0
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pcrsed ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|