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 /multimedia/vic | |
parent | Submitted by: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu> (diff) |
Reorganize Makefile, add Garrett as MAINTAINER.
Notes
Notes:
svn path=/head/; revision=1323
Diffstat (limited to 'multimedia/vic')
-rw-r--r-- | multimedia/vic/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/vic/Makefile b/multimedia/vic/Makefile index 368e839c3dc4..689d45702d8e 100644 --- a/multimedia/vic/Makefile +++ b/multimedia/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 |