diff options
author | dholland <dholland> | 2012-05-23 05:03:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-23 05:03:26 +0000 |
commit | ef288495378fb7bfa30f5ae437f2a7a079b0434e (patch) | |
tree | 7004207afa4d2934adddaa9c599ba2d83a93b408 /emulators | |
parent | d9f7e40805012c1bcbe51bceb73a2bdd8a358edf (diff) | |
download | pkgsrc-ef288495378fb7bfa30f5ae437f2a7a079b0434e.tar.gz |
Fix PLIST for Linux and apparently also MacOS. (An extra binary appears.)
Fix wrong WRKSRC. PKGREVISION -> 1.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 13 | ||||
-rw-r--r-- | emulators/aranym/PLIST | 4 |
2 files changed, 14 insertions, 3 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 5403a2468cf..bde99b51407 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2012/04/15 02:05:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2012/05/23 05:03:26 dholland Exp $ # DISTNAME= aranym_0.9.13.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} @@ -15,7 +16,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} AUTOCONF_REQD= 2..50 @@ -53,6 +54,14 @@ CONFIGURE_ARGS+= --enable-jit-compiler CONFIGURE_ARGS+= --enable-jit-fpu .endif +# This appears if it thinks it can use tun/tap interfaces. +# (While NetBSD has these, the configure test rejects it.) +PLIST_VARS+= aratapif +.if !empty(MACHINE_PLATFORM:MLinux-*-*) || \ + !empty(MACHINE_PLATFORM:MDarwin-*-*) +PLIST.aratapif= yes +.endif + INSTALLATION_DIRS+= ${EMUTOS_DOC_DIR} ${EMUTOS_ROM_DIR} pre-configure: diff --git a/emulators/aranym/PLIST b/emulators/aranym/PLIST index e18c685ab37..d16f0a031bf 100644 --- a/emulators/aranym/PLIST +++ b/emulators/aranym/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:54:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/05/23 05:03:26 dholland Exp $ bin/aranym +${PLIST.aratapif}bin/aratapif man/man1/aranym-jit.1 man/man1/aranym-mmu.1 man/man1/aranym.1 +${PLIST.aratapif}man/man1/aratapif.1 share/aranym/arabridge share/aranym/atari/hostfs/README share/aranym/atari/hostfs/bdconfig.sys |