diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-30 16:42:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-30 16:42:30 +0000 |
commit | 02efad15683180d7abbf29eb3ecf9a8de358a799 (patch) | |
tree | 2ac38d2e2b468823470a7473e1b2620238172168 /net-p2p/transmission-gtk2 | |
parent | 9f536232e759c8afd04726b86ce579ed6dd88643 (diff) | |
download | ports-02efad15683180d7abbf29eb3ecf9a8de358a799.tar.gz ports-02efad15683180d7abbf29eb3ecf9a8de358a799.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-gtk2')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 14 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-plist | 6 |
2 files changed, 14 insertions, 6 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 210ca992c18f..60823463c9c9 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -5,28 +5,30 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -gtk2 COMMENT= A free BitTorrent client written from scratch in C with GTK+2 +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils + MASTERDIR= ${.CURDIR}/../transmission PLIST= ${.CURDIR}/pkg-plist USE_GNOME= gnometarget gnomehack gtk20 desktopfileutils intlhack -USE_GETTEXT= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --without-wx +CONFIGURE_ARGS= ${GCONFIGURE} \ + --disable-cli \ + --disable-daemon \ + --enable-gtk -CUSTOM_SUBDIRS= third-party libtransmission gtk po DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN1= transmission.1 post-patch: general-patch @${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \ ${WRKSRC}/gtk/transmission.desktop.in - @${REINPLACE_CMD} -e 's|[$$]GMSGFMT[$$]|$$INTLTOOL_MSGFMT$$|g' \ - ${WRKSRC}/configure post-install: general-install @-update-desktop-database diff --git a/net-p2p/transmission-gtk2/pkg-plist b/net-p2p/transmission-gtk2/pkg-plist index f06ca7cb3b2b..7a7d84c869dd 100644 --- a/net-p2p/transmission-gtk2/pkg-plist +++ b/net-p2p/transmission-gtk2/pkg-plist @@ -10,12 +10,18 @@ share/icons/hicolor/24x24/apps/transmission.png share/icons/hicolor/32x32/apps/transmission.png share/icons/hicolor/48x48/apps/transmission.png share/icons/hicolor/scalable/apps/transmission.svg +share/locale/bg/LC_MESSAGES/transmission.mo +share/locale/ca/LC_MESSAGES/transmission.mo share/locale/de/LC_MESSAGES/transmission.mo +share/locale/el/LC_MESSAGES/transmission.mo share/locale/es/LC_MESSAGES/transmission.mo share/locale/fi/LC_MESSAGES/transmission.mo share/locale/fr/LC_MESSAGES/transmission.mo +share/locale/gl/LC_MESSAGES/transmission.mo +share/locale/he/LC_MESSAGES/transmission.mo share/locale/hu/LC_MESSAGES/transmission.mo share/locale/it/LC_MESSAGES/transmission.mo +share/locale/lt/LC_MESSAGES/transmission.mo share/locale/nl/LC_MESSAGES/transmission.mo share/locale/pl/LC_MESSAGES/transmission.mo share/locale/pt/LC_MESSAGES/transmission.mo |