From 6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e Mon Sep 17 00:00:00 2001 From: acm Date: Mon, 16 Aug 2010 18:49:30 +0000 Subject: - Update to 2.0 See the full changelog at: http://transmisson-remote-gui.googlecode.com/svn/trunk/history.txt --- net-p2p/transmission-remote-gui/Makefile | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'net-p2p/transmission-remote-gui/Makefile') diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 12af638efc85..32048834c88d 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= transmisson-remote-gui -PORTVERSION= 1.1 -PORTREVISION= 3 +PORTVERSION= 2.0 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= transgui-${PORTVERSION}-src @@ -18,6 +17,7 @@ COMMENT= Remote GUI for transmission daemon BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon +USE_GMAKE= yes USE_ZIP= yes USE_DOS2UNIX= yes USE_FPC= fcl-net @@ -26,22 +26,11 @@ WRKSRC= ${WRKDIR}/TransGUI PLIST_FILES= bin/transgui SUB_FILES= pkg-message -LAZARUS_PROJECT_FILE= transgui.lpi -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild - .include -.if exists(${LOCALBASE}/bin/lazbuild) -LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg -.endif - -do-build: - @cd ${WRKSRC} && \ - ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE} - do-install: @cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} units/transgui ${PREFIX}/bin + ${INSTALL_PROGRAM} transgui ${PREFIX}/bin post-install: @${CAT} ${PKGMESSAGE} -- cgit