diff options
author | ak <ak@FreeBSD.org> | 2013-10-01 13:10:19 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-10-01 13:10:19 +0800 |
commit | 71a936a2fb213883af737a9bb660a02dc3fec679 (patch) | |
tree | db120a2bdef6dbac15206841412f498d7a05acd6 /emulators/dgen-sdl | |
parent | 2c9dbf715e69dc24f8f0921ecbdd70c3dc9b02cd (diff) | |
download | freebsd-ports-gnome-71a936a2fb213883af737a9bb660a02dc3fec679.tar.gz freebsd-ports-gnome-71a936a2fb213883af737a9bb660a02dc3fec679.tar.zst freebsd-ports-gnome-71a936a2fb213883af737a9bb660a02dc3fec679.zip |
- Fix build on 10.x [1]
- Support STAGEDIR
Reported by: pkg-fallout [1]
Diffstat (limited to 'emulators/dgen-sdl')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 10 | ||||
-rw-r--r-- | emulators/dgen-sdl/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 515b369419aa..0e7775946f3c 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -11,15 +11,15 @@ COMMENT= Wonderful Sega Genesis/MegaDrive emulator USE_SDL= sdl USE_GL= yes +USES= fmake GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ - bin/dgen_tobin + bin/dgen_tobin \ + man/man1/dgen.1.gz \ + man/man1/dgen_tobin.1.gz \ + man/man5/dgenrc.5.gz -MAN1= dgen.1 dgen_tobin.1 -MAN5= dgenrc.5 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/emulators/dgen-sdl/pkg-descr b/emulators/dgen-sdl/pkg-descr index cca5b8f085c2..42e37a961bd1 100644 --- a/emulators/dgen-sdl/pkg-descr +++ b/emulators/dgen-sdl/pkg-descr @@ -1,3 +1,3 @@ DGen is a wonderful Sega Genesis/MegaDrive emulator. -WWW: http://dgen.sourceforge.net +WWW: http://dgen.sourceforge.net/ |