summaryrefslogtreecommitdiffstats
path: root/textproc/sagasu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sagasu/Makefile')
-rw-r--r--textproc/sagasu/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile
new file mode 100644
index 000000000..d453824e4
--- /dev/null
+++ b/textproc/sagasu/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: textproc/sagasu
+# Date created: 10 Jul 2003
+# Whom: Juan Salaverria <rael@vectorstar.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sagasu
+PORTVERSION= 2.0.8
+PORTREVISION= 2
+CATEGORIES= textproc gnome
+MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A GNOME tool to find strings in a set of files
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix libgnomeui
+USE_GETTEXT= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= sagasu.1
+
+post-patch:
+ @${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
+
+.include <bsd.port.mk>