diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-09 10:56:17 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-09 10:56:17 +0000 |
commit | 3d3f9451f17a82e262f2bbc3f0cef7e62aead63f (patch) | |
tree | dd0ea2788f09ad76d0272f2db5a876203dd0944e | |
parent | 06c273daa81ea4b3fe7540410d9e902813d2bbe4 (diff) |
Notes
-rw-r--r-- | emulators/dosbox/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 354a237242ce..3727822da2fc 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= dosbox -PORTVERSION= 0.74 -PORTREVISION= 13 +DISTVERSION= 0.74-3 CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-3 -DISTNAME= ${PORTNAME}-${PORTVERSION}-3 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= knyght@gmail.com COMMENT= Emulator of a PC with DOS @@ -15,15 +13,14 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png +USES= sdl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-core-inline USE_SDL= sdl net sound + PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox.ico PORTDOCS= NEWS README -PKGMESSAGE= ${WRKDIR}/pkg-message - -CONFIGURE_ARGS+= --enable-core-inline - DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \ "System;Emulator;" true |