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 /emulators/compat11 | |
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 'emulators/compat11')
-rw-r--r-- | emulators/compat11/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile new file mode 100644 index 00000000000..b75ad753fe7 --- /dev/null +++ b/emulators/compat11/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.10 1998/08/20 15:16:52 tsarna Exp $ +# + +DISTNAME= compat11 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= _${ARCH}.tgz + +MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.netbsd.org/Releases/formal-1.1/index.html + +DEPENDS+= compat12:../../emulators/compat12 + +ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 + +MIRROR_DISTFILE= no +HAS_CONFIGURE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/usr/lib +PLIST_SRC= ${WRKSRC}/.PLIST + +pre-configure: + @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" + +# for sun3x in 1.3.x, get sun3 package +.if (${ARCH} == "sun3x") +ARCH= sun3 +.endif |