diff options
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile index ff62554e9c7..572b0b0a951 100644 --- a/sysutils/xnc/Makefile +++ b/sysutils/xnc/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/22 22:29:22 jschauma Exp $ -DISTNAME= xnc-4.4.7.src -PKGNAME= xnc-4.4.7 -PKGREVISION= 3 +DISTNAME= xnc-5.0.4.src +PKGNAME= xnc-5.0.4 CATEGORIES= sysutils x11 -MASTER_SITES= http://www.xnc.dubna.su/src/ +MASTER_SITES= http://www.xnc.dubna.su/src-5/ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://xnc.dubna.su/ @@ -16,17 +15,6 @@ USE_X11= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xnc - ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc - ${INSTALL_MAN_DIR} ${PREFIX}/man/man1 - for f in ives.1 xjpegroot.1 xnc.1 xnlaunch.1; \ - do \ - ${INSTALL_MAN} ${WRKSRC}/yo-man/$$f ${PREFIX}/man/man1/; \ - done - ${INSTALL_MAN} ${WRKSRC}/yo-man/es.1 ${PREFIX}/man/man1/iedit.1 - ${INSTALL_MAN} ${WRKSRC}/yo-man/vs.1 ${PREFIX}/man/man1/iview.1 - .include "../../graphics/tiff/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" |