File:  [cvs.NetBSD.org] / pkgsrc / misc / gaupol / Makefile
Revision 1.3: download - view: text, annotated - select for diffs
Wed Jul 22 09:01:36 2009 UTC (15 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html

# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:36 wiz Exp $
#

DISTNAME=	gaupol-0.13.1
CATEGORIES=	misc
MASTER_SITES=	http://download.gna.org/gaupol/0.13/

MAINTAINER=	wiz@NetBSD.org
HOMEPAGE=	http://home.gna.org/gaupol/index.html
COMMENT=	Subtitle editor

DEPENDS+=	iso-codes-[0-9]*:../../textproc/iso-codes
DEPENDS+=	${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+=	${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
DEPENDS+=	${PYPKGPREFIX}-gtk2>=2.12:../../x11/py-gtk2

PYTHON_VERSIONS_ACCEPTED=	25
PYDISTUTILSPKG= 		yes
USE_LANGUAGES=			# none
USE_TOOLS+=			intltool msgfmt
PKG_DESTDIR_SUPPORT=		user-destdir

SUBST_CLASSES+=			manpath
SUBST_FILES.manpath=		INSTALL setup.py
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"

CVSweb <webmaster@jp.NetBSD.org>