# ex:ts=8 # Ports collection makefile for: pipe # Date created: Feb 9, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= pipe PORTVERSION= 2.5 CATEGORIES= misc java MASTER_SITES= SF MASTER_SITE_SUBDIR= pipe2 DISTNAME= pipe25_rc5 MAINTAINER= stefan@fh-mainz.de COMMENT= A tool for creating and analysing Petri nets USE_ZIP= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.3+ PLIST_FILES= bin/pipe SUB_FILES= pipe.sh .if !defined(NOPORTDOCS) PORTDOCS=* .endif do-install: ${INSTALL_SCRIPT} ${WRKDIR}/pipe.sh ${PREFIX}/bin/pipe @${MKDIR} ${DATADIR} cd ${WRKSRC} && \ ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; cd ${WRKSRC} && \ ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) cd ${WRKSRC}/Docs && \ ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/javadoc/{} \; cd ${WRKSRC}/Docs && \ ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/javadoc/{} \; .endif .include ndex : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/linux-eagle5
Commit message (Expand)AuthorAgeFilesLines
* - add missing dependencieseadler2011-09-231-2/+2
* - Update to 5.11culot2011-04-294-16/+39
* - Update cad/linux-eagle5 to 5.10 and transfer maintainership to submitter.stefan2010-11-145-351/+389
* Fix a few typos in ports/cad.olgeni2010-07-301-1/+1
* - Fix wrapped linepav2010-05-111-2/+1
* Here is a new linux-eagle5 port, the version is 5.5.bsam2009-08-035-851/+689
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-1/+1
* Use @rmtry macro in the pkg-plist.edwin2008-04-191-1/+1
* - Update to 4.16r2miwi2007-07-06