blob: 29056ba2935b333dfc32fe5071df85755e0bac8d (
plain)
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
|
# $NetBSD: Makefile,v 1.10 2010/06/05 23:55:39 wiz Exp $
#
DISTNAME= gaupol-0.16
CATEGORIES= misc
MASTER_SITES= http://download.gna.org/gaupol/0.16/
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
PYTHON_VERSIONS_ACCEPTED= 26
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
USE_TOOLS+= intltool msgfmt
PKG_DESTDIR_SUPPORT= user-destdir
# https://bugzilla.gnome.org/show_bug.cgi?id=620665
SUBST_CLASSES+= manpath
SUBST_FILES.manpath= INSTALL manifest/data-files.gaupol
SUBST_MESSAGE.manpath= Fixing man page installation path.
SUBST_SED.manpath= -e "s,share/man/man1,${PKGMANDIR}/man1,"
SUBST_STAGE.manpath= pre-build
.include "../../lang/python/extension.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
|