diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-16 15:46:36 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-16 15:46:36 +0000 |
commit | 1a3f17922ed47545269d8aa2f7048f50abff8fda (patch) | |
tree | 789aad2fac99fb0cccc5ca88e22c0ea79a5dc58e /emulators/tiemu3 | |
parent | 3d5e676f170e835a5dc7e16cc8cd13a3f4785c18 (diff) | |
download | ports-1a3f17922ed47545269d8aa2f7048f50abff8fda.tar.gz ports-1a3f17922ed47545269d8aa2f7048f50abff8fda.zip |
Notes
Diffstat (limited to 'emulators/tiemu3')
-rw-r--r-- | emulators/tiemu3/Makefile | 15 | ||||
-rw-r--r-- | emulators/tiemu3/distinfo | 5 |
2 files changed, 11 insertions, 9 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 4eeacf065b62..f727882bd47b 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -7,25 +7,28 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 +PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://tijl.fastmail.fm/mirror/ -DISTNAME= tiemu-${PORTVERSION} +MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} +DISTNAME= tiemu-${DISTVERSION} +EXTRACT_SUFX= -nogdb.tar.gz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \ +LIB_DEPENDS= ticalcs2.9:${PORTSDIR}/comms/libticalcs2 \ ticables2.4:${PORTSDIR}/comms/libticables2 \ - tifiles2.6:${PORTSDIR}/devel/libtifiles2 + tifiles2.7:${PORTSDIR}/devel/libtifiles2 USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic CONFIGURE_ARGS= --disable-gdb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAN1= tiemu.1 diff --git a/emulators/tiemu3/distinfo b/emulators/tiemu3/distinfo index 9cc118783fb6..4a4fb2e7807c 100644 --- a/emulators/tiemu3/distinfo +++ b/emulators/tiemu3/distinfo @@ -1,3 +1,2 @@ -MD5 (tiemu-3.03.tar.gz) = 2736440d717a0ee97cdb35189814fc93 -SHA256 (tiemu-3.03.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592 -SIZE (tiemu-3.03.tar.gz) = 2749976 +SHA256 (tiemu-3.03-nogdb.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592 +SIZE (tiemu-3.03-nogdb.tar.gz) = 2749976 |