diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-16 21:57:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-16 21:57:04 +0000 |
commit | 17b1a879193dc705cbf29ef925ad3ea371f19ac6 (patch) | |
tree | 9559b13705b1f30fe78efd879a6d3fa52a021cc2 /x11/stalonetray | |
parent | 595265ae329ffceaa2cad609e7fd9731f61ad274 (diff) | |
download | pkgsrc-17b1a879193dc705cbf29ef925ad3ea371f19ac6.tar.gz |
Add modular Xorg and DESTDIR support.
Diffstat (limited to 'x11/stalonetray')
-rw-r--r-- | x11/stalonetray/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile index a0e52ade15b..683c2bf9578 100644 --- a/x11/stalonetray/Makefile +++ b/x11/stalonetray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/08/04 13:44:20 smb Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/16 21:57:04 joerg Exp $ # DISTNAME=stalonetray-0.6.5 CATEGORIES=x11 @@ -8,13 +8,18 @@ MAINTAINER= smb@NetBSD.org HOMEPAGE= http://stalonetray.sourceforge.net/ COMMENT= Stand-alone system tray +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --disable-native-kde USE_LANGUAGES+= c +INSTALLATION_DIRS= share/examples + post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/stalonetrayrc.sample ${PREFIX}/share/examples/stalonetray.rc + ${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample ${DESTDIR}${PREFIX}/share/examples/stalonetray.rc -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |