mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
49 lines
1007 B
Makefile
49 lines
1007 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gaupol
|
|
PORTVERSION= 0.19.2
|
|
PORTREVISION= 3
|
|
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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
USES= desktop-file-utils
|
|
INSTALLS_ICONS= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
NO_STAGE= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
USES+= gettext
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
-e 's|share/man|man|g' \
|
|
-e 's,distutils\.command\.install$$,setuptools\.command\.install,g' \
|
|
-e 's,distutils\.command\.install\.,setuptools\.command\.install\.,g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|