# New ports collection makefile for: DeViSoR # Date created: Jan. 2005 # Whom: Pedro F. Giffuni # # $FreeBSD$ # PORTNAME= devisor PORTVERSION= 2.1 PORTREVISION= 2 CATEGORIES= science java MASTER_SITES= http://www.featflow.de/download/ DISTNAME= devisor${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Design and Visualization Software Resource for FeatFlow USE_JAVA= yes JAVA_VERSION= 1.4+ NO_BUILD= yes # Sources are available though SUB_FILES= devisorgrid.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} DATAFILES= data images misc manual CLASSFILES= devisor2 devisorgrid.class .if !defined(NOPORTDOCS) PORTDOCS= * .endif PLIST_FILES= bin/devisorgrid do-install: ${INSTALL_SCRIPT} ${WRKDIR}/devisorgrid.sh ${PREFIX}/bin/devisorgrid cd ${WRKSRC} \ && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ && ${FIND} ${DATAFILES} -type f -not -name '*.pdf' -print -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; cd ${WRKSRC} \ && ${FIND} ${CLASSFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ && ${FIND} ${CLASSFILES} -name '*.class' -type f -print -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; .if !defined(NOPORTDOCS) cd ${WRKSRC}/manual \ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ && ${FIND} . -type f -name '*.pdf' -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; .endif post-install: @cd ${WRKSRC} \ && ${FIND} -s ${DATAFILES} -type f -not -name '*.pdf' \ | ${SED} -ne 's,^,${DATADIR:S,${PREFIX}/,,}/,p' >> ${TMPPLIST} \ && ${FIND} -s -d ${DATAFILES} -type d \ | ${SED} -ne 's,^,@dirrm ${DATADIR:S,${PREFIX}/,,}/,p' >> ${TMPPLIST} @cd ${WRKSRC} \ && ${FIND} -s ${CLASSFILES} -name '*.class' -type f \ | ${SED} -ne 's,^,${DATADIR:S,${PREFIX}/,,}/,p' >> ${TMPPLIST} \ && ${FIND} -s -d ${CLASSFILES} -type d \ | ${SED} -ne 's,^,@dirrm ${DATADIR:S,${PREFIX}/,,}/,p' >> ${TMPPLIST} @${ECHO_CMD} '@dirrm ${DATADIR:S,${PREFIX}/,,}' >> ${TMPPLIST} .include _yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/MT/Makefile
Commit message (Expand)AuthorAgeFilesLines
AgeFilesLines
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.obrien2001-05-043-14/+29
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-242-6/+6
* Fix version number.obrien2001-03-111-1/+1
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-072-6/+6
* Fix nits in the auto lib-gcc PLIST generation.obrien2001-03-022-26/+14
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.obrien2001-02-154-130/+157
* typo clean up police: \s -> \tlioux2001-02-151-1/+1
* Upgrade to the Christmas edition GCC 2.97 development snapshot.obrien2000-12-272-6/+6
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.obrien2000-12-222-33/+29
* Forgot to commit the bits that rm's the new libjava as it breaks theobrien2000-12-141-0/+1
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.obrien2000-12-133-35/+42
* Change name of programs from e<program_name> to g<program_name>, sinceobrien2000-12-062-18/+17
* Change the libstdc++.so version number to be more like the stock one.obrien2000-12-061-1/+1
* First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.obrien2000-11-291-0/+64
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-299-277/+86
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-117-623/+173
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.obrien2000-09-163-69/+89
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.obrien2000-09-0610-370/+156
* Upgrade to the 2000-05-01 GCC 2.96 development snapshot.obrien2000-05-073-9/+8
* Upgrade to the 2000-04-10 GCC 2.96 development snapshot.obrien2000-04-152-6/+6
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+2
* Restore useless version required comments.obrien2000-03-221-0/+1
* Remove the "version required" line.obrien2000-03-201-1/+0
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.obrien2000-03-193-27/+27
* Upgrade to the 2000-03-06 GCC 2.96 development snapshot.obrien2000-03-093-7/+9
* Upgrade to the 2000-02-21 GCC 2.96 development snapshot.obrien2000-03-083-7/+7
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.obrien2000-02-147-85/+75
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.obrien2000-01-178-89/+84
* Update to the 1999-11-10 development snapshot.obrien1999-11-152-6/+6
* Update to the 1999-11-02 development snapshot.obrien1999-11-032-6/+6
* Update to the 1999-10-25 snapshot.obrien1999-11-013-13/+10
* Upgrade to the 1999-10-04 development snapshot.obrien1999-10-112-6/+6
* Upgrade to the 1999-09-20 development snapshot.obrien1999-10-116-76/+98
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95obrien1999-08-062-25/+29
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdobrien1999-07-252-20/+8
* Update to the 1999-07-18 beta snapshot of GCC-2.95.obrien1999-07-203-13/+13
* Upgrade to the July 12th GCC-2.95 prerelease.obrien1999-07-153-9/+9
* Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.obrien1999-07-062-11/+11
* Correct spelling in a comment.steve1999-07-051-2/+2
* The number of things this port installs has grown.obrien1999-07-051-1/+38
* Changes to work with updated files/freebsd.h.obrien1999-07-051-12/+29
* Minor reorg of the dealing with `autoconf' and `autoheader' stuff.obrien1999-07-051-5/+5
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.obrien1999-06-253-45/+17
* Update to the 19990616 GCC 2.95-prerelease.obrien1999-06-223-79/+46
* Update to the 1999-06-08 (gcc 2.95 prerelease).obrien1999-06-156-118/+82