diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
commit | 6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch) | |
tree | 02014b09f0272e3c01f055156a42a91ab10cda59 /mbone/vat | |
parent | 6cec9af390b5f47cca2d200755c03518c99f033b (diff) | |
download | pkgsrc-6bd0d65c650273bf304f345910aeaa6dbb0d1904.tar.gz |
The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Diffstat (limited to 'mbone/vat')
-rw-r--r-- | mbone/vat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 600c85a2a28..60d9b3b7de6 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.14 1998/06/22 12:47:35 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/08/20 15:17:11 tsarna Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # DISTNAME= vat-4.0b2 -CATEGORIES= mbone tk80 +CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ DISTFILES= vatsrc-4.0b2.tar.gz -MAINTAINER= mycroft@NetBSD.ORG +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. |