c1b44346cd
until proven otherwise.
27 lines
865 B
Makefile
27 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:11 wiz Exp $
|
|
|
|
DISTNAME= gaupol-0.19.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://download.gna.org/gaupol/0.19/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://home.gna.org/gaupol/index.html
|
|
COMMENT= Subtitle editor
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes
|
|
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
|
|
DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4:../../textproc/py-enchant
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.16:../../x11/py-gtk2
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= intltool msgfmt
|
|
|
|
PYSETUPARGS= --mandir=${PREFIX}/${PKGMANDIR}
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|