Index: emulators/dosbox-staging/Makefile =================================================================== --- emulators/dosbox-staging/Makefile (nonexistent) +++ emulators/dosbox-staging/Makefile (working copy) @@ -0,0 +1,45 @@ +# Created by: Tom Carrick +# Adapted for dosbox-staging by: Stefan Rink + +PORTNAME= dosbox-staging +DISTVERSION= v0.76.0-alpha +PORTREVISION= 1 +CATEGORIES= emulators + +USE_GITHUB= yes +GH_ACCOUNT= dosbox-staging +MASTER_SITES= GH + + +MAINTAINER= stefanrink@yahoo.com +COMMENT= Emulator of a PC with DOS + +LICENSE= GPLv2 + +LIB_DEPENDS= libpng.so:graphics/png libopusfile.so:audio/opusfile + + +USES= sdl autoreconf +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-core-inline +USE_SDL= sdl2 net2 + +PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox-staging.ico +PORTDOCS= NEWS README + +DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ + "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \ + "System;Emulator;" true + +post-patch: + @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ + ${WRKSRC}/docs/dosbox.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${STAGEDIR}${PREFIX}/bin/dosbox + ${INSTALL_DATA} ${WRKSRC}/contrib/icons/dosbox-staging.ico ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: emulators/dosbox-staging/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: emulators/dosbox-staging/distinfo =================================================================== --- emulators/dosbox-staging/distinfo (nonexistent) +++ emulators/dosbox-staging/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568054998 +SHA256 (dosbox-staging-dosbox-staging-v0.76.0-alpha_GH0.tar.gz) = b1359109ae5276684ec02d2772259a1eeacc937008ed16643eaaefa768e2dd2d +SIZE (dosbox-staging-dosbox-staging-v0.76.0-alpha_GH0.tar.gz) = 1805095 Property changes on: emulators/dosbox-staging/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: emulators/dosbox-staging/pkg-descr =================================================================== --- emulators/dosbox-staging/pkg-descr (nonexistent) +++ emulators/dosbox-staging/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Modernized DOSBox codebase from https://github.com/dosbox-staging/dosbox-staging + +Config will be created at first start of the application and the file is located at ~/.config/dosbox/dosbox-staging-git.cfg + Property changes on: emulators/dosbox-staging/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property