diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 22:26:44 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 22:26:44 +0000 |
commit | 336ae2f614b6a0811b002e1b1a3976191c395acc (patch) | |
tree | 2752a9a2dd2650a045fa995eb34a588a88cbf47c /net/kopete/Makefile | |
parent | af8de1f642d1cfebd9338b5520520bfc6ce31946 (diff) | |
download | ports-336ae2f614b6a0811b002e1b1a3976191c395acc.tar.gz ports-336ae2f614b6a0811b002e1b1a3976191c395acc.zip |
Notes
Diffstat (limited to 'net/kopete/Makefile')
-rw-r--r-- | net/kopete/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 1465037455e3..c3a9ece232a8 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kopete -PORTVERSION= 0.6.1a +PORTVERSION= 0.6.2 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,16 @@ COMMENT= KDE instant messaging system (ICQ, AIM, MSN, Jabber) USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-lcrypto" +post-install: + ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kopete.mo + -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/ + -${RMDIR} ${PREFIX}/share/locale/xx/ + .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |