diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-21 10:49:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-21 10:49:59 +0000 |
commit | a59e57240fd717bef422ae34830c410ad5658d88 (patch) | |
tree | 4585a9e6b5229604578df6e1c4d1fa478a423bb1 /x11/dfm | |
parent | f2fd3a1b9a770c9681fdfaaae5cc7de804d714dc (diff) | |
download | pkgsrc-a59e57240fd717bef422ae34830c410ad5658d88.tar.gz |
xpkgwedge fixes by Hiramatsu Yoshifumi in pkg/14098,
and complete buildlinkification.
Diffstat (limited to 'x11/dfm')
-rw-r--r-- | x11/dfm/Makefile | 5 | ||||
-rw-r--r-- | x11/dfm/Makefile.common | 10 | ||||
-rw-r--r-- | x11/dfm/distinfo | 3 | ||||
-rw-r--r-- | x11/dfm/patches/patch-aa | 15 |
4 files changed, 25 insertions, 8 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile index c5bc0e6fa14..b8f714e1fdb 100644 --- a/x11/dfm/Makefile +++ b/x11/dfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/05 01:49:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/21 10:49:59 wiz Exp $ # CATEGORIES= x11 @@ -6,4 +6,7 @@ CATEGORIES= x11 MAINTAINER= hubertf@netbsd.org COMMENT= Desktop File Manager +post-install: + ${MV} ${PREFIX}/man/man1/dfm.1x ${PREFIX}/man/man1/dfm.1 + .include "Makefile.common" diff --git a/x11/dfm/Makefile.common b/x11/dfm/Makefile.common index 4ab25878d98..a45f6f7ab55 100644 --- a/x11/dfm/Makefile.common +++ b/x11/dfm/Makefile.common @@ -1,19 +1,17 @@ -# $NetBSD: Makefile.common,v 1.1 2001/08/05 01:49:58 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/10/21 10:49:59 wiz Exp $ # DISTNAME= dfm-0.99.9 MASTER_SITES= http://www.kaisersite.de/dfm/ -USE_X11= yes WRKSRC= ${WRKDIR}/dfm GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-imlib-prefix=${X11PREFIX} \ - --enable-imlib-icons \ - --with-gtk-prefix=${X11BASE} +CONFIGURE_ARGS+= --enable-imlib-icons +USE_BUILDLINK_ONLY= yes .include "../../x11/gtk/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" .include "../../graphics/imlib/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" - +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/dfm/distinfo b/x11/dfm/distinfo index c09b5ac9c18..23e18247703 100644 --- a/x11/dfm/distinfo +++ b/x11/dfm/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/05 00:23:14 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2001/10/21 10:50:00 wiz Exp $ SHA1 (dfm-0.99.9.tar.gz) = 491f7ed1f8f82a0272143fa79b1b7ca705d34664 Size (dfm-0.99.9.tar.gz) = 389444 bytes +SHA1 (patch-aa) = e30096229341008235a70d84620b877dac8d461e diff --git a/x11/dfm/patches/patch-aa b/x11/dfm/patches/patch-aa new file mode 100644 index 00000000000..32c955f9754 --- /dev/null +++ b/x11/dfm/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2001/10/21 10:50:00 wiz Exp $ + +--- configure.orig Tue May 1 22:58:11 2001 ++++ configure +@@ -2064,8 +2064,8 @@ + fi + + +-CPPFLAGS="$CPPFLAGS $X_CFLAGS -I/usr/local/include" +-LIBS="$LIBS $X_LIBS -L/usr/local/lib" ++CPPFLAGS="$CPPFLAGS $X_CFLAGS" ++LIBS="$LIBS $X_LIBS" + + ALL_LINGUAS="de da ru" + # Extract the first word of "ranlib", so it can be a program name with args. |