blob: c186c5d583310cc428aea7cdc3654ae1e2a91a68 (
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
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: gaupol
# Date created: 08 January 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gaupol
PORTVERSION= 0.19.2
PORTREVISION= 1
CATEGORIES= multimedia python
MASTER_SITES= http://download.gna.org/gaupol/0.19/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Subtitle editor
LICENSE= GPLv3
RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \
py*-enchant>=1.5.1:${PORTSDIR}/textproc/py-enchant
USE_GNOME= pygtk2 desktopfileutils
USE_PYTHON= 2.6+
USE_PYDISTUTILS=yes
INSTALLS_ICONS= yes
MAN1= ${PORTNAME}.1
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>
|