summaryrefslogtreecommitdiff
path: root/net-p2p/transmission-remote-gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/transmission-remote-gui/Makefile')
-rw-r--r--net-p2p/transmission-remote-gui/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile
deleted file mode 100644
index fe2906102f84..000000000000
--- a/net-p2p/transmission-remote-gui/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: transmisson-remote-gui
-# Date created: 2009-05-20
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= transmisson-remote-gui
-PORTVERSION= 2.2
-CATEGORIES= net-p2p
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-DISTNAME= transgui-${PORTVERSION}-src
-
-MAINTAINER= acm@FreeBSD.org
-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
-
-WRKSRC= ${WRKDIR}/TransGUI
-PLIST_FILES= bin/transgui
-SUB_FILES= pkg-message
-
-.include <bsd.port.pre.mk>
-
-do-install:
- @cd ${WRKSRC} && \
- ${INSTALL_PROGRAM} transgui ${PREFIX}/bin
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>