diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
commit | f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch) | |
tree | ad29e6808ff698f84e08dab8e047f0ae72838df9 /net-im/telepathy-mission-control/Makefile | |
parent | 873cae3ab41a109b6f9cf9f4149f101d6d996235 (diff) | |
download | ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.tar.gz ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.zip |
Notes
Diffstat (limited to 'net-im/telepathy-mission-control/Makefile')
-rw-r--r-- | net-im/telepathy-mission-control/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index 9ca1076b4f3c..13a1cd8b548f 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -3,13 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.4 2008/03/20 03:20:54 marcus Exp $ +# $MCom: ports/net-im/telepathy-mission-control/Makefile,v 1.8 2009/10/24 15:26:03 marcus Exp $ PORTNAME= telepathy-mission-control -PORTVERSION= 4.67 -PORTREVISION= 1 +PORTVERSION= 5.2.6 CATEGORIES= net-im devel -MASTER_SITES= SF/mission-control/mission-control/${PORTVERSION} +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ MAINTAINER= gnome@FreeBSD.org COMMENT= Telepathy component to apps to abstract details of connection managers @@ -23,6 +22,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_LDCONFIG= yes +MAN1= mc-account-convert.1 mc-tool.1 mc-wait-for-name.1 +MAN8= mission-control-5.8 + +PLIST_SUB= VERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \ ${WRKSRC}/configure |