summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-08-20 15:16:34 +0000
committertsarna <tsarna@pkgsrc.org>1998-08-20 15:16:34 +0000
commit6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch)
tree02014b09f0272e3c01f055156a42a91ab10cda59 /emulators
parent6cec9af390b5f47cca2d200755c03518c99f033b (diff)
downloadpkgsrc-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')
-rw-r--r--emulators/compat11/Makefile30
-rw-r--r--emulators/compat12/Makefile3
-rw-r--r--emulators/doscmd/Makefile4
-rw-r--r--emulators/spim/Makefile3
-rw-r--r--emulators/wine/Makefile5
-rw-r--r--emulators/xmame/Makefile3
-rw-r--r--emulators/xmess/Makefile3
7 files changed, 43 insertions, 8 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
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index a43684c5564..2e2af2876b1 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/08/17 18:35:34 tv Exp $
+# $NetBSD: Makefile,v 1.10 1998/08/20 15:16:52 tsarna Exp $
#
DISTNAME= compat12-${MACHINE_ARCH}
@@ -7,6 +7,7 @@ CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.netbsd.org/Releases/formal-1.2/index.html
ONLY_FOR_ARCHS= i386 m68k ns32k sparc
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile
index a1385ddd1f1..6487cedda13 100644
--- a/emulators/doscmd/Makefile
+++ b/emulators/doscmd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/07/21 12:08:39 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:52 tsarna Exp $
#
DISTNAME= doscmd-19960502-2
@@ -6,7 +6,7 @@ PKGNAME= doscmd-19960502.2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/
-MAINTAINER= tsarna@NetBSD.ORG
+MAINTAINER= tsarna@netbsd.org
ONLY_FOR_ARCHS= i386
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 06e626e9f60..c565489dbd1 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/05/28 17:39:11 tron Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:53 tsarna Exp $
# FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp
#
@@ -8,6 +8,7 @@ CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/
MAINTAINER= deberg@mit.edu
+HOMEPAGE= http://www.cs.wisc.edu/~larus/spim.html
NO_WRKSUBDIR= yes
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 61a1d76e539..af20cde1a09 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/07/15 12:14:24 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:53 tsarna Exp $
DISTNAME= Wine-980614
PKGNAME= wine-980614
@@ -7,7 +7,8 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
ONLY_FOR_ARCHS= i386
-MAINTAINER= mycroft@NetBSD.ORG
+MAINTAINER= mycroft@netbsd.org
+HOMEPAGE= http://www.winehq.com/
CONFLICTS= wine-980215
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 1cbcb4f59ae..8f2c8eca1b2 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/04 12:05:06 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 1998/08/20 15:16:53 tsarna Exp $
#
DISTNAME= xmame-0.33b6.1
@@ -7,6 +7,7 @@ MASTER_SITES= ftp://drake.dit.upm.es/pub/emulators/mame/
EXTRACT_SUFX= .tgz
MAINTAINER= mycroft@NetBSD.ORG
+HOMEPAGE= http://drake.dit.upm.es/~mame/
CONFLICTS= xmame-0.30.1
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 0065c51ff14..a7b207f8daf 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/07/09 12:34:56 mycroft Exp $
+# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:53 tsarna Exp $
#
DISTNAME= unix01
@@ -8,6 +8,7 @@ MASTER_SITES= http://internetter.com/titan/mess/
EXTRACT_SUFX= .tgz
MAINTAINER= mycroft@NetBSD.ORG
+HOMEPAGE= http://internetter.com/titan/mess/
RUN_DEPENDS= unzip:../../archivers/unzip
DEPENDS+= xpm-3.4k:../../graphics/xpm