1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/multimedia/gtksubtitler/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
747 B
Makefile

# New ports collection makefile for: gtksubtitler
# Date created: Thu Nov 21 15:05:53 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GTKsubtitler
PORTVERSION= 0.2.4
PORTREVISION= 5
CATEGORIES= multimedia gnome
MASTER_SITES= http://matrix.kamp.pl/~pawelb/gtksubtitler/download/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A small GNOME program for editing and converting subtitles
USE_GNOME= gnomeprefix gnomelibs
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 <bsd.port.mk>