freebsd-ports/net-p2p/transmission-gtk2/Makefile

45 lines
1,017 B
Makefile
Raw Normal View History

# New ports collection makefile for: transmission-gtk2
# Date created: 11 February 2006
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -gtk2
MAINTAINER= crees@FreeBSD.org
COMMENT= A fast and lightweight GTK+2 BitTorrent client
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
notify.4:${PORTSDIR}/devel/libnotify \
2008-05-10 00:39:29 +02:00
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS= ${GEN_RUN_DEPENDS} \
xdg-open:${PORTSDIR}/devel/xdg-utils
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../transmission-cli
2006-06-25 06:10:38 +02:00
PLIST= ${.CURDIR}/pkg-plist
2008-11-10 19:16:29 +01:00
SLAVEPORT= gtk2
USE_GNOME= gnomehack gtk20 desktopfileutils intlhack
USE_GETTEXT= yes
INSTALLS_ICONS= yes
EXTRA_CONF_ARGS=--disable-cli \
--disable-daemon \
--with-gtk \
--enable-inotify \
--disable-mac \
--enable-nls
2010-11-17 13:41:58 +01:00
MAN1= transmission-gtk.1
2006-06-25 06:10:38 +02:00
post-patch: general-patch
@${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \
2010-11-17 13:41:58 +01:00
${WRKSRC}/gtk/transmission-gtk.desktop.in
post-install: general-install
@-update-desktop-database
.include "${MASTERDIR}/Makefile"