aboutsummaryrefslogtreecommitdiff
path: root/net-im/emesene/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-08-23 10:12:00 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-08-23 10:12:00 +0000
commitbb71f15d94e34beae2efba022a34110375728218 (patch)
tree0c991deacedcb58c9f9d849623338b6dda225089 /net-im/emesene/Makefile
parent3bfa293d56d3d499a5cdb23c78ad20c12af14b90 (diff)
downloadports-bb71f15d94e34beae2efba022a34110375728218.tar.gz
ports-bb71f15d94e34beae2efba022a34110375728218.zip
Notes
Diffstat (limited to 'net-im/emesene/Makefile')
-rw-r--r--net-im/emesene/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/net-im/emesene/Makefile b/net-im/emesene/Makefile
index 8679f96e7556..5a3046678aea 100644
--- a/net-im/emesene/Makefile
+++ b/net-im/emesene/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= emesene
-PORTVERSION= 0.20070703
+PORTVERSION= 0.20070820
CATEGORIES= net-im python
MASTER_SITES= SF
-DISTNAME= ${PORTNAME}-030707
+DISTNAME= ${PORTNAME}-r801
MAINTAINER= relaxbsd@gmail.com
COMMENT= MSN Messenger client
@@ -23,8 +23,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GNOME= pygtk2
+REINPLACE_ARGS= -i ""
-SUB_FILES= emesene.desktop
+DESKTOP_ENTRIES="${PORTNAME}" \
+ "${COMMENT}" \
+ "${DATADIR}/themes/default/userPanel.png" \
+ "${PORTNAME}" \
+ "Network;InstantMessaging;GTK;" \
+ "false"
post-patch:
@${CHMOD} a+x ${WRKSRC}/emesene
@@ -39,9 +45,7 @@ do-build:
do-install:
@${INSTALL} -d ${DATADIR}/
- @${INSTALL} -d ${PREFIX}/share/applications/
@${CP} -R ${WRKSRC}/ ${DATADIR}/
- @${INSTALL_DATA} ${WRKDIR}/emesene.desktop ${PREFIX}/share/applications/
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>