diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 04:19:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 04:19:58 +0000 |
commit | d3e83d55e42d22dd7a47c5b8ef9390fb7e889546 (patch) | |
tree | 85bff1afa68fe3c48666cbd98eb23b4119c7c11d /x11/Xaw-Xpm/Makefile | |
parent | a731badbdca604194d260ec8173c33e3fef62e44 (diff) | |
download | pkgsrc-d3e83d55e42d22dd7a47c5b8ef9390fb7e889546.tar.gz |
Make this compile and install correctly on XFree86-4.x.
Diffstat (limited to 'x11/Xaw-Xpm/Makefile')
-rw-r--r-- | x11/Xaw-Xpm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/Xaw-Xpm/Makefile b/x11/Xaw-Xpm/Makefile index b1f4d468fdd..dfab0b32a4a 100644 --- a/x11/Xaw-Xpm/Makefile +++ b/x11/Xaw-Xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/25 04:18:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2001/08/23 04:19:58 jlam Exp $ # DISTNAME= Xaw-XPM-1.1 @@ -14,7 +14,7 @@ COMMENT= Enhanced 3-D widgets based on the Athena Widget set and Xaw3d CONFLICTS= Xaw3d-* USE_IMAKE= YES -USE_XPM= YES +PLIST_SRC= ${WRKDIR}/.PLIST_SRC post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xaw-Xpm @@ -22,5 +22,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README-XPM ${PREFIX}/share/doc/Xaw-Xpm ${INSTALL_DATA} ${WRKSRC}/defaults-XawXpm ${PREFIX}/share/doc/Xaw-Xpm ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/pixmaps + ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + cd ${PREFIX} && ${LS} lib/libXaw3d* >> ${PLIST_SRC} +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |