pkgsrc/x11/driconf/Makefile
wiz d70523df21 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
2009-07-22 09:01:16 +00:00

50 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:52 wiz Exp $
#
DISTNAME= driconf-0.9.1
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://dri.freedesktop.org/wiki/DriConf
COMMENT= Configuration applet for DRI drivers
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= xdriinfo>=1.0.2:../../x11/xdriinfo
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt msgmerge xgettext
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
PYDISTUTILSPKG= yes
REPLACE_PYTHON= *.py
PYTHON_VERSIONS_ACCEPTED= 25 24
SUBST_CLASSES+= fix-paths
SUBST_FILES.fix-paths= driconf driconf.desktop
SUBST_FILES.fix-paths+= driconf.py driconf_com*ui.py
SUBST_FILES.fix-paths+= setup.cfg setup.py
SUBST_MESSAGE.fix-paths=Fixing hard-coded pathnames.
SUBST_STAGE.fix-paths= pre-configure
SUBST_VARS.fix-paths= PKGBASE PKGLOCALEDIR PKG_SYSCONFDIR PREFIX PYSITELIB
###
### NOTE: this is only to build the .mo files.
###
pre-build:
${RUN} cd ${WRKSRC} && \
${BUILD_MAKE_CMD} all
post-install:
${RUN} cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications && \
${INSTALL_DATA} ${WRKSRC}/driconf.desktop \
${DESTDIR}${PREFIX}/share/applications/
.include "../../lang/python/extension.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"