aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/transmission-remote-gui/Makefile
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2010-08-17 02:49:30 +0800
committeracm <acm@FreeBSD.org>2010-08-17 02:49:30 +0800
commit6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e (patch)
treec6df61164b77cd3d026be866de5cd334f99e423d /net-p2p/transmission-remote-gui/Makefile
parent6876c690a5a8269ea7d3fa03a4bfc588d2ded65f (diff)
downloadfreebsd-ports-gnome-6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e.tar.gz
freebsd-ports-gnome-6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e.tar.zst
freebsd-ports-gnome-6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e.zip
- Update to 2.0
See the full changelog at: http://transmisson-remote-gui.googlecode.com/svn/trunk/history.txt
Diffstat (limited to 'net-p2p/transmission-remote-gui/Makefile')
-rw-r--r--net-p2p/transmission-remote-gui/Makefile17
1 files changed, 3 insertions, 14 deletions
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 <bsd.port.pre.mk>
-.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}