summaryrefslogtreecommitdiff
path: root/graphics/libggi/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft>2000-04-16 16:54:54 +0000
committermycroft <mycroft>2000-04-16 16:54:54 +0000
commit493960388308635601844c3c09da2e2f70737102 (patch)
treeedee30b0d6a8b658fa3f7bfdb019f2f5c090620a /graphics/libggi/Makefile
parent95159b233940eef918cd32af6f96a1136056a71d (diff)
downloadpkgsrc-493960388308635601844c3c09da2e2f70737102.tar.gz
Make DGA mode work.
Diffstat (limited to 'graphics/libggi/Makefile')
-rw-r--r--graphics/libggi/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index 0eb16702141..4e68246dd1a 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:28 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/04/16 16:54:54 mycroft Exp $
#
DISTNAME= libggi-2.0b2.1
@@ -8,14 +8,18 @@ MASTER_SITES= ftp://ftp.ggi-project.org/pub/ggi/ggi/current/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.ggi-project.org/
-DEPENDS+= libgii-0.6:../libgii
+BUILD_DEPENDS+= autoconf:../../devel/autoconf
DEPENDS+= ncurses>=4.2:../../devel/ncurses
+DEPENDS+= libgii-0.6:../libgii
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--disable-debug \
--with-x \
--with-extra-includes=${LOCALBASE}/include
+pre-configure:
+ cd ${WRKSRC}; autoconf
+
post-install:
cd ${PREFIX}/man/man3 ; for i in *.3ggi ; do \
${MV} $$i `basename $$i .3ggi`.3 ; \