summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r--print/gv/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
deleted file mode 100644
index 1fb9650d317..00000000000
--- a/print/gv/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.55 2005/06/01 19:23:26 wiz Exp $
-
-DISTNAME= gv-3.6.1
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
-
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://www.gnu.org/software/gv/
-COMMENT= PostScript and PDF previewer
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-
-USE_MAKEINFO= yes
-TEXINFO_REQD= 4.2
-INFO_FILES= gv.info
-
-.if !exists(/usr/include/getopt.h)
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
-post-extract:
- cd ${WRKSRC}/src && ${LN} -s ${PREFIX}/include/nbcompat.h getopt.h
-
-.endif
-
-.include "../../x11/Xaw3d/buildlink3.mk"
-.include "../../mk/ghostscript.mk"
-.include "../../mk/bsd.pkg.mk"