diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 18:53:08 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-05-20 18:53:08 +0000 |
commit | dc2933db2b1b20667602dd8bd46a3ad8afd849c6 (patch) | |
tree | 185ce3aa8e7513584e825f120a789245c0b1c8ae /emulators/mupen64plus-input | |
parent | 599f3185a61e02376ab508bc754bdaafb4528883 (diff) | |
download | ports-dc2933db2b1b20667602dd8bd46a3ad8afd849c6.tar.gz ports-dc2933db2b1b20667602dd8bd46a3ad8afd849c6.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-input')
-rw-r--r-- | emulators/mupen64plus-input/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/mupen64plus-input/Makefile b/emulators/mupen64plus-input/Makefile new file mode 100644 index 000000000000..1bd22c9031bb --- /dev/null +++ b/emulators/mupen64plus-input/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mupen64plus-input +# Date created: 2008-05-16 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -input + +COMMENT= Input plugin for Mupen64plus + +USE_SDL= sdl + +FIXFILES= # + +PLUGIN_NAME= mupen64_input + +MASTERDIR= ${.CURDIR}/../mupen64plus-base + +OPTIONS= # + +.include "${MASTERDIR}/Makefile" |