diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-16 23:46:36 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-16 23:46:36 +0800 |
commit | 880df6f8dee3a0d4d375dbed1a3250ee96d1e108 (patch) | |
tree | 0691834e50aa23ebfc5de4e01f93b1b68282ee13 /emulators/tiemu3 | |
parent | 20198ed6c995a40ddcfcf4d490cf809b4f3e18be (diff) | |
download | freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.tar.gz freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.tar.zst freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.zip |
Update converters/libticonv to 1.1.2 [1]
Update comms/libticables2 to 1.3.2 [2]
Update devel/libtifiles2 to 1.1.4 [3]
Update comms/libticalcs2 to 1.1.6 [4]
Update comms/tilp2 to 1.15 [5]
Bump emulators/tiemu3 [6]
PR: ports/157837 [1], ports/157832 [2], ports/157830 [3], ports/157836 [4], ports/157838 [5], ports/157839 [6]
Submitted by: Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5] (maintainer) [6]
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt (mentor)
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 |