From 91b3d835f3aecf355887ebada6cc0a1b7d6062da Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 21 Nov 2002 18:52:53 +0000 Subject: New port GTKsubtitler version 0.1.3: A small GNOME program for editing and converting subtitles --- multimedia/gtksubtitler/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 multimedia/gtksubtitler/Makefile (limited to 'multimedia/gtksubtitler/Makefile') diff --git a/multimedia/gtksubtitler/Makefile b/multimedia/gtksubtitler/Makefile new file mode 100644 index 000000000000..58fd2f76a9a5 --- /dev/null +++ b/multimedia/gtksubtitler/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gtksubtitler +# Date created: Thu Nov 21 15:05:53 UTC 2002 +# Whom: Mario Sergio Fujikawa Ferreira +# +# $FreeBSD$ +# + +PORTNAME= GTKsubtitler +PORTVERSION= 0.1.3 +CATEGORIES= multimedia gnome +MASTER_SITES= http://dark.pkn.com.pl/~pawel/gtksubtitler/download/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} + +MAINTAINER= lioux@FreeBSD.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomelibs +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +post-patch: +# disable GNU auto* tools + @${FIND} ${WRKSRC} -type f -name "Makefile.in" | \ + ${XARGS} -x -n 10 ${REINPLACE_CMD} -E -e \ + 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!' + +.include -- cgit