diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /emulators | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmemu/Makefile | 5 | ||||
-rw-r--r-- | emulators/cpmtools/Makefile | 4 | ||||
-rw-r--r-- | emulators/hfs/Makefile | 12 | ||||
-rw-r--r-- | emulators/linux_base-6/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-62/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 4 | ||||
-rw-r--r-- | emulators/mtools/Makefile | 4 | ||||
-rw-r--r-- | emulators/pcemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/sim6811/Makefile | 4 | ||||
-rw-r--r-- | emulators/spim/Makefile | 8 | ||||
-rw-r--r-- | emulators/tkhfs/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmsbackup/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 10 | ||||
-rw-r--r-- | emulators/wine/Makefile | 10 | ||||
-rw-r--r-- | emulators/x48/Makefile | 10 |
20 files changed, 57 insertions, 54 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 594fae524777..13cd8cb7a817 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -2,12 +2,15 @@ # Version required: 0.2 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl +# $Id$ # DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ \ ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ +MAINTAINER= ports@FreeBSD.org + .include <bsd.port.mk> diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index b3bc48a47ae3..5acdac104092 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,12 +3,12 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.12 1995/11/22 11:48:07 asami Exp $ +# $Id: Makefile,v 1.13 1996/06/03 02:17:05 asami Exp $ # DISTNAME= cpm-1.1 PKGNAME= cpmtools-1.1 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index 752fdf6f94ef..beb1c9e85e7b 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -3,20 +3,20 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/07/13 01:13:13 asami Exp $ +# $Id: Makefile,v 1.7 1995/11/22 11:48:10 asami Exp $ # DISTNAME= hfs0_37 PKGNAME= hfs-0.37 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org USE_GMAKE= yes -.include <bsd.port.mk> - pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man1 + @${MKDIR} ${PREFIX}/bin + @${MKDIR} ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 6fe4a8b2db54..8002012ca48e 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,11 +3,11 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1996/05/27 14:09:17 jmz Exp $ +# $Id: Makefile,v 1.8 1996/05/29 01:46:49 ache Exp $ # DISTNAME= mtools-3.0 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ MAINTAINER= jmz@FreeBSD.org diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index e9dc2d987ea5..63ee83c68020 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,12 +3,12 @@ # Date created: 7 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.6 1995/07/13 01:13:16 asami Exp $ +# $Id: Makefile,v 1.7 1995/11/22 11:48:17 asami Exp $ # DISTNAME= pcemu1.01alpha PKGNAME= pcemu-1.01a -CATEGORIES+= emulators +CATEGORIES= emulators # Warning notice: by now, you'll have to live with those warnings: # diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index e5736055f655..e70d0b7bf209 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -3,12 +3,12 @@ # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.1.1.1 1995/10/03 02:43:49 erich Exp $ +# $Id: Makefile,v 1.2 1995/11/22 11:48:19 asami Exp $ # DISTNAME= sim PKGNAME= sim6811-1.6 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ EXTRACT_SUFX= .tar.Z diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index b3bedcb45400..b3f70efa6509 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -4,12 +4,12 @@ # Date created: Mon Oct 28, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/30 01:58:56 obrien Exp $ # DISTNAME= spim PKGNAME= spim-5.8 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/ MAINTAINER= obrien@cs.ucdavis.edu @@ -27,7 +27,7 @@ pre-configure: @${RM} -f ${WRKSRC}/y.tab.* pre-install: - @${MKDIR} -p ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim + @${MKDIR} ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim post-install: [ -e ${PREFIX}/bin/cl-spim ] && \ @@ -36,7 +36,7 @@ post-install: /bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim .if !defined(NOPORTDOCS) @${ECHO} "Installing spim/xspim documentation" - @${MKDIR} -p ${PREFIX}/share/doc/spim \ + @${MKDIR} ${PREFIX}/share/doc/spim \ && chmod a+rx ${PREFIX}/share/doc/spim ${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \ ${PREFIX}/share/doc/spim diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index e5b0a0deee44..dd3ad740ba74 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,12 +3,12 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1995/11/26 12:21:03 asami Exp $ +# $Id: Makefile,v 1.12 1996/11/04 14:53:03 jmz Exp $ # DISTNAME= tkhfs PKGNAME= tkhfs-1.27 -CATEGORIES+= emulators x11 +CATEGORIES= emulators x11 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 88fda0b6e504..97ebc28ee5d2 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -2,12 +2,12 @@ # Version required: 3.0 # Date created: 18 Apr 1994 # Whom: Jonathan M. Bresler (jmb) -# +# $Id$ # DISTNAME= vmsbackup PKGNAME= vmsbackup-3.0 -CATEGORIES+= emulators sysutils +CATEGORIES= emulators sysutils MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/utils/ # slightly different version # MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/ diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0e6568006af7..b4f2330fb3c8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,13 +3,13 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.32 1996/10/29 19:08:20 se Exp $ +# $Id: Makefile,v 1.33 1996/11/08 23:57:24 se Exp $ # DATE= 961102 DISTNAME= Wine-${DATE} PKGNAME= wine-96.11.02 -CATEGORIES+= emulators x11 +CATEGORIES= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \ @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/wine${DATE} GNU_CONFIGURE= yes pre-configure: - @echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ + @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ >> ${WRKSRC}/autoconf.h post-configure: @@ -32,9 +32,9 @@ post-configure: do-install: install -c ${WRKSRC}/wine ${PREFIX}/bin - -@mkdir ${PREFIX}/etc 2>/dev/null + -@${MKDIR} ${PREFIX}/etc 2>/dev/null [ -f ${PREFIX}/etc/wine.conf ] \ - || cp ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf + || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf cp ${WRKSRC}/wine.sym ${PREFIX}/etc cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1 .if !defined(NOMANCOMPRESS) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0e6568006af7..b4f2330fb3c8 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,13 +3,13 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.32 1996/10/29 19:08:20 se Exp $ +# $Id: Makefile,v 1.33 1996/11/08 23:57:24 se Exp $ # DATE= 961102 DISTNAME= Wine-${DATE} PKGNAME= wine-96.11.02 -CATEGORIES+= emulators x11 +CATEGORIES= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \ @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/wine${DATE} GNU_CONFIGURE= yes pre-configure: - @echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ + @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ >> ${WRKSRC}/autoconf.h post-configure: @@ -32,9 +32,9 @@ post-configure: do-install: install -c ${WRKSRC}/wine ${PREFIX}/bin - -@mkdir ${PREFIX}/etc 2>/dev/null + -@${MKDIR} ${PREFIX}/etc 2>/dev/null [ -f ${PREFIX}/etc/wine.conf ] \ - || cp ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf + || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf cp ${WRKSRC}/wine.sym ${PREFIX}/etc cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1 .if !defined(NOMANCOMPRESS) diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 1fe9455c1897..94724dab1a23 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -3,11 +3,11 @@ # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 20:41:37 erich Exp $ # DISTNAME= x48-0.4.0 -CATEGORIES+= emulators +CATEGORIES= emulators MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/ MAINTAINER= erich@FreeBSD.org @@ -16,8 +16,8 @@ USE_IMAKE= yes NO_INSTALL_MANPAGES= yes post-install: - mkdir -p ${PREFIX}/share/x48 - cp ${WRKSRC}/README ${PREFIX}/share/x48/README-x48 - cp ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48 + ${MKDIR} ${PREFIX}/share/x48 + ${CP} ${WRKSRC}/README ${PREFIX}/share/x48/README-x48 + ${CP} ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48 .include <bsd.port.mk> |