3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
32 lines
781 B
Makefile
32 lines
781 B
Makefile
# New ports collection makefile for: textproc/sagasu
|
|
# Date created: 10 Jul 2003
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sagasu
|
|
PORTVERSION= 2.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ \
|
|
http://demian.dyndns.org/src/
|
|
|
|
MAINTAINER= rael@vectorstar.net
|
|
COMMENT= Sagasu is a GNOME tool to find strings in a set of files
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER=13
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= sagasu.1
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|