diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index b445594d5466..d9892cb426e9 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -1,36 +1,23 @@ PORTNAME= dgen-sdl PORTVERSION= 1.33 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/dgen/dgen/${PORTVERSION} MAINTAINER= ak@FreeBSD.org COMMENT= Wonderful Sega Genesis/MegaDrive emulator WWW= https://dgen.sourceforge.net/ USE_SDL= sdl USE_GL= glu -USES= gl gmake libarchive sdl +USES= gl gmake sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/dgen \ bin/dgen_tobin \ - man/man1/dgen.1.gz \ - man/man1/dgen_tobin.1.gz \ - man/man5/dgenrc.5.gz + share/man/man1/dgen.1.gz \ + share/man/man1/dgen_tobin.1.gz \ + share/man/man5/dgenrc.5.gz -.include - -.if ${ARCH} == i386 -BUILD_DEPENDS+= nasm:devel/nasm -.else -CONFIGURE_ARGS+= --disable-asm -.endif - -post-patch: - @${REINPLACE_CMD} -e '/@NASM@/s/--//' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/mz80/Makefile.in \ - ${WRKSRC}/star/Makefile.in - -.include +.include