From 5c60ed579430954635a901b457a1fe4128eaca47 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- emulators/bochs/Makefile | 4 +- emulators/compat12/Makefile | 21 +++++----- emulators/compat13/Makefile | 30 ++++++-------- emulators/doscmd/Makefile | 20 ++++----- emulators/freebsd_lib/Makefile | 5 +-- emulators/linux_lib/Makefile | 4 +- emulators/suse_base/Makefile | 92 ++++++++++++++++++++--------------------- emulators/suse_compat/Makefile | 53 +++++++++++------------- emulators/suse_libc5/Makefile | 53 +++++++++++------------- emulators/suse_linux/Makefile | 31 +++++++------- emulators/suse_x11/Makefile | 51 +++++++++++------------ emulators/suse_xforms/Makefile | 54 ++++++++++++------------ emulators/wine-current/Makefile | 4 +- emulators/wine/Makefile | 4 +- emulators/xcopilot/Makefile | 4 +- 15 files changed, 202 insertions(+), 228 deletions(-) (limited to 'emulators') diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index e35e14058e6..e1d5689d1ec 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:46 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:39 tv Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.std.com/pub/bochs/ MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ -NOT_FOR_ARCHS= alpha #runs, SEGV. +NOT_FOR_PLATFORM= *-*-alpha #runs, SEGV. LICENSE= shareware WRKSRC= ${WRKDIR}/bochs-980707 diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 5edfd48b0ae..50485e10aa0 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,24 +1,23 @@ -# $NetBSD: Makefile,v 1.12 1999/04/27 11:53:39 tv Exp $ +# $NetBSD: Makefile,v 1.13 1999/05/24 20:39:39 tv Exp $ # -DISTNAME= compat12-${MACHINE_ARCH} -PKGNAME= compat12-1.2.1 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= compat12-${MACHINE_ARCH} +PKGNAME= compat12-1.2.1 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.netbsd.org/Releases/formal-1.2/index.html +MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.netbsd.org/Releases/formal-1.2/index.html -ONLY_FOR_ARCHS= i386 m68k ns32k sparc -ONLY_FOR_OPSYS= NetBSD +ONLY_FOR_PLATFORM= NetBSD-*-{i386,m68k,ns32k,sparc} -NO_BUILD= yes +NO_BUILD= .include "../../mk/bsd.prefs.mk" # This installs in /usr to avoid dynamic linker annoyances LOCALBASE= /usr -NO_MTREE= yes +NO_MTREE= do-install: ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/ diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 3b85db02389..32c0f7a8572 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,30 +1,24 @@ -# $NetBSD: Makefile,v 1.2 1999/04/27 11:53:39 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:39 tv Exp $ # -DISTNAME= compat13-${MACHINE_ARCH} -PKGNAME= compat13-1.3.3 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= compat13-${MACHINE_ARCH} +PKGNAME= compat13-1.3.3 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.netbsd.org/Releases/formal-1.3/index.html +MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.netbsd.org/Releases/formal-1.3/index.html -ONLY_FOR_ARCHS= alpha arm32 i386 m68k mipsel ns32k sparc -ONLY_FOR_OPSYS= NetBSD +ONLY_FOR_PLATFORM= NetBSD-*-{alpha,arm32,i386,m68k,mipsel,ns32k,sparc} +NOT_FOR_PLATFORM= NetBSD-1.3*-* -# this is blank on "ineligible" version -OPSYS_VER!= uname -r -.if (${OPSYS_VER:C/^1\.3.*//} == "") -IGNORE= "NetBSD version not new enough: ${OPSYS_VER}" -.endif - -NO_BUILD= yes +NO_BUILD= .include "../../mk/bsd.prefs.mk" # This installs in /usr to avoid dynamic linker annoyances -LOCALBASE= /usr -NO_MTREE= yes +LOCALBASE= /usr +NO_MTREE= do-install: ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/ diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 6487cedda13..c50a16f94e3 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:52 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:40 tv Exp $ # -DISTNAME= doscmd-19960502-2 -PKGNAME= doscmd-19960502.2 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/ +DISTNAME= doscmd-19960502-2 +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 +ONLY_FOR_PLATFORM= NetBSD-*-i386 -WRKSRC= ${WRKDIR}/doscmd +WRKSRC= ${WRKDIR}/doscmd -MAKE_ENV+= X11BASE=${X11BASE} +MAKE_ENV= X11BASE=${X11BASE} .include "../../mk/bsd.prefs.mk" .ifdef MANZ -MANCOMPRESSED= 1 +MANCOMPRESSED= .endif do-configure: diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 598208f229b..9fb7354b476 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/05/22 19:33:49 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:40 tv Exp $ # DISTNAME= freebsd_lib-2.2.7 CATEGORIES= emulators MASTER_SITES= http://www.flame.org/NetBSD/ -ONLY_FOR_ARCHS= i386 -ONLY_FOR_OPSYS= NetBSD +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= packages@netbsd.org diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index c1c9b382e68..aca6e119ecd 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 1999/05/17 00:18:15 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/24 20:39:40 tv Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # DISTNAME= linux_lib-2.4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= packages@netbsd.org diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index cb47011c2df..98b8597d74b 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,63 +1,59 @@ -# $NetBSD: Makefile,v 1.6 1999/05/21 00:09:27 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:40 tv Exp $ -DISTNAME= suse_base-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/ -DISTFILES= aaa_dir.rpm shlibs.rpm ldso.rpm gppshare.rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= suse_base-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/ +DISTFILES= aaa_dir.rpm shlibs.rpm ldso.rpm gppshare.rpm +ONLY_FOR_PLATFORM= NetBSD-*-i386 -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= rpm-2.5.4:../../misc/rpm +DEPENDS= rpm-2.5.4:../../misc/rpm -CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 +CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -INSTALL_FILE= ${WRKDIR}/INSTALL -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-build: - @for FILE in ${PKGDIR}/INSTALL ${PKGDIR}/PLIST \ - ${SCRIPTDIR}/*.sh; do \ - ${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \ - -e 's#@@EMULSUBDIR@@#${EMULSUBDIR}#g' \ - -e 's#@@AWK@@#${AWK}#g' \ - -e 's#@@PAX@@#${PAX}#g' \ - -e 's#@@PREFIX@@#${PREFIX}#g' \ - <$$FILE >${WRKDIR}/`basename $$FILE`; \ - done + @for FILE in ${PKGDIR}/PLIST ${SCRIPTDIR}/*.sh; do \ + ${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \ + -e 's#@@EMULSUBDIR@@#${EMULSUBDIR}#g' \ + -e 's#@@AWK@@#${AWK}#g' \ + -e 's#@@PAX@@#${PAX}#g' \ + -e 's#@@PREFIX@@#${PREFIX}#g' \ + <$$FILE >${WRKDIR}/`basename $$FILE`; \ + done do-install: - cd ${WRKDIR}; \ - for FILE in *.sh; do \ - ${INSTALL_SCRIPT} $$FILE ${SBINDIR}/`basename $$FILE .sh`; \ - done - ${MKDIR} ${EMULDIR}/dev - ${LN} -fs /dev/sound ${EMULDIR}/dev/dsp - ${LN} -fs /dev/null ${EMULDIR}/dev/null - @${CP} ${WRKDIR}/PLIST ${PLIST_SRC} - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} | \ - ${EGREP} -v '${EMULSUBDIR}/(tmp|usr/tmp|var)' >>${PLIST_SRC} - @cd ${EMULDIR} && ${RM} -rf tmp usr/tmp var - ${INSTALL_DATA} ${FILESDIR}/ld.so.conf ${EMULDIR}/etc - @${ECHO} "@unexec rm -rf %D/${EMULSUBDIR}" >>${PLIST_SRC} - @${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL + cd ${WRKDIR}; \ + for FILE in *.sh; do \ + ${INSTALL_SCRIPT} $$FILE ${SBINDIR}/`basename $$FILE .sh`; \ + done + ${MKDIR} ${EMULDIR}/dev + ${LN} -fs /dev/sound ${EMULDIR}/dev/dsp + ${LN} -fs /dev/null ${EMULDIR}/dev/null + @${CP} ${WRKDIR}/PLIST ${PLIST_SRC} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} | \ + ${EGREP} -v '${EMULSUBDIR}/(tmp|usr/tmp|var)' >>${PLIST_SRC} + @cd ${EMULDIR} && ${RM} -rf tmp usr/tmp var + ${INSTALL_DATA} ${FILESDIR}/ld.so.conf ${EMULDIR}/etc + @${ECHO} "@unexec rm -rf %D/${EMULSUBDIR}" >>${PLIST_SRC} + @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index e80bca44275..6037a217f96 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,40 +1,37 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/21 00:55:59 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:40 tv Exp $ -DISTNAME= compat -PKGNAME= suse_compat-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a2/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a2/ -EXTRACT_SUFX= .rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= compat +PKGNAME= suse_compat-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a2/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a2/ +EXTRACT_SUFX= .rpm -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-6.1:../suse_base +DEPENDS= suse_base-6.1:../suse_base -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-install: - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} - @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} - ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 22369a3a0b3..cd30673d230 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,40 +1,37 @@ -# $NetBSD: Makefile,v 1.6 1999/05/21 00:48:45 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:41 tv Exp $ -DISTNAME= shlibs5 -PKGNAME= suse_libc5-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/ -EXTRACT_SUFX= .rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= shlibs5 +PKGNAME= suse_libc5-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/ +EXTRACT_SUFX= .rpm -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-6.1:../suse_base +DEPENDS= suse_base-6.1:../suse_base -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-install: - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} - @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} - ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 2d7542fb1f1..ee5fd12073a 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,24 +1,21 @@ -# $NetBSD: Makefile,v 1.2 1999/05/21 01:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:41 tv Exp $ -DISTNAME= suse_linux-6.1 -CATEGORIES= emulators -MASTER_SITES= # empty -DISTFILES= # empty -ONLY_FOR_ARCHS= i386 +DISTNAME= suse_linux-6.1 +CATEGORIES= emulators +MASTER_SITES= # empty +DISTFILES= # empty -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_compat-6.1:../suse_compat -DEPENDS+= suse_libc5-6.1:../suse_libc5 -DEPENDS+= suse_xforms-6.1:../suse_xforms +DEPENDS= suse_compat-6.1:../suse_compat \ + suse_libc5-6.1:../suse_libc5 \ + suse_xforms-6.1:../suse_xforms -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_PATCH= yes +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_CHECKSUM= yes -do-install: # empty +do-install: # empty .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 828c15b68d7..408106affb8 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,39 +1,36 @@ -# $NetBSD: Makefile,v 1.4 1999/05/17 02:24:27 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:41 tv Exp $ -DISTNAME= suse_x11-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/x1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/x1/ -DISTFILES= xshared.rpm xpm.rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= suse_x11-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/x1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/x1/ +DISTFILES= xshared.rpm xpm.rpm -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-6.1:../suse_base +DEPENDS= suse_base-6.1:../suse_base -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-install: - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} - @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} - ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index c1c4296b073..ac4bc11f42b 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,40 +1,38 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 12:01:52 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:41 tv Exp $ -DISTNAME= xforms -PKGNAME= suse_xforms-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ -EXTRACT_SUFX= .rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= xforms +PKGNAME= suse_xforms-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ +EXTRACT_SUFX= .rpm +ONLY_FOR_PLATFORM= *-*-i386 -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_x11-6.1:../suse_x11 +DEPENDS= suse_x11-6.1:../suse_x11 -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-install: - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} - @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} - ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile index 555a57faa30..5be00b46b47 100644 --- a/emulators/wine-current/Makefile +++ b/emulators/wine-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1999/04/15 20:54:29 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:41 tv Exp $ DISTNAME= Wine-990328 PKGNAME= wine-990328 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.winehq.com/ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 2bd11f61ba6..75c5f97713f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 1999/04/15 20:39:42 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:42 tv Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 1768860e814..ca433bfc05e 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/05 07:38:14 nathanw Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:42 tv Exp $ # DISTNAME= xcopilot-0.6.6 @@ -10,7 +10,7 @@ HOMEPAGE= http://xcopilot.cuspy.com/ DEPENDS+= xpm-3.4k:../../graphics/xpm -NOT_FOR_ARCHS= alpha # suspected LP64 bugs +NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs GNU_CONFIGURE= yes USE_X11= yes -- cgit v1.2.3