summaryrefslogtreecommitdiff
path: root/x11-toolkits/v/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 07:05:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 07:05:14 +0000
commit4fea2bdbc0c97a230bce065195c88b6d01cc8128 (patch)
tree27361132c665de034e679ed00ce38b5b408c8197 /x11-toolkits/v/Makefile
parentAdd some comments for compiling the port under -current in Makefile (diff)
v - A C++ GUI framework for X+MSWin
Submitted by: Donald Burr <dburr@POBoxes.com>
Notes
Notes: svn path=/head/; revision=9651
Diffstat (limited to 'x11-toolkits/v/Makefile')
-rw-r--r--x11-toolkits/v/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
new file mode 100644
index 000000000000..cdeab0345c58
--- /dev/null
+++ b/x11-toolkits/v/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: v
+# Version required: 1.17
+# Date created: 8 Feb 1998
+# Whom: Donald Burr <dburr@POBoxes.com>
+#
+# $Id$
+#
+
+DISTNAME= v-1.17
+CATEGORIES= x11 devel graphics
+MASTER_SITES= ftp://objectcentral.com/
+
+MAINTAINER= dburr@POBoxes.com
+
+USE_X11= YES
+
+WRKSRC= ${WRKDIR}/v
+
+USE_GMAKE= YES
+
+pre-build:
+ ${MKDIR} ${WRKSRC}/obj/bsd ${WRKSRC}/lib/bsd ${WRKSRC}/bin/bsd
+
+do-install:
+ cd ${WRKSRC} && ${GMAKE} installv PREFIX=${PREFIX}
+
+post-install:
+.ifdef NOPORTDOCS
+ @echo "==> Extra documentation WILL NOT be installed."
+.else
+ @echo "==> Installing extra docs under ${PREFIX}/share/doc/v..."
+ ${MKDIR} ${PREFIX}/share/doc/v
+ ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/v
+ find ${PREFIX}/share/doc/v -type d -exec chmod 755 {} \;
+ find ${PREFIX}/share/doc/v -type f -exec chmod 644 {} \;
+ @echo "==> Extra docs installed. Note, you will need *tex to read 'em."
+.endif
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>