freebsd-ports/net-im/convey/Makefile
Herve Quiroz 02c00cb102 Convey allows people across the globe to collaboratively draw images while
chatting online. Using pictures in addition to words makes communicating online
fun and easy.

Convey is an Instant Message (IM) program. You can send an message to a friend,
but unlike email, the message instantly appears on your friend's screen if they
are online. Otherwise, the message is delivered to your friend when they log
onto the Internet.

Convey uses the Jabber protocol to send its messages. A protocol consists of
the rules by which a computer communicates with another computer.

Using Jabber, Convey provides users connections to other popular IM programs,
such as AOL Instant Messenger, ICQ, MSN Instant Messenger, and Yahoo!
Messenger.

WWW:	http://convey.sourceforge.net/

PR:		83749
Submitted by:	Nicola Vitale <nivit@email.it>
2005-08-01 13:57:18 +00:00

39 lines
925 B
Makefile

# New ports collection makefile for: convey
# Date created: 2005-07-18
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= convey
PORTVERSION= 0.3
CATEGORIES= net java
MASTER_SITES= http://convey.sourceforge.net/downloads/ \
http://nivi.interfree.it/tmp/convey.sourceforge.net/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= An Instant Message (IM) program using the Jabber protocol
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_ANT= yes
USE_JAVA= yes
JAVA_VERSION= 1.3+
MAKE_ARGS= -quiet
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
FIND_DIRS= lib
SUB_FILES= convey.sh
.include <bsd.port.pre.mk>
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/convey.sh ${PREFIX}/bin/convey
cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type d -exec ${MKDIR} ${DATADIR}/{} \;
cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
.include <bsd.port.post.mk>