aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/minivmac
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-14 07:56:45 +0800
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-14 07:56:45 +0800
commite2903b46d3e8e8344dfcbb16416dea6fdfad5783 (patch)
treebbaeb8c4f13c65d77e123fa9c999a6a88aff519f /emulators/minivmac
parent2860183f91584402d6846b859afd0c4254c41f58 (diff)
downloadfreebsd-ports-gnome-e2903b46d3e8e8344dfcbb16416dea6fdfad5783.tar.gz
freebsd-ports-gnome-e2903b46d3e8e8344dfcbb16416dea6fdfad5783.tar.zst
freebsd-ports-gnome-e2903b46d3e8e8344dfcbb16416dea6fdfad5783.zip
- Remove the indefinite article from COMMENT
- Add LICENSE - Convert USE_GMAKE to USES - Add stage support
Diffstat (limited to 'emulators/minivmac')
-rw-r--r--emulators/minivmac/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile
index 0878cb2fea0c..8bef9dce619e 100644
--- a/emulators/minivmac/Makefile
+++ b/emulators/minivmac/Makefile
@@ -8,23 +8,23 @@ MASTER_SITES= SF
DISTFILES= ${PORTNAME}-${PORTVERSION}.src.tgz ${PORTNAME}-${PORTVERSION}.prj.tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= A miniature Macintosh emulator
+COMMENT= Miniature Macintosh emulator
+
+LICENSE= GPLv2
WRKSRC= ${WRKDIR}/projects/bgclx86d
USE_XORG= x11 xext
-USE_GMAKE= yes
+USES= gmake
CFLAGS+= -I${LOCALBASE}/include
ALL_TARGET= # nothing
PLIST_FILES= bin/minivmac
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${PREFIX}/bin
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>