# New ports collection makefile for: convey # Date created: 2005-07-18 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= convey PORTVERSION= 0.3 CATEGORIES= net-im 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 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 ='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-9/+9
* Remove USE_GNOMENG.marcus2003-04-181-1/+0
* De-pkg-comment.knu2003-02-212-1/+1
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2
* o update to 0.7.sf2002-01-242-2/+2
* Add NOPORTDOCS support to pkg-plistijliao2001-07-091-9/+9
* Upgrade to 0.4.kuriyama2001-03-134-12/+12
* Implement USE_GTK, part 1.reg2000-10-052-27/+17
* Correct and sort PLISTs.reg2000-10-031-2/+2
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-19/+27