diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 03:26:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 03:26:50 +0000 |
commit | e954e49132e1b2583507f69ebcf3de53c23ecbfd (patch) | |
tree | d00d70439523bbf7798e768fdce51606b062aa11 /net-p2p/transmission-gtk2/Makefile | |
parent | f90d2e321c50c2dd2f60444dce277ffee906694e (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-gtk2/Makefile')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 32757c672de7..0589c43c972e 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -13,21 +13,19 @@ COMMENT= A free BitTorrent client written from scratch in C with GTK+2 MASTERDIR= ${.CURDIR}/../transmission PLIST= ${.CURDIR}/pkg-plist -USE_XLIB= yes -USE_GNOME= gtk20 desktopfileutils -SLAVE_TRANS= gtk2 +USE_GNOME= gnometarget gnomehack gtk20 desktopfileutils intlhack USE_GETTEXT= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-daemon +CONFIGURE_ARGS= --without-wx -MAN1= transmission-gtk.1 +CUSTOM_SUBDIRS= third-party libtransmission gtk po DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} +#MAN1= transmission-gtk.1 post-patch: general-patch - @${REINPLACE_CMD} -e 's|TARGETS = .cli|#TARGETS = .cli|g' \ - ${WRKSRC}/mk/default.mk @${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \ - ${WRKSRC}/gtk/transmission-gtk.desktop + ${WRKSRC}/gtk/transmission.desktop.in + @${REINPLACE_CMD} -e 's|[$$]GMSGFMT[$$]|$$INTLTOOL_MSGFMT$$|g' \ + ${WRKSRC}/configure post-install: general-install @-update-desktop-database |