2003-10-10 08:28:17 +02:00
|
|
|
# New ports collection makefile for: textproc/sagasu
|
|
|
|
# Date created: 10 Jul 2003
|
|
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sagasu
|
2006-02-01 02:48:15 +01:00
|
|
|
PORTVERSION= 2.0.8
|
2003-10-10 08:28:17 +02:00
|
|
|
CATEGORIES= textproc gnome
|
2006-05-02 14:53:36 +02:00
|
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
2003-10-10 08:28:17 +02:00
|
|
|
|
2004-12-12 15:49:37 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-09-17 22:27:45 +02:00
|
|
|
COMMENT= A GNOME tool to find strings in a set of files
|
2003-10-10 08:28:17 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2005-09-17 22:27:45 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
2006-05-02 14:53:36 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-10-10 08:28:17 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-10 08:28:17 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= sagasu.1
|
|
|
|
|
2005-01-12 00:11:54 +01:00
|
|
|
post-patch:
|
2005-09-17 22:27:45 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in AUTHORS INSTALL NEWS README THANKS TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2004-01-29 10:41:38 +01:00
|
|
|
|
2003-10-10 08:28:17 +02:00
|
|
|
.include <bsd.port.mk>
|