aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gtksubtitler/Makefile
blob: bdc880d7c5a9638c1b095a73152940c0162718f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.0.p1
CATEGORIES=	multimedia gnome
MASTER_SITES=	http://dark.pkn.com.pl/~pawel/gtksubtitler/download/
DISTNAME=	${PORTNAME}-v${PORTVERSION:C/.p(.)$/pre\1/}

MAINTAINER=	lioux@FreeBSD.org
COMMENT=	A small GNOME program for editing and converting subtitles

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 <bsd.port.mk>