diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | f2f84ca1003215c84547f3e0c73fb900a258ffc8 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /emulators/sdlmame | |
parent | cedee8af400ce7b5e9953aff3e8123529d4330fb (diff) | |
download | pkgsrc-f2f84ca1003215c84547f3e0c73fb900a258ffc8.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/sdlmame/Makefile.common b/emulators/sdlmame/Makefile.common index f54787505fb..3ed9d6146a1 100644 --- a/emulators/sdlmame/Makefile.common +++ b/emulators/sdlmame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/01/18 16:02:17 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/05/19 08:59:13 wiz Exp $ # # used by emulators/sdlmess/Makefile @@ -9,16 +9,16 @@ EXTRACT_SUFX= .zip MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://rbelmont.mameworld.info/?page_id=163 - -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= mame-license RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake pkg-config UNLIMIT_RESOURCES+= datasize -LICENSE= mame-license .if ${MACHINE_ARCH:Mi386} MAKE_FLAGS+= X86_MIPS3_DRC=1 |