diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-02 21:54:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-02 21:54:19 +0000 |
commit | 1b93e97c229cb58ea8d55e1c8d5a96e60235b89a (patch) | |
tree | 057418d54b3bbfa91b66c8d9b1695e4ca294b33f /finance/xinvest | |
parent | 7f94a5ac1f673afbbb4953d05c5c68be3b28d924 (diff) | |
download | pkgsrc-1b93e97c229cb58ea8d55e1c8d5a96e60235b89a.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'finance/xinvest')
-rw-r--r-- | finance/xinvest/Makefile | 8 | ||||
-rw-r--r-- | finance/xinvest/distinfo | 3 | ||||
-rw-r--r-- | finance/xinvest/patches/patch-ac | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index f08a3b878d4..af43f47d537 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/02 22:07:04 jlam Exp $ DISTNAME= xinvest-2.6 CATEGORIES= finance x11 @@ -9,13 +9,13 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xinvest.html COMMENT= Personal finance tracking and performance tool +USE_BUILDLINK_ONLY= YES USE_IMAKE= YES -USE_MOTIF= YES -USE_XPM= YES - NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xinvest.man +.include "../../graphics/xpm/buildlink.mk" +.include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo index 4b1fdda8763..1faae49af71 100644 --- a/finance/xinvest/distinfo +++ b/finance/xinvest/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 13:44:03 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/02 22:07:04 jlam Exp $ SHA1 (xinvest-2.6.tar.gz) = 6593e1ba8025f17032c8bf3227aad7588a364cd4 Size (xinvest-2.6.tar.gz) = 262494 bytes SHA1 (patch-aa) = c3a26cb5779886112af31661934698cd76979e79 SHA1 (patch-ab) = 7a1709d68a91e2983c73cd565b24467244e6c4ab +SHA1 (patch-ac) = f605cc559aecc41c71c1c4ee6f37f12e481fcee5 diff --git a/finance/xinvest/patches/patch-ac b/finance/xinvest/patches/patch-ac new file mode 100644 index 00000000000..7e915956827 --- /dev/null +++ b/finance/xinvest/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/07/02 22:07:05 jlam Exp $ + +--- Imakefile.orig Fri Feb 4 17:59:08 2000 ++++ Imakefile +@@ -10,7 +10,7 @@ + XCOMM 'SHAPE' for a transparent icon. + + DEFINES = -DSHAPE +-INCLUDES = -I$(INCROOT)/X11 ++INCLUDES = -I$(BUILDLINK_DIR)/include/X11 + SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = + |