summaryrefslogtreecommitdiff
path: root/chat/amsn/Makefile
diff options
context:
space:
mode:
authorpeter <peter>2005-01-18 17:44:03 +0000
committerpeter <peter>2005-01-18 17:44:03 +0000
commit2c215b424d24f0668c2e740f1a7d0efab06b59ef (patch)
treebb191ae22bb4177eae7356438287521e76d78378 /chat/amsn/Makefile
parente0a0e358651eb03c80f83978b34136569570cc53 (diff)
downloadpkgsrc-2c215b424d24f0668c2e740f1a7d0efab06b59ef.tar.gz
Initial import of amsn-0.94 into the NetBSD Packages Collection.
Alvaro's Messenger, or Another MSN messenger clone is a modified and multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh). It's a clone of the original MSN Messenger, having the same look and feel. Some of it features are: * Sound for Events * Look and Feel similar to original MSN Messenger * Multilanguage (Around 40 languages currently supported) * Running multiple instances of AMSN at once for multiple logins * File Transfers * Group Support * Normal and Animated Emoticons with sounds * Chat History
Diffstat (limited to 'chat/amsn/Makefile')
-rw-r--r--chat/amsn/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile
new file mode 100644
index 00000000000..9cd153ee054
--- /dev/null
+++ b/chat/amsn/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/18 17:44:03 peter Exp $
+#
+
+DISTNAME= amsn-0_94
+PKGNAME= ${DISTNAME:S/_/./}
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/}
+
+MAINTAINER= peter@pointless.nl
+HOMEPAGE= http://amsn.sourceforge.net/
+COMMENT= "Alvaro's MSN messenger client"
+
+USE_BUILDLINK3= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/amsn
+ ${CP} -R ${WRKSRC}/* ${PREFIX}/share/amsn
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
+ ${CP} -R ${WRKSRC}/icons/32x32/* ${PREFIX}/share/pixmaps
+ ${LN} -sf ${PREFIX}/share/amsn/amsn ${PREFIX}/bin/amsn
+ ${CHMOD} +x ${PREFIX}/share/amsn/amsn
+
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"