pkgsrc-wip/java-muse/Makefile
pancake ;) a49986c58c Initial import of java-muse
Echomine Muse API gives you one easy-to-use set of APIs and
frameworks for you to connect with other communication services
such as Gnutella, ICQ, to connect with other communication services
MSN, Yahoo, AIM, IRC, FTP, etc.  It implements the protocols and
then adds an extra layer on top of the protocols so that access to
all the services go through extra layer on top of the protocols so
that access to all the services go through extra layer on top of the
protocols so that access to all the services go through
one unified API (similar to how JDBC works).
2004-03-21 00:22:53 +00:00

23 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/21 00:22:53 poppnk Exp $
#
DISTNAME= muse-0.8a5
PKGNAME= java-muse-0.8a5
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muse/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://muse.sourceforge.net/
COMMENT= Java-XML API for networking with modules like Jabber
WRKSRC= ${WRKDIR}/
do-build:
do-install:
${MKDIR} ${PREFIX}/share/classpath/muse/
${INSTALL_DATA} ${WRKSRC}/lib/*.jar \
${PREFIX}/share/classpath/muse/
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"