diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 18:54:05 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 18:54:05 +0000 |
commit | d25efd3fc4b10883c13354c42091974a7c060f66 (patch) | |
tree | 2fd6ad0306a9c155b741c8743a5e803c595eb25a /emulators/tiemu3 | |
parent | 76a04708327dc8d4b7d8d0f8ebc2b807286a3006 (diff) | |
download | ports-d25efd3fc4b10883c13354c42091974a7c060f66.tar.gz ports-d25efd3fc4b10883c13354c42091974a7c060f66.zip |
Notes
Diffstat (limited to 'emulators/tiemu3')
-rw-r--r-- | emulators/tiemu3/Makefile | 26 | ||||
-rw-r--r-- | emulators/tiemu3/distinfo | 6 |
2 files changed, 13 insertions, 19 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 136876b56026..aca0f7b06c7d 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -6,28 +6,27 @@ # PORTNAME= tiemu3 -PORTVERSION= 3.02 -PORTREVISION= 6 +PORTVERSION= 3.03 CATEGORIES= emulators -MASTER_SITES= SF/gtktiemu/tiemu-linux/TiEmu%20${PORTVERSION} +MASTER_SITES= http://tijl.fastmail.fm/mirror/ DISTNAME= tiemu-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs2.7:${PORTSDIR}/comms/libticalcs2 \ - ticables2.1:${PORTSDIR}/comms/libticables2 \ - tifiles2.5:${PORTSDIR}/devel/libtifiles2 +LIB_DEPENDS= ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \ + ticables2.4:${PORTSDIR}/comms/libticables2 \ + tifiles2.6:${PORTSDIR}/devel/libtifiles2 -USE_BZIP2= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gdb --mandir=${MANPREFIX}/man +USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl +CONFIGURE_ARGS= --disable-gdb +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" + MAN1= tiemu.1 .if !defined(WITHOUT_NLS) @@ -50,10 +49,5 @@ post-patch: .SILENT ${WRKSRC}/src/gui/calc/pckeys.h ${WRKSRC}/src/misc/paths.h ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/src/gui/device.c - -pre-install: - ${CHMOD} +x ${WRKSRC}/install-sh .include <bsd.port.mk> diff --git a/emulators/tiemu3/distinfo b/emulators/tiemu3/distinfo index 36f51f36c356..9cc118783fb6 100644 --- a/emulators/tiemu3/distinfo +++ b/emulators/tiemu3/distinfo @@ -1,3 +1,3 @@ -MD5 (tiemu-3.02.tar.bz2) = 3e8240b7d829c6d8168a97b5a5b28521 -SHA256 (tiemu-3.02.tar.bz2) = 2b09783a6d30f78165651db99d3da1fbf2890579ef8b359ee74352f7da0f7966 -SIZE (tiemu-3.02.tar.bz2) = 21491214 +MD5 (tiemu-3.03.tar.gz) = 2736440d717a0ee97cdb35189814fc93 +SHA256 (tiemu-3.03.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592 +SIZE (tiemu-3.03.tar.gz) = 2749976 |