2007-01-22 15:31:07 +01:00
|
|
|
# New ports collection makefile for: gaupol
|
|
|
|
# Date created: 08 January 2007
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gaupol
|
2009-10-20 11:40:14 +02:00
|
|
|
PORTVERSION= 0.15
|
2007-01-22 15:31:07 +01:00
|
|
|
CATEGORIES= multimedia
|
2009-10-20 11:40:14 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/gaupol/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
2007-01-22 15:31:07 +01:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-01-22 15:31:07 +01:00
|
|
|
COMMENT= Subtitle editor
|
|
|
|
|
2009-10-20 11:40:14 +02:00
|
|
|
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
|
2007-01-22 15:31:07 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-10-20 11:40:14 +02:00
|
|
|
USE_GNOME= pygtk2
|
2007-01-22 15:31:07 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2009-10-20 11:40:14 +02:00
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
2007-12-15 10:16:27 +01:00
|
|
|
|
|
|
|
post-patch:
|
2009-10-20 11:40:14 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|share/man/|man/|' ${WRKSRC}/manifest/data-files
|
2007-01-22 15:31:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|