diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-15 07:01:27 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-15 07:01:27 +0800 |
commit | 264b60e1ef72418acb9f724ca59858ebc0a0bbc5 (patch) | |
tree | 34657787e7d81af619bed41ef49101f99d03258d /mbone/vic/Makefile | |
parent | c63032974ad6dcc57c8448eca31e6ed91fe30433 (diff) | |
download | freebsd-ports-gnome-264b60e1ef72418acb9f724ca59858ebc0a0bbc5.tar.gz freebsd-ports-gnome-264b60e1ef72418acb9f724ca59858ebc0a0bbc5.tar.zst freebsd-ports-gnome-264b60e1ef72418acb9f724ca59858ebc0a0bbc5.zip |
Port of vic version 2.6
Diffstat (limited to 'mbone/vic/Makefile')
-rw-r--r-- | mbone/vic/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile new file mode 100644 index 000000000000..a0b3a554a783 --- /dev/null +++ b/mbone/vic/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: vic +# Version required: 2.6 +# Date created: 14 December 1994 +# Whom: wollman +# +# $Id: Makefile,v 1.1.1.1 1994/10/13 00:50:38 wollman Exp $ +# + +DISTNAME= vic-2.6 +DISTFILES= vicsrc-2.6.tar.Z +MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ +DEPENDS= ${PORTSDIR}/x11/blt +HAS_CONFIGURE= yes +INSTALL_TARGET= MANDIR=${PREFIX}/man/manl install + +pre-install: + mkdir -p ${PREFIX}/man/manl + +.include <bsd.port.mk> + |