diff options
Diffstat (limited to 'emulators/dosbox/Makefile')
-rw-r--r-- | emulators/dosbox/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 8f03f851499..31259f3653a 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/11/10 00:13:22 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/03 17:48:11 xtraeme Exp $ # -DISTNAME= dosbox-0.60 +DISTNAME= dosbox-0.61 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/} @@ -12,14 +12,16 @@ COMMENT= Multi-platform DOS emulator using SDL USE_BUILDLINK2= YES GNU_CONFIGURE= YES -post-patch: - ${SED} -e s,/usr/share,${PREFIX}/share, \ - ${WRKSRC}/docs/dosbox.1 > ${WRKSRC}/docs/dosbox.1.sed - ${MV} ${WRKSRC}/docs/dosbox.1.sed ${WRKSRC}/docs/dosbox.1 +SUBST_CLASSES= fixme +SUBST_STAGE.fixme= post-patch +SUBST_FILES.fixme= docs/dosbox.1 +SUBST_SED.fixme= -e s,/usr/share/,${PREFIX}/share/,g post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dosbox ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox .include "../../devel/SDL/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../net/SDL_net/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |