diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-10 17:49:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-10 17:49:14 +0000 |
commit | 5d8032032653175f96f8d894681cc77f569f55ee (patch) | |
tree | b422d512d431830eee042b79268733be486e1677 /mbone/vic | |
parent | 9441b5626cd0ec2401c0e73f11ee8ef5bba285eb (diff) | |
download | ports-5d8032032653175f96f8d894681cc77f569f55ee.tar.gz ports-5d8032032653175f96f8d894681cc77f569f55ee.zip |
Reorganize Makefile, add Garrett as MAINTAINER.
Notes
Notes:
svn path=/head/; revision=1323
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 368e839c3dc4..689d45702d8e 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -3,14 +3,18 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.2 1995/02/11 13:51:38 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:48:46 jkh Exp $ # DISTNAME= vic-2.6 -DISTFILES= vicsrc-2.6.tar.Z -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ +DISTFILES= vicsrc-2.6.tar.Z + +MAINTAINER= wollman@FreeBSD.ORG + LIB_DEPENDS= BLT\\.1\\.:${PORTSDIR}/x11/blt + HAS_CONFIGURE= yes INSTALL_TARGET= MANDIR=${PREFIX}/man/manl install |