aboutsummaryrefslogtreecommitdiffstats
path: root/net/danamics/Makefile
blob: a88c2bd490477d64dade2221cfdf8c042cd5d5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    danamics
# Date created:     18 March 2003
# Whom:         mwest@uct.ac.za
#
# $FreeBSD$
#

PORTNAME=   danamics
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= net java
MASTER_SITES=   ftp://ftp.cs.uct.ac.za/pub/FreeBSD/distfiles-local/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Petri Net editor for correctness and performance analysis

RUN_DEPENDS=    java:${PORTSDIR}/java/javavmwrapper

USE_JAVA=   yes
NO_BUILD=   yes

WRKSRC=     ${WRKDIR}/DaNAMiCS
DATADIR=    ${JAVASHAREDIR}/${PORTNAME}
DATAFILES=  DaNAMiCS DaNAMiCS.jar INSTALL dnamaca.opt

SUB_FILES=  danamics.sh
PLIST_FILES=    bin/danamics

.include <bsd.port.pre.mk>

post-install:
    @cd ${WRKSRC}; ${FIND} -s ${DATAFILES} -type f \
      | ${SED} -e 's|^|${DATADIR:S,^${PREFIX}/,,}/|' >>${TMPPLIST}
    @cd ${WRKSRC};  ${FIND} -s -d ${DATAFILES} -type d \
      | ${SED} -e 's|^|@dirrm ${DATADIR:S,^${PREFIX}/,,}/|' >>${TMPPLIST}
    @${ECHO_CMD} '@dirrm ${DATADIR:S,^${PREFIX}/,,}' >>${TMPPLIST}

do-install:
    cd ${WRKSRC} \
      && ${FIND} -s ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \
      && ${FIND} -s ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
    ${INSTALL_SCRIPT} ${WRKDIR}/danamics.sh ${PREFIX}/bin/danamics

.include <bsd.port.post.mk>
>2-4/+4 * - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-8/+0 * - Update to 5.829jadawin2009-07-152-4/+4 * - Update to 5.828jadawin2009-06-292-4/+4 * - Update to 5.827jadawin2009-06-183-5/+7 * - Update to 5.826jadawin2009-04-272-4/+4 * - Update to 5.825jadawin2009-02-182-5/+5 * - Update to 5.823jadawin2009-01-152-4/+4 * - Update to 5.822jadawin2008-12-102-5/+5 * - Update to 5.821jadawin2008-11-262-4/+4 * - Update to 5.820jadawin2008-11-102-4/+4 * - Update to 5.819jadawin2008-10-222-4/+4 * - Update to 5.817clsung2008-10-112-5/+4 * - simplify dependenciesleeym2008-10-031-13/+16 * - Update to 5.816 [1]clsung2008-09-303-5/+9 * - Update to 5.815clsung2008-09-263-5/+7 * - Update to 5.814clsung2008-08-274-9/+6 * Reassign to perl@ by maintainer request.linimon2008-08-191-1/+1 * [PATCH] www/p5-libwww: update to 5.812edwin2008-08-152-4/+4 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-1/+1 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1 * Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1 * require perl5.6 (pr 98337)lbr2006-06-021-2/+9 * Take maintainership.lbr2006-05-021-1/+1 * Assign maintainership to perl@skv2006-05-021-1/+1 * Reset maintainer due to long inactivity.linimon2006-04-291-1/+1 * Update to 5.805erwin2006-02-083-16/+16 * SHA256ifyedwin2006-01-241-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-7/+7 * Update to 5.803skv2005-03-025-66/+30 * Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVELache2004-07-151-1/+2 * Update to version 5.79.demon2004-06-022-3/+3 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Update to 5.76.petef2003-12-253-2/+3 * Upgrade to 5.75vanilla2003-11-192-2/+2 * Update to 5.70.petef2003-10-272-2/+2 * Update to 5.69.tobez2003-04-034-93/+94 * Clear moonlight beckons.ade2003-03-072-1/+1 * Conditionalise several dependencies on PERL_LEVEL to make those ports moresobomax2003-02-211-9/+14 * Don't assign ${RUN_DEPENDS}=${BUILD_DEPENDS} because it leads to sed_inplacesobomax2002-09-131-1/+5 * Don't use ${REINPLACE_CMD}, since this is a p5 module, we alreadypetef2002-09-131-3/+1 * Remove a .bak file created by ${REINPLACE_CMD}; otherwise it getspetef2002-08-241-0/+1 * Make the default sendmail /usr/sbin/sendmail instead of /usr/lib/sendmailpetef2002-08-181-0/+6 * Update to 5.65.petef2002-08-054-8/+46 * Recent version of p5-libwww depends on Digest::MD5 instead of MD5.kuriyama2001-12-12