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 /cross/COMMON | |
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 'cross/COMMON')
-rw-r--r-- | cross/COMMON/cross.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 9b35193fe02..9a3cd147d17 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.2 1998/08/14 00:12:52 tv Exp $ +# $NetBSD: cross.mk,v 1.3 1998/08/20 15:16:44 tsarna Exp $ # Shared definitions for building a cross-compile environment. @@ -7,6 +7,8 @@ CATEGORIES+= cross lang USE_CROSSBASE= yes PLIST_SRC= ${WRKDIR}/.PLIST_SRC +HOMEPAGE?= http://egcs.cygnus.com/ + TARGET_DIR= ${PREFIX}/${TARGET_ARCH} COMMON_DIR= ${PKGSRCDIR}/cross/COMMON PLIST_PRE?= ${PKGDIR}/PLIST |