svn commit: r362121 - head/emulators/joytran
Kurt Jaeger
pi at FreeBSD.org
Thu Jul 17 05:40:12 UTC 2014
Author: pi
Date: Thu Jul 17 05:40:11 2014
New Revision: 362121
URL: http://svnweb.freebsd.org/changeset/ports/362121
QAT: https://qat.redports.org/buildarchive/r362121/
Log:
emulators/joytran: 0.9.5.1 -> 0.9.5.2
- stripped binary
- USES update
PR: 191893
Submitted by: beyert at cs.ucr.edu (maintainer)
Modified:
head/emulators/joytran/Makefile
Modified: head/emulators/joytran/Makefile
==============================================================================
--- head/emulators/joytran/Makefile Thu Jul 17 05:34:31 2014 (r362120)
+++ head/emulators/joytran/Makefile Thu Jul 17 05:40:11 2014 (r362121)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= joytran
-PORTVERSION= 0.9.5.1
+PORTVERSION= 0.9.5.2
CATEGORIES= emulators
-MASTER_SITES= BERLIOS GOOGLE_CODE
-MASTER_SITE_SUBDIR= joytran
+MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/
MAINTAINER= beyert at cs.ucr.edu
COMMENT= Joystick to keyboard/mouse events translator written in C
@@ -13,13 +12,14 @@ COMMENT= Joystick to keyboard/mouse even
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-# This is needed to fetch from BerliOS
-USE_BZIP2= yes
USE_SDL= sdl2
-USES= cmake pkgconfig
+USES= tar:bzip2 cmake pkgconfig
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
USE_XORG= x11 xtst
OPTIONS_DEFINE= DOCS
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list