diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-17 05:40:11 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-17 05:40:11 +0000 |
commit | 08df28733ed6a56c2353decd94ce04ce86765c74 (patch) | |
tree | 1ba70e043d32279ba08b1f7f1e9f6e9112c1a2b9 /emulators | |
parent | sysutils/backuppc: Fix DOCSDIR mode (diff) |
emulators/joytran: 0.9.5.1 -> 0.9.5.2
- stripped binary
- USES update
PR: 191893
Submitted by: beyert@cs.ucr.edu (maintainer)
Notes
Notes:
svn path=/head/; revision=362121
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/joytran/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index 1dd3ad71c503..8e625b145109 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -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@cs.ucr.edu COMMENT= Joystick to keyboard/mouse events translator written in C @@ -13,13 +12,14 @@ COMMENT= Joystick to keyboard/mouse events translator written in C 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> |