diff options
author | pi <pi@FreeBSD.org> | 2014-07-17 13:40:11 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-17 13:40:11 +0800 |
commit | c69bd00426f6653050c98762393128f7149b84ba (patch) | |
tree | 1ba70e043d32279ba08b1f7f1e9f6e9112c1a2b9 | |
parent | ea17c52a1cfea8fa664a3d0138a30a3684f4e06e (diff) | |
download | freebsd-ports-gnome-c69bd00426f6653050c98762393128f7149b84ba.tar.gz freebsd-ports-gnome-c69bd00426f6653050c98762393128f7149b84ba.tar.zst freebsd-ports-gnome-c69bd00426f6653050c98762393128f7149b84ba.zip |
emulators/joytran: 0.9.5.1 -> 0.9.5.2
- stripped binary
- USES update
PR: 191893
Submitted by: beyert@cs.ucr.edu (maintainer)
-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> |