Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 20940) +++ head/benchmarks/Makefile (revision 20941) @@ -1,18 +1,18 @@ -# $Id: Makefile,v 1.9 1999/04/14 20:39:06 billf Exp $ +# $FreeBSD$ # SUBDIR += bonnie SUBDIR += bytebench SUBDIR += dbs SUBDIR += hint SUBDIR += iozone SUBDIR += lmbench SUBDIR += nbench SUBDIR += netperf SUBDIR += netpipe SUBDIR += polygraph SUBDIR += rawio SUBDIR += tcpblast SUBDIR += xengine .include Property changes on: head/benchmarks/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/benchmarks/bonnie/Makefile =================================================================== --- head/benchmarks/bonnie/Makefile (revision 20940) +++ head/benchmarks/bonnie/Makefile (revision 20941) @@ -1,21 +1,21 @@ # New ports collection makefile for: bonnie # Version required: 1.0 # Date created: 26 September 1994 # Whom: se # -# $Id: Makefile,v 1.4 1996/11/18 11:21:44 asami Exp $ +# $FreeBSD$ # DISTNAME= Bonnie PKGNAME= bonnie-1.0 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ EXTRACT_SUFX= .tar.Z MAINTAINER= se@FreeBSD.org MAN1= bonnie.1 CFLAGS+= -static .include Property changes on: head/benchmarks/bonnie/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/benchmarks/bytebench/Makefile =================================================================== --- head/benchmarks/bytebench/Makefile (revision 20940) +++ head/benchmarks/bytebench/Makefile (revision 20941) @@ -1,37 +1,37 @@ # New ports collection makefile for: bytebench # Version required: 3.1 # Date created: 28 December 1995 # Whom: se # -# $Id: Makefile,v 1.9 1999/08/22 18:57:21 mharo Exp $ +# $FreeBSD$ # DISTNAME= bytebench-3.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/ EXTRACT_SUFX= .tar.Z MAINTAINER= se@FreeBSD.org do-install: -${MKDIR} $(PREFIX)/lib/bytebench for f in Makefile README Run doc pgms results testdir; \ do ${CP} -R $(WRKSRC)/$$f $(PREFIX)/lib/bytebench; done ${ECHO} "#!/bin/sh" > $(PREFIX)/bin/bytebench ${ECHO} "TMPDIR=\$${TMPDIR-/var/tmp}" >> $(PREFIX)/bin/bytebench ${ECHO} "RESULTDIR=/tmp" >> $(PREFIX)/bin/bytebench ${ECHO} "export TMPDIR RESULTDIR" >> $(PREFIX)/bin/bytebench ${ECHO} "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench ${ECHO} "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench ${CHMOD} 755 $(PREFIX)/bin/bytebench ${CHMOD} 644 $(PREFIX)/lib/bytebench/Makefile ${CHMOD} 644 $(PREFIX)/lib/bytebench/README ${CHMOD} 755 $(PREFIX)/lib/bytebench/Run ${CHMOD} 755 $(PREFIX)/lib/bytebench/doc ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/* ${CHMOD} 755 $(PREFIX)/lib/bytebench/results ${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig .include Property changes on: head/benchmarks/bytebench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/benchmarks/dbs/Makefile =================================================================== --- head/benchmarks/dbs/Makefile (revision 20940) +++ head/benchmarks/dbs/Makefile (revision 20941) @@ -1,36 +1,36 @@ # New ports collection makefile for: dbs # Version required: 1.1.5 # Date created: 1 August 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.1.1.1 1998/08/01 23:34:42 jkoshy Exp $ +# $FreeBSD$ # DISTNAME= dbs-1.1.5 CATEGORIES= benchmarks MASTER_SITES= http://shika.aist-nara.ac.jp/member/yukio-m/dbs/software1.1.5/ MAINTAINER= jkoshy@freebsd.org RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot DOCDIR= ${PREFIX}/share/doc/dbs/ DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright EXDIR= ${PREFIX}/share/examples/dbs/ EXS= TCP2.cmd TCPvsMPEG.cmd do-build: cd ${WRKSRC}/src; ${MAKE} dir cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} do-install: cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX} strip ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd ${MKDIR} ${EXDIR} cd ${WRKSRC}/sample; ${CP} -p ${EXS} ${EXDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCDIR} cd ${WRKSRC}/doc; ${CP} -p ${DOCS} ${DOCDIR} .endif .include Property changes on: head/benchmarks/dbs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/benchmarks/iozone/Makefile =================================================================== --- head/benchmarks/iozone/Makefile (revision 20940) +++ head/benchmarks/iozone/Makefile (revision 20941) @@ -1,30 +1,30 @@ # New ports collection makefile for: iozone # Version required: 2.01 # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ +# $FreeBSD$ # DISTNAME= iozone PKGNAME= iozone-3.0 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/ EXTRACT_SUFX= .tar MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/src MAKEFILE= makefile MAKE_ARGS= freebsd ALL_TARGET= MAN1= iozone.1 do-install: ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 .include Property changes on: head/benchmarks/iozone/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/benchmarks/iozone21/Makefile =================================================================== --- head/benchmarks/iozone21/Makefile (revision 20940) +++ head/benchmarks/iozone21/Makefile (revision 20941) @@ -1,30 +1,30 @@ # New ports collection makefile for: iozone # Version required: 2.01 # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ +# $FreeBSD$ # DISTNAME= iozone PKGNAME= iozone-3.0 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/ EXTRACT_SUFX= .tar MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/src MAKEFILE= makefile MAKE_ARGS= freebsd ALL_TARGET= MAN1= iozone.1 do-install: ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 .include Property changes on: head/benchmarks/iozone21/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/benchmarks/lmbench/Makefile =================================================================== --- head/benchmarks/lmbench/Makefile (revision 20940) +++ head/benchmarks/lmbench/Makefile (revision 20941) @@ -1,46 +1,46 @@ # New ports collection makefile for: lmbench # Version required: 1.1 # Date created: 6 May 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1997/05/28 02:18:12 fenner Exp $ +# $FreeBSD$ # DISTNAME= lmbench PKGNAME= lmbench-1.1 CATEGORIES= benchmarks MASTER_SITES= http://reality.sgi.com/lm_engr/lmbench/ EXTRACT_SUFX= .tar.Z MAINTAINER= fenner@FreeBSD.ORG ALL_TARGET= build MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts MAN1= bargraph.1 graph.1 MAN8= bw_file_rd.8 bw_mem_cp.8 bw_mem_rd.8 bw_mem_wr.8 \ bw_mmap_rd.8 bw_pipe.8 bw_tcp.8 lat_connect.8 lat_ctx.8 \ lat_fs.8 lat_mem_rd.8 lat_mmap.8 lat_pagefault.8 lat_pipe.8 \ lat_proc.8 lat_rpc.8 lat_syscall.8 lat_tcp.8 lat_udp.8 \ lmbench.8 lmdd.8 mhz.8 test: build @(cd ${WRKSRC}; make results) retest: build @(cd ${WRKSRC}; make rerun) pre-install: [ -d ${PREFIX}/lib/lmbench ] || ${MKDIR} ${PREFIX}/lib/lmbench do-install: ${CP} ${FILESDIR}/Makefile ${PREFIX}/lib/lmbench tar -C ${WRKSRC} -cf - Results bin scripts | \ tar -C ${PREFIX}/lib/lmbench -xf - .for man in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/doc/${man} ${PREFIX}/man/man1 .endfor .for man in ${MAN8} ${INSTALL_MAN} ${WRKSRC}/doc/${man} ${PREFIX}/man/man8 .endfor .include Property changes on: head/benchmarks/lmbench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/benchmarks/nbench/Makefile =================================================================== --- head/benchmarks/nbench/Makefile (revision 20940) +++ head/benchmarks/nbench/Makefile (revision 20941) @@ -1,29 +1,29 @@ # New ports collection makefile for: nbench # Version required: 2.1 # Date created: 17 December 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $FreeBSD$ # DISTNAME= nbench-byte-2.1 PKGNAME= nbench-2.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark MAINTAINER= andy@icc.surw.chel.su ALL_TARGET= do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/nbench @ ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench @ ${MKDIR} ${PREFIX}/share/doc/nbench .for file in README README.submit RESULTS bdoc.txt @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench .endfor .include Property changes on: head/benchmarks/nbench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/benchmarks/netperf/Makefile =================================================================== --- head/benchmarks/netperf/Makefile (revision 20940) +++ head/benchmarks/netperf/Makefile (revision 20941) @@ -1,31 +1,31 @@ # New ports collection makefile for: netperf # Version required: 2.1.3 # Date created: 19 July 1996 # Whom: koshy # -# $Id: Makefile,v 1.6 1997/07/27 20:55:53 fenner Exp $ +# $FreeBSD$ # DISTNAME= netperf-2.1pl3 PKGNAME= netperf-2.1.3 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ MAINTAINER= fenner@freebsd.org MAKEFILE= makefile MAN1= netperf.1 netserver.1 MINSTALL= ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} post-install: strip ${PREFIX}/netperf/netperf strip ${PREFIX}/netperf/netserver ${MINSTALL} ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1 ${MINSTALL} ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/netperf ${MINSTALL} ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf gzip -9nf ${PREFIX}/share/doc/netperf/netperf.ps .endif .include Property changes on: head/benchmarks/netperf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/benchmarks/netpipe/Makefile =================================================================== --- head/benchmarks/netpipe/Makefile (revision 20940) +++ head/benchmarks/netpipe/Makefile (revision 20941) @@ -1,27 +1,27 @@ # New ports collection makefile for: netpipe # Version required: 2.3 # Date created: 20 Feb 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.1.1.1 1999/02/21 00:02:50 jkoshy Exp $ +# $FreeBSD$ DISTNAME= netpipe-2.3 CATEGORIES= benchmarks net MASTER_SITES= ftp://ftp.ameslab.gov/pub/netpipe/ \ http://www.freebsd.org/~jkoshy/PORTS/ MAINTAINER= jkoshy@freebsd.org # The default port builds and installs only the TCP version of # netpipe(1). The sources also support PVM and MPI. ALL_TARGET= NPtcp MAN1= netpipe.1 MLINKS= netpipe.1 NPtcp.1 MANCOMPRESSED= no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/NPtcp ${PREFIX}/bin/NPtcp ${INSTALL_DATA} ${WRKSRC}/netpipe.1 ${PREFIX}/man/man1/netpipe.1 .include Property changes on: head/benchmarks/netpipe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/benchmarks/polygraph/Makefile =================================================================== --- head/benchmarks/polygraph/Makefile (revision 20940) +++ head/benchmarks/polygraph/Makefile (revision 20941) @@ -1,43 +1,43 @@ # New ports collection makefile for: polygraph # Version required: 1.2.0 # Date created: 3 March 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.2 1999/04/26 18:21:23 mharo Exp $ +# $FreeBSD$ # DISTNAME= polygraph-1.2.0-src PKGNAME= polygraph-1.2.0 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/ \ http://www.chg.ru/~dima/ MAINTAINER= dima@Chg.RU WRKSRC= ${WRKDIR}/polygraph/src post-patch: @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1 @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .endfor .include Property changes on: head/benchmarks/polygraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/benchmarks/polygraph31/Makefile =================================================================== --- head/benchmarks/polygraph31/Makefile (revision 20940) +++ head/benchmarks/polygraph31/Makefile (revision 20941) @@ -1,43 +1,43 @@ # New ports collection makefile for: polygraph # Version required: 1.2.0 # Date created: 3 March 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.2 1999/04/26 18:21:23 mharo Exp $ +# $FreeBSD$ # DISTNAME= polygraph-1.2.0-src PKGNAME= polygraph-1.2.0 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/ \ http://www.chg.ru/~dima/ MAINTAINER= dima@Chg.RU WRKSRC= ${WRKDIR}/polygraph/src post-patch: @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1 @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .endfor .include Property changes on: head/benchmarks/polygraph31/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/benchmarks/rawio/Makefile =================================================================== --- head/benchmarks/rawio/Makefile (revision 20940) +++ head/benchmarks/rawio/Makefile (revision 20941) @@ -1,24 +1,24 @@ # ex:ts=8 # Ports collection makefile for: Rawio # Version required: 1.0 # Date created: Sun Aug 08, 1999 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $FreeBSD$ # DISTNAME= rawio PKGNAME= rawio-1.0 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lemis.com/pub/ MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes MAN1= rawio.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rawio ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rawio.1 ${PREFIX}/man/man1 .include Property changes on: head/benchmarks/rawio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/benchmarks/tcpblast/Makefile =================================================================== --- head/benchmarks/tcpblast/Makefile (revision 20940) +++ head/benchmarks/tcpblast/Makefile (revision 20941) @@ -1,24 +1,24 @@ # New ports collection makefile for: tcpblast # Version required: # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.13 1998/12/05 08:12:11 obrien Exp $ +# $FreeBSD$ # DISTNAME= tcpblast PKGNAME= tcpblast-1.0 CATEGORIES= benchmarks net DISTFILES= # empty MAINTAINER= ports@FreeBSD.org NO_CHECKSUM= "port's source files are part of this portball" WRKSRC= ${WRKDIR}/src do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${CP} -RP ${.CURDIR}/src ${WRKDIR} .include Property changes on: head/benchmarks/tcpblast/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/benchmarks/unixbench/Makefile =================================================================== --- head/benchmarks/unixbench/Makefile (revision 20940) +++ head/benchmarks/unixbench/Makefile (revision 20941) @@ -1,37 +1,37 @@ # New ports collection makefile for: bytebench # Version required: 3.1 # Date created: 28 December 1995 # Whom: se # -# $Id: Makefile,v 1.9 1999/08/22 18:57:21 mharo Exp $ +# $FreeBSD$ # DISTNAME= bytebench-3.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/ EXTRACT_SUFX= .tar.Z MAINTAINER= se@FreeBSD.org do-install: -${MKDIR} $(PREFIX)/lib/bytebench for f in Makefile README Run doc pgms results testdir; \ do ${CP} -R $(WRKSRC)/$$f $(PREFIX)/lib/bytebench; done ${ECHO} "#!/bin/sh" > $(PREFIX)/bin/bytebench ${ECHO} "TMPDIR=\$${TMPDIR-/var/tmp}" >> $(PREFIX)/bin/bytebench ${ECHO} "RESULTDIR=/tmp" >> $(PREFIX)/bin/bytebench ${ECHO} "export TMPDIR RESULTDIR" >> $(PREFIX)/bin/bytebench ${ECHO} "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench ${ECHO} "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench ${CHMOD} 755 $(PREFIX)/bin/bytebench ${CHMOD} 644 $(PREFIX)/lib/bytebench/Makefile ${CHMOD} 644 $(PREFIX)/lib/bytebench/README ${CHMOD} 755 $(PREFIX)/lib/bytebench/Run ${CHMOD} 755 $(PREFIX)/lib/bytebench/doc ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms ${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/* ${CHMOD} 755 $(PREFIX)/lib/bytebench/results ${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig .include Property changes on: head/benchmarks/unixbench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/benchmarks/xengine/Makefile =================================================================== --- head/benchmarks/xengine/Makefile (revision 20940) +++ head/benchmarks/xengine/Makefile (revision 20941) @@ -1,42 +1,42 @@ # New ports collection makefile for: xengine # Version required: pl1 # Date created: 17 January 1997 # Whom: FURUSAWA,Kazuhisa # -# $Id: Makefile,v 1.6 1998/07/27 23:23:58 asami Exp $ +# $FreeBSD$ # PKGNAME= xengine-1.0.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ DISTFILES= part01.z patch1.z MAINTAINER= kazu@jp.freebsd.org BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar DIST_SUBDIR= xengine NO_WRKSUBDIR= yes USE_IMAKE= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR) PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below MAN1= xengine.1 pre-patch: @cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xengine @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xengine .endif @${ECHO} "" @${ECHO} "Example value:" @${ECHO} " 1067 RPMs with P100, Winner 2000PRO/X, resolution: 1152x900" @${ECHO} "" .include Property changes on: head/benchmarks/xengine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/biology/Makefile =================================================================== --- head/biology/Makefile (revision 20940) +++ head/biology/Makefile (revision 20941) @@ -1,18 +1,18 @@ -# $Id: Makefile,v 1.10 1999/05/07 06:59:25 taoka Exp $ +# $FreeBSD$ # SUBDIR += babel SUBDIR += deft SUBDIR += hmmer SUBDIR += kinemage SUBDIR += molden SUBDIR += mopac SUBDIR += ortep3 SUBDIR += platon SUBDIR += povchem SUBDIR += psi88 SUBDIR += rasmol SUBDIR += seaview SUBDIR += tinker .include Property changes on: head/biology/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/biology/babel/Makefile =================================================================== --- head/biology/babel/Makefile (revision 20940) +++ head/biology/babel/Makefile (revision 20941) @@ -1,19 +1,19 @@ # New ports collection Makefile for: babel # Version required: 1.6 # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.2 1997/12/24 07:24:10 vanilla Exp $ +# $FreeBSD$ # DISTNAME= babel-1.6 CATEGORIES= biology MASTER_SITES= ftp://ccl.osc.edu/pub/chemistry/software/MAC/babel/ EXTRACT_SUFX= .tar.Z MAINTAINER= frankch@waru.life.nthu.edu.tw post-install: @ ${CAT} ${PKGDIR}/MESSAGE | ${SED} -e 's:/usr/local:${PREFIX}:' .include Property changes on: head/biology/babel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/biology/deft/Makefile =================================================================== --- head/biology/deft/Makefile (revision 20940) +++ head/biology/deft/Makefile (revision 20941) @@ -1,43 +1,43 @@ # New ports collection makefile for: DeFT # Version required: 2.2 # Date created: 1999-01-11 # Whom: Ryo MIYAMOTO # -# $Id$ +# $FreeBSD$ # DISTNAME= DeFT_2.2 PKGNAME= deft-2.2 CATEGORIES= biology MASTER_SITES= ftp://theory.chem.uottawa.ca/pub/ EXTRACT_SUFX= .tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp WRKSRC= ${WRKDIR}/DeFT_2.2/source post-configure: ${CP} ${FILESDIR}/Makefile.deft ${WRKSRC}/Makefile pre-install: ${RM} -rf ${PREFIX}/share/doc/DeFT ${MKDIR} ${PREFIX}/share/doc/DeFT .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/DeFT/examples .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/DeFT.exec ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/examples/DeFT ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/bases ${PREFIX}/share/doc/DeFT/ post-install: .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README_Liability ${PREFIX}/share/doc/DeFT/ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/input.* ${PREFIX}/share/doc/DeFT/ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/install.* ${PREFIX}/share/doc/DeFT/ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/doc/DeFT/examples/ ${RM} -f ${PREFIX}/share/doc/DeFT/examples/DeFT* .endif .include Property changes on: head/biology/deft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/biology/hmmer/Makefile =================================================================== --- head/biology/hmmer/Makefile (revision 20940) +++ head/biology/hmmer/Makefile (revision 20941) @@ -1,37 +1,37 @@ # New ports collection Makefile for: hmmer # Version required: 2.0 # Date created: June 29 1998 # Whom: barnhart@genetics.wustl.edu # -# $Id: Makefile,v 1.3 1999/01/02 00:12:17 asami Exp $ +# $FreeBSD$ # DISTNAME= hmmer-2.1.1 CATEGORIES= biology MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/ EXTRACT_SUFX= .tar.Z MAINTAINER= barnhart@genetics.wustl.edu GNU_CONFIGURE= yes USE_PERL5= yes MAN1= hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 \ hmmer.1 hmmpfam.1 hmmsearch.1 hmmfetch.1 hmmindex.1 alistat.1 \ getseq.1 seqstat.1 sreformat.1 post-build: @ strip ${WRKSRC}/binaries/* @ make test test: @(cd ${WRKSRC}; make check) post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hmmer ${INSTALL_MAN} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer .endif @ ${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/biology/hmmer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/biology/kinemage/Makefile =================================================================== --- head/biology/kinemage/Makefile (revision 20940) +++ head/biology/kinemage/Makefile (revision 20941) @@ -1,41 +1,41 @@ # New ports collection Makefile for: kinemage # Version required: 4.2 # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.7 1999/01/07 02:31:37 simokawa Exp $ +# $FreeBSD$ # DISTNAME= MAGE_4_2.LINUX PKGNAME= kinemage-4.2 CATEGORIES= biology MASTER_SITES= ftp://kinemage.biochem.duke.edu/LINUXprograms/ \ ftp://ftp.ebi.ac.uk/pub/databases/pdb/pub/xternal_software/kinemage/LINUX/ \ ftp://ftp.pdb.bnl.gov/pub/xternal_software/kinemage/LINUX/ EXTRACT_SUFX= .Z MAINTAINER= frankch@waru.life.nthu.edu.tw BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= YES NO_BUILD= YES .include .if ${PORTOBJFORMAT} == "elf" STRIP= .endif do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @/usr/bin/uncompress ${WRKDIR}/${DISTFILES} do-install: @${INSTALL_PROGRAM} ${WRKDIR}/MAGE_4_2.LINUX ${PREFIX}/bin/kinemage .include Property changes on: head/biology/kinemage/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/biology/molden/Makefile =================================================================== --- head/biology/molden/Makefile (revision 20940) +++ head/biology/molden/Makefile (revision 20941) @@ -1,63 +1,63 @@ # New ports collection makefile for: molden # Version required: 3.4 # Date created: 1998-11-14 # Whom: rmiya # -# $Id: Makefile,v 1.1.1.1 1999/05/07 06:57:51 taoka Exp $ +# $FreeBSD$ # DISTNAME= molden3.4 PKGNAME= molden-3.4 CATEGORIES= biology MASTER_SITES= ftp://ftp.caos.kun.nl/pub/molgraph/molden/ MASTER_SITES+= ftp://ftp.caos.kun.nl/pub/molgraph/molden/bin/ DISTFILES= molden3.4.tar.Z molden3.4-freebsd MAINTAINER= rmiya@cc.hirosaki-u.ac.jp EXTRACT_ONLY= molden3.4.tar.Z RESTRICTED= "free for academic, non profit usage; do not re-distribute source and executable" .if ${MACHINE_ARCH} == "alpha" DONOTUSE_ORIGINALBINARY= yes .endif pre-build: .if defined(DONOTUSE_ORIGINALBINARY) (cd ${WRKSRC}; ${CP} makefile Makefile) (cd ${WRKSRC}; ./change_parameter) @echo "********************" @echo "** re-build with customizations" @echo "** maxorb: 256 -> 1024" @echo "** maxatm: 150 -> 300" @echo "********************" .else @echo "********************" @echo "** using original binary" @echo "********************" .endif do-build: .if defined(DONOTUSE_ORIGINALBINARY) (cd ${WRKSRC};${MAKE}) .else ${CP} ${DISTDIR}/${DISTNAME}-freebsd ${WRKSRC}/molden .endif pre-install: ${RM} -rf ${PREFIX}/share/doc/molden .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/molden ${MKDIR} ${PREFIX}/share/doc/molden/doc ${MKDIR} ${PREFIX}/share/doc/molden/test .endif do-install: strip ${WRKSRC}/molden ${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/molden/doc ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/doc/molden/test .endif .include Property changes on: head/biology/molden/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/biology/mopac/Makefile =================================================================== --- head/biology/mopac/Makefile (revision 20940) +++ head/biology/mopac/Makefile (revision 20941) @@ -1,47 +1,47 @@ # New ports collection makefile for: mopac # Version required: 7 # Date created: 1997-04-23 # Whom: Ryo MIYAMOTO # -# $Id: Makefile,v 1.3 1999/05/08 08:06:43 taoka Exp $ +# $FreeBSD$ # DISTNAME= mopac7 PKGNAME= mopac-7.02 CATEGORIES= biology MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/mopac7_sources/ DISTFILES= mopac7.tar.Z mopac7-man.tar.Z PATCH_SITES= ftp://ftp.ccl.net/pub/chemistry/software/LINUX/mopac7/old-version-95.06.21/ PATCHFILES= mopac7-linux.diff.Z PATCH_DIST_STRIP= -p1 MAINTAINER= rmiya@cc.hirosaki-u.ac.jp USE_GMAKE= yes .include .if ${OSVERSION} >= 400005 MAKE_ENV+= HAVE_G2C=yes .endif post-patch: ${CP} ${WRKDIR}/${DISTNAME}/esp.rof ${WRKDIR}/${DISTNAME}/esp.f pre-install: ${CP} ${FILESDIR}/rmopac ${WRKDIR}/${DISTNAME}/rmopac ${RM} -rf ${PREFIX}/share/doc/mopac ${MKDIR} ${PREFIX}/share/doc/mopac do-install: strip ${WRKDIR}/${DISTNAME}/MOPAC7 ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/MOPAC7 ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/rmopac ${PREFIX}/bin post-install: ${INSTALL_DATA} ${FILESDIR}/h2o.dat ${PREFIX}/share/doc/mopac ${INSTALL_DATA} ${WRKDIR}/mopac7/test_* ${PREFIX}/share/doc/mopac ${INSTALL_DATA} ${WRKDIR}/mopac7-man/mopac.tex ${PREFIX}/share/doc/mopac ${INSTALL_DATA} ${WRKDIR}/mopac7-man/mopac.dvi ${PREFIX}/share/doc/mopac .include Property changes on: head/biology/mopac/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/biology/ortep3/Makefile =================================================================== --- head/biology/ortep3/Makefile (revision 20940) +++ head/biology/ortep3/Makefile (revision 20941) @@ -1,59 +1,59 @@ # New ports collection makefile for: ORTEP-III # Version required: 1.0 # Date created: 1999-05-08 # Whom: Ryo MIYAMOTO # -# $Id: Makefile,v 1.1.1.1 1999/05/19 13:37:58 taoka Exp $ +# $FreeBSD$ # DISTNAME= ortep PKGNAME= ortep3-1.0 CATEGORIES= biology MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/ortep/ EXTRACT_SUFX= .tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot .include .if ${OSVERSION} >= 400002 BROKEN= doesn\'t build with new f77 compiler .endif pre-patch: ${CP} ${FILESDIR}/Makefile.ortep3 ${WRKDIR}/${DISTNAME}/src/Makefile .if defined(USEPGPLOT) ${CP} ${FILESDIR}/patch-aa ${PATCHDIR}/ ${CP} ${FILESDIR}/patch-ab ${PATCHDIR}/ .endif post-patch: .if defined(USEPGPLOT) ${RM} ${PATCHDIR}/patch-aa ${RM} ${PATCHDIR}/patch-ab .endif do-build: (cd ${WRKDIR}/${DISTNAME}/src && ${MAKE} all) pre-install: strip ${WRKDIR}/${DISTNAME}/src/ortep3 ${RM} -rf ${PREFIX}/share/doc/ortep3 ${MKDIR} ${PREFIX}/share/doc/ortep3 ${MKDIR} ${PREFIX}/share/doc/ortep3/examples ${MKDIR} ${PREFIX}/share/doc/ortep3/man ${MKDIR} ${PREFIX}/share/doc/ortep3/src do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/src/ortep3 ${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/* \ ${PREFIX}/share/doc/ortep3/examples ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/man/* \ ${PREFIX}/share/doc/ortep3/man ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/src/000readme.txt \ ${PREFIX}/share/doc/ortep3/src ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.1st \ ${PREFIX}/share/doc/ortep3 .include Property changes on: head/biology/ortep3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/biology/platon/Makefile =================================================================== --- head/biology/platon/Makefile (revision 20940) +++ head/biology/platon/Makefile (revision 20941) @@ -1,69 +1,69 @@ # New ports collection makefile for: platon # Version required: Version 07-apr-99 # Date created: 1999-04-22 # Whom: Ryo MIYAMOTO # -# $Id: Makefile,v 1.2 1999/05/24 02:12:36 steve Exp $ +# $FreeBSD$ # DISTNAME= platon PKGNAME= platon-070499 CATEGORIES= biology MASTER_SITES= ftp://xraysoft.chem.ruu.nl/pub/unix/ MAINTAINER= rmiya@cc.hirosaki-u.ac.jp BROKEN='MD5 checksum error' # PLATON may be used free of charge by the academic community under # the condition that it is not redistributed for a current & fresh copy. # There is a charge of US$ 5000 for commercial users. RESTRICTED= "free for academic, US$ 5000 for commercial users" SAMPLES= azt.dat bucky.spf c476.spf c540.cart3d check.def cubane.spf \ cyto.spf ml.pdb s810c.cif s913a.res sucrose.spf TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ ASYM_EXAMPLE DELABS_EXAMPLE MULABS_EXAMPLE PSICOR_EXAMPLE \ SQUEEZE_EXAMPLE .if ${MACHINE_ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif .include .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes .endif pre-patch: (cd ${WRKDIR}/${DISTNAME} && ${GUNZIP_CMD} platon.f.Z) ${CP} ${FILESDIR}/Makefile ${WRKDIR}/${DISTNAME} pre-install: strip ${WRKDIR}/${DISTNAME}/platon ${RM} -f ${PREFIX}/bin/pluton ${RM} -rf ${PREFIX}/share/doc/platon ${MKDIR} ${PREFIX}/share/doc/platon ${RM} -rf ${PREFIX}/share/doc/platon/TEST ${MKDIR} ${PREFIX}/share/doc/platon/TEST do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/platon ${PREFIX}/bin ln -s ${PREFIX}/bin/platon ${PREFIX}/bin/pluton ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README* \ ${PREFIX}/share/doc/platon ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/VALIDATION.DOC \ ${PREFIX}/share/doc/platon for file in ${SAMPLES} ; do \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$${file} \ ${PREFIX}/share/doc/platon ; \ done ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/platon_html.tar.gz \ ${PREFIX}/share/doc/platon for dirs in ${TESTDATADIR} ; do \ ${MKDIR} ${PREFIX}/share/doc/platon/TEST/$${dirs} && \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/TEST/$${dirs}/* \ ${PREFIX}/share/doc/platon/TEST/$${dirs} ; \ done .include Property changes on: head/biology/platon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/biology/povchem/Makefile =================================================================== --- head/biology/povchem/Makefile (revision 20940) +++ head/biology/povchem/Makefile (revision 20941) @@ -1,35 +1,35 @@ # New ports collection Makefile for: povchem # Version required: 1.0 # Date created: Mar 14 1998 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.1.1.1 1998/03/16 06:57:10 vanilla Exp $ +# $FreeBSD$ # DISTNAME= povchem-1.0 CATEGORIES= biology graphics MASTER_SITES= http://cherubino.med.jhmi.edu/~paul/PC_Dist/v1.00/ DISTFILES= povchem.c \ povchem.cfg \ periodic.tab MAINTAINER= frankch@waru.life.nthu.edu.tw NO_WRKSUBDIR= yes DIST_SUBDIR= povchem pre-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/povchem.c ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/povchem.cfg ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/periodic.tab ${WRKSRC} do-extract: @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/povchem ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/povchem.cfg ${PREFIX}/etc @${INSTALL_DATA} ${WRKSRC}/periodic.tab ${PREFIX}/share .include Property changes on: head/biology/povchem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/biology/psi88/Makefile =================================================================== --- head/biology/psi88/Makefile (revision 20940) +++ head/biology/psi88/Makefile (revision 20941) @@ -1,37 +1,37 @@ # New ports collection makefile for: Psi88 # Version required: 88-1.0 # Date created: 1998-11-11 # Whom: Ryo MIYAMOTO # -# $Id: Makefile,v 1.2 1999/05/06 08:27:29 taoka Exp $ +# $FreeBSD$ # DISTNAME= psi88 PKGNAME= psi88-1.0 CATEGORIES= biology MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/psi88/ EXTRACT_SUFX= .tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp pre-patch: ${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/Makefile pre-build: ${CP} ${FILESDIR}/Makefile.top ${WRKSRC}/Makefile post-install: ln -s ${PREFIX}/bin/PSI2PS ${PREFIX}/bin/PSI2 ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/preplot ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/rpsi1 ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/rpsi2 ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/rpsicon ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/psi88 ${MKDIR} ${PREFIX}/share/doc/psi88/examples ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/psi88 ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/psi88.doc ${PREFIX}/share/doc/psi88 ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/doc/psi88/examples .endif .include Property changes on: head/biology/psi88/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/biology/rasmol/Makefile =================================================================== --- head/biology/rasmol/Makefile (revision 20940) +++ head/biology/rasmol/Makefile (revision 20941) @@ -1,21 +1,21 @@ # New ports collection Makefile for: rasmol # Version required: 2.6beta2 # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.3 1998/07/27 23:24:02 asami Exp $ +# $FreeBSD$ # DISTNAME= RasMol26b2x1 PKGNAME= rasmol-2.6b2.1 CATEGORIES= biology MASTER_SITES= ftp://nexus.roko.goe.net/pub/rasmol/ MAINTAINER= frankch@waru.life.nthu.edu.tw WRKSRC= $(WRKDIR)/RasMol2.6x1 USE_IMAKE= yes MAN1= rasmol.1 .include Property changes on: head/biology/rasmol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/biology/seaview/Makefile =================================================================== --- head/biology/seaview/Makefile (revision 20940) +++ head/biology/seaview/Makefile (revision 20941) @@ -1,33 +1,33 @@ # New ports collection Makefile for: seaview # Version required: 1.0 # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.13 1999/02/03 11:11:40 asami Exp $ +# $FreeBSD$ # DISTNAME= seaview PKGNAME= seaview-1.0 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/ EXTRACT_SUFX= .tar MAINTAINER= frankch@waru.life.nthu.edu.tw LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= YES NO_WRKSUBDIR= YES EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin @ (${MKDIR} ${PREFIX}/lib/X11/seaview) @ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview post-install: @ ${CAT} ${PKGDIR}/DESCR .include Property changes on: head/biology/seaview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/biology/tinker/Makefile =================================================================== --- head/biology/tinker/Makefile (revision 20940) +++ head/biology/tinker/Makefile (revision 20941) @@ -1,111 +1,111 @@ # New ports collection makefile for: tinker # Version required: 3.7 # Date Created: 26 August 1998 # Whom: Glenn Johnson # -# $Id: Makefile,v 1.3 1999/05/24 02:01:37 steve Exp $ +# $FreeBSD$ # DISTNAME= tinker PKGNAME= tinker-3.7 CATEGORIES= biology MASTER_SITES= ftp://dasher.wustl.edu/pub/ MAINTAINER= gjohnson@nola.srrc.usda.gov .include .if ${OSVERSION} < 400005 LIB_DEPENDS= U77:${PORTSDIR}/devel/libU77 # If you wish to use g77 from EGCS, do the following: # a) comment out the LIB_DEPENDS line above and uncomment the following line # BUILD_DEPENDS= g77:${PORTSDIR}/lang/egcs # b) set env variable 'FC' to 'g77' before running `make'; or 'make FC=g77' .else MAKE_ENV+= HAVE_G2C=yes INSTALL_PROGRAM="${INSTALL_PROGRAM}" .endif WRKSRC= ${WRKDIR}/tinker/source MAKEFILE= ${WRKDIR}/tinker/make/Makefile ALL_TARGET= all listing INSTALL_TARGET= rename RESTRICTED= author requests no distribution except from his FTP site post-install: ${MKDIR} ${PREFIX}/share/tinker ${MKDIR} ${PREFIX}/share/tinker/params ${INSTALL_DATA} ${WRKDIR}/tinker/source/tinker.txt \ ${PREFIX}/share/tinker ${INSTALL_DATA} ${WRKDIR}/tinker/params/* \ ${PREFIX}/share/tinker/params .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/tinker/doc ${MKDIR} ${PREFIX}/share/tinker/example ${MKDIR} ${PREFIX}/share/tinker/bench ${MKDIR} ${PREFIX}/share/tinker/test ${INSTALL_DATA} ${WRKDIR}/tinker/doc/README \ ${PREFIX}/share/tinker/doc ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.pdf \ ${PREFIX}/share/tinker/doc ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.ps \ ${PREFIX}/share/tinker/doc ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.Z \ ${PREFIX}/share/tinker/doc ${INSTALL_DATA} ${WRKDIR}/tinker/doc/*.txt \ ${PREFIX}/share/tinker/doc ${INSTALL_DATA} ${WRKDIR}/tinker/example/README \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/anion.dyn0 \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.in* \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.key \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.log \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/*.xyz \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/argon.1st \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/crambin.pdb \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/cyclohex.boat \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/cyclohex.chair \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/example/formamide.cell \ ${PREFIX}/share/tinker/example ${INSTALL_SCRIPT} ${WRKDIR}/tinker/example/clean.make \ ${PREFIX}/share/tinker/example ${INSTALL_SCRIPT} ${WRKDIR}/tinker/example/*.run \ ${PREFIX}/share/tinker/example ${INSTALL_DATA} ${WRKDIR}/tinker/bench/*.input \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/bench/*.key \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/bench/*.xyz \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/bench/water.dyn0 \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/bench/results* \ ${PREFIX}/share/tinker/bench ${INSTALL_SCRIPT} ${WRKDIR}/tinker/bench/*.run \ ${PREFIX}/share/tinker/bench ${INSTALL_DATA} ${WRKDIR}/tinker/test/* ${PREFIX}/share/tinker/test .endif @${ECHO} "" @${ECHO} " **********************************************************" @${ECHO} " The author requests that you return a license form " @${ECHO} " to him if you find Tinker to be useful. " @${ECHO} " " @${ECHO} " See ${PREFIX}/share/tinker/doc for license forms. " @${ECHO} " **********************************************************" @${ECHO} "" .include Property changes on: head/biology/tinker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 20940) +++ head/cad/Makefile (revision 20941) @@ -1,18 +1,18 @@ -# $Id: Makefile,v 1.12 1998/12/07 02:21:52 asami Exp $ +# $FreeBSD$ # SUBDIR += acs SUBDIR += chipmunk SUBDIR += felt SUBDIR += geda SUBDIR += irsim SUBDIR += kaskade SUBDIR += magic SUBDIR += mars SUBDIR += pcb SUBDIR += sis SUBDIR += spice SUBDIR += tkgate SUBDIR += xcircuit .include Property changes on: head/cad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/cad/acs/Makefile =================================================================== --- head/cad/acs/Makefile (revision 20940) +++ head/cad/acs/Makefile (revision 20941) @@ -1,19 +1,19 @@ # New ports collection makefile for: acs # Version required: 0.21 # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1996/11/15 23:30:47 obrien Exp $ +# $FreeBSD$ # DISTNAME= acs021 PKGNAME= acs-0.21 CATEGORIES= cad MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ \ ftp://ftp.uni-trier.de/pub/unix/cad+vlsi/acs/ \ ftp://ftp.unina.it/pub/electronics/electrical/unix/acs/ EXTRACT_SUFX= .tgz MAINTAINER= tg@freebsd.org .include Property changes on: head/cad/acs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/cad/chipmunk/Makefile =================================================================== --- head/cad/chipmunk/Makefile (revision 20940) +++ head/cad/chipmunk/Makefile (revision 20941) @@ -1,30 +1,30 @@ # New ports collection makefile for: chipmunk # Version required: 5.10 # Date created: 29 July 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $Id: Makefile,v 1.6 1998/11/28 09:07:12 asami Exp $ +# $FreeBSD$ # DISTNAME= chipmunk-5.10 CATEGORIES= cad MASTER_SITES= ftp://ftp.ifi.uio.no/pub/chipmunk/ DISTFILES= psys-1.10.tar.Z log-5.10.tar.Z netcmpbeta.tar.Z \ mosisbeta.tar.Z wolbeta.tar.Z wolcompbeta.tar.Z \ untilbeta.tar.Z viewbeta.tar.Z Makefile MAINTAINER= ports@FreeBSD.org EXTRACT_ONLY= psys-1.10.tar.Z log-5.10.tar.Z netcmpbeta.tar.Z \ mosisbeta.tar.Z wolbeta.tar.Z wolcompbeta.tar.Z \ untilbeta.tar.Z viewbeta.tar.Z USE_XLIB= yes DIST_SUBDIR= chipmunk USE_GMAKE= yes NO_WRKSUBDIR= yes post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile .include Property changes on: head/cad/chipmunk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/cad/felt/Makefile =================================================================== --- head/cad/felt/Makefile (revision 20940) +++ head/cad/felt/Makefile (revision 20941) @@ -1,36 +1,36 @@ # New ports collection makefile for: FElt # Version required: 3.02 # Date created: 19 October 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.11 1998/12/26 06:29:19 flathill Exp $ +# $FreeBSD$ # DISTNAME= felt-3.02 CATEGORIES= cad MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \ ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= giffunip@asme.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= ${WRKDIR}/FElt-3.02 GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 post-patch: ${RM} -f ${WRKSRC}/lib/Geompack/*.c post-install: ${MKDIR} ${PREFIX}/share/examples/FElt ${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt ${MKDIR} ${PREFIX}/share/doc/FElt ${CP} ${WRKSRC}/*.html ${PREFIX}/share/doc/FElt .include Property changes on: head/cad/felt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/cad/geda/Makefile =================================================================== --- head/cad/geda/Makefile (revision 20940) +++ head/cad/geda/Makefile (revision 20941) @@ -1,27 +1,27 @@ # New ports collection makefile for: geda # Version required: 19990124 # Date created: 24 Nov 1998 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.9 1999/04/22 20:06:32 mharo Exp $ +# $FreeBSD$ # DISTNAME= gEDA-19990327 PKGNAME= geda-19990327 CATEGORIES= cad MASTER_SITES= http://www.geda.seul.org/dist/ \ ftp://ftp.geda.seul.org/pub/geda/dist/ \ ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/geda/ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ guile.4:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} .include Property changes on: head/cad/geda/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/cad/irsim/Makefile =================================================================== --- head/cad/irsim/Makefile (revision 20940) +++ head/cad/irsim/Makefile (revision 20941) @@ -1,25 +1,25 @@ # New ports collection makefile for: irsim # Version required: 9.2 # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.8 1996/12/06 23:24:36 asami Exp $ +# $FreeBSD$ # DISTNAME= irsim-9.4.1 CATEGORIES= cad MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.5/ EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org USE_XLIB= yes MAN1= irsim.1 MAN3= irsim-analyzer.3 MAN5= netchange.5 # othewise patch will complain post-extract: @find ${WRKSRC} -name RCS | xargs ${RM} -rf .include Property changes on: head/cad/irsim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/cad/kaskade/Makefile =================================================================== --- head/cad/kaskade/Makefile (revision 20940) +++ head/cad/kaskade/Makefile (revision 20941) @@ -1,39 +1,39 @@ # New ports collection makefile for: Kaskade # Version required: 3.1.1 # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.7 1999/06/22 17:51:51 steve Exp $ +# $FreeBSD$ # DISTNAME= 3.1.1 PKGNAME= kaskade-3.1.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.zib.de/pub/kaskade/3.x/ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org .include .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes .endif DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile ALL_TARGET= k6 USE_X_PREFIX= yes do-install: $(INSTALL_PROGRAM) $(WRKSRC)/k6 $(PREFIX)/bin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.cmd ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.geo ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.mat ${PREFIX}/share/examples/kaskade .endif .include Property changes on: head/cad/kaskade/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/cad/magic/Makefile =================================================================== --- head/cad/magic/Makefile (revision 20940) +++ head/cad/magic/Makefile (revision 20941) @@ -1,58 +1,58 @@ # New ports collection makefile for: magic # Version required: 6.4.4 # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.14 1998/11/29 12:43:09 asami Exp $ +# $FreeBSD$ # DISTNAME= magic-6.5 CATEGORIES= cad MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.5/ DISTFILES= magic-6_5_tar.Z MAINTAINER= swallace@FreeBSD.org USE_XLIB= yes USE_GMAKE= yes BINS= magic ext2sim magicusage net2ir extcheck X11Helper ext2spice MAN1= ext2spice.1 extcheck.1 magic.1 magicusage.1 \ ext2sim.1 net2ir.1 rsleeper.1 sleeper.1 MAN3= mpack.3 dqueue.3 extflat.3 geometry.3 hash.3 heap.3 libmalloc.3 \ list.3 magicutils.3 malloc.3 path.3 runstats.3 set.3 show.3 \ stack.3 string.3 MAN5= cmap.5 displays.5 dlys.5 sim.5 dstyle.5 ext.5 glyphs.5 magic.5 net.5 MAN8= prleak.8 post-install: @${CHMOD} ${BINMODE} ${PREFIX}/bin/spice2sim @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/spice2sim .for f in ${BINS} @${CHMOD} ${BINMODE} ${PREFIX}/bin/$f @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/$f @strip ${PREFIX}/bin/$f .endfor .for f in ${MAN1} @${CHMOD} ${MANMODE} ${PREFIX}/man/man1/$f @${CHOWN} ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/$f .endfor .for f in ${MAN3} @${CHMOD} ${MANMODE} ${PREFIX}/man/man3/$f @${CHOWN} ${MANOWN}.${MANGRP} ${PREFIX}/man/man3/$f .endfor .for f in ${MAN5} @${CHMOD} ${MANMODE} ${PREFIX}/man/man5/$f @${CHOWN} ${MANOWN}.${MANGRP} ${PREFIX}/man/man5/$f .endfor .for f in ${MAN8} @${CHMOD} ${MANMODE} ${PREFIX}/man/man8/$f @${CHOWN} ${MANOWN}.${MANGRP} ${PREFIX}/man/man8/$f .endfor @${CHMOD} -R a+rX,go-w ${PREFIX}/lib/magic @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/lib/magic @${CHMOD} ${SHAREMODE} ${PREFIX}/lib/mpack.h ${PREFIX}/lib/libmpack.a @${CHOWN} ${SHAREOWN}.${SHAREGRP} ${PREFIX}/lib/mpack.h \ ${PREFIX}/lib/libmpack.a .include Property changes on: head/cad/magic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/cad/mars/Makefile =================================================================== --- head/cad/mars/Makefile (revision 20940) +++ head/cad/mars/Makefile (revision 20941) @@ -1,45 +1,45 @@ # ex:ts=8 # New ports collection makefile for: MaRS # Version required: 2.1 # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.8 1999/02/03 11:11:40 asami Exp $ +# $FreeBSD$ # DISTNAME= MaRS-2.1 PKGNAME= mars-2.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ .if !defined(NOPORTDOCS) DISTFILES= MaRS-2.1.tar.gz MaRS-2-doc.tar.gz .endif MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes EXTRACT_ONLY= ${DISTNAME}.tar.gz .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKEFILE= Makefile.XMotif .elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no) MAKEFILE= Makefile.NoX .else USE_XLIB= yes MAKEFILE= Makefile.SimpleX .endif ALL_TARGET= depend mars MAN1= mars.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/mars @${CHMOD} a+rx ${PREFIX}/share/doc/mars @(cd ${PREFIX}/share/doc ; \ ${TAR} xfpz /${DISTDIR}/MaRS-2-doc.tar.gz ; \ [ -d mars ] && ${RM} -rf mars; \ /bin/mv doc mars ) .endif .include Property changes on: head/cad/mars/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/cad/pcb/Makefile =================================================================== --- head/cad/pcb/Makefile (revision 20940) +++ head/cad/pcb/Makefile (revision 20941) @@ -1,26 +1,26 @@ # New ports collection makefile for: PCB # Version required: 1.6.3 # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.18 1998/06/03 06:47:38 tg Exp $ +# $FreeBSD$ # DISTNAME= pcb-1.6.3 CATEGORIES= cad MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ texindex:${PORTSDIR}/print/teTeX USE_IMAKE= yes MAN1= pcb.1 MANCOMPRESSED= yes pre-install: @${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src .include Property changes on: head/cad/pcb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/cad/sis/Makefile =================================================================== --- head/cad/sis/Makefile (revision 20940) +++ head/cad/sis/Makefile (revision 20941) @@ -1,63 +1,63 @@ # New ports collection makefile for: sis # Version required: 1.2 (pl1) # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # -# $Id: Makefile,v 1.6 1998/11/28 00:44:32 asami Exp $ +# $FreeBSD$ # DISTNAME= sis-1.2 PKGNAME= sis-1.2.1 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ PATCHFILES= sis-1.2.patch1.Z PATCH_DIST_STRIP= -p1 MAINTAINER= volf@oasis.IAEhv.nl USE_XLIB= yes MAKEFILE= Makefile.FreeBSD MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ vst2blif.1 xsis.1 MAN5= espresso.5 pla.5 pre-build: ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile.FreeBSD: ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sis/sis ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/jedi/jedi ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/sred/sred ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/stamina/bin/stamina ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nova/nova ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/espresso/espresso ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vst2blif/vst2blif ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/blif2vst/blif2vst ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/xsis/xsis ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/espresso/espresso.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/jedi/jedi.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/nova/nova.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/sis/sis_lib/help/sis.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/sred/sred.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/stamina/stamina.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/vst2blif/vst2blif.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/xsis/xsis.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/espresso/espresso.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/espresso/pla.5 ${PREFIX}/man/man5 ${MKDIR} ${PREFIX}/lib/sis ${CP} -R ${WRKSRC}/sis/sis_lib ${PREFIX}/lib/sis .if !defined(NOPORTDOCS) post-install: ${INSTALL_DATA} ${WRKSRC}/SIS_paper.ps ${PREFIX}/lib/sis ${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES-1.2 ${PREFIX}/lib/sis ${GZIP_CMD} ${PREFIX}/lib/sis/SIS_paper.ps ${CHOWN} -R bin:bin ${PREFIX}/lib/sis .endif .include Property changes on: head/cad/sis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/cad/spice/Makefile =================================================================== --- head/cad/spice/Makefile (revision 20940) +++ head/cad/spice/Makefile (revision 20941) @@ -1,35 +1,35 @@ # New ports collection makefile for: spice # Version required: 3f5 # Date created: 26 Mar 96 # Whom: Julian Jenkins # -# $Id: Makefile,v 1.12 1998/12/18 06:28:20 asami Exp $ +# $FreeBSD$ # DISTNAME= sp3f4.kit PKGNAME= spice-3f5 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ EXTRACT_SUFX= .tar.Z MAINTAINER= kaveman@magna.com.au # documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps # These are included as patch-ab #PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/ #PATCHFILES= grid.patch newcoms.patch spsmp.patch USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= sconvert.1 nutmeg.1 spice.1 MAN3= mfb.3 MAN5= mfbcap.5 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/spice3 ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3 .endif .include Property changes on: head/cad/spice/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/cad/tkgate/Makefile =================================================================== --- head/cad/tkgate/Makefile (revision 20940) +++ head/cad/tkgate/Makefile (revision 20941) @@ -1,26 +1,26 @@ # New ports collection makefile for: tkgate # Version required: 0.9 # Date created: 28 May 1999 # Whom: Jeffery Hansen # -# $Id: Makefile,v 1.1.1.1 1999/06/06 17:11:58 steve Exp $ +# $FreeBSD$ # DISTNAME= tkgate-0.9 CATEGORIES= cad MASTER_SITES= http://www.cs.cmu.edu/~hansen/tkgate/ EXTRACT_SUFX= .tgz MAINTAINER= hansen@cmu.edu LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 VERSION= 0.9 PLIST_SUB+= VERSION=${VERSION} USE_IMAKE= yes post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/config.h @${PERL} -pi -e 's:__LOCALBASE__:${LOCALBASE}:g' ${WRKSRC}/config.h .include Property changes on: head/cad/tkgate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/cad/xcircuit/Makefile =================================================================== --- head/cad/xcircuit/Makefile (revision 20940) +++ head/cad/xcircuit/Makefile (revision 20941) @@ -1,32 +1,32 @@ # New ports collection makefile for: xcircuit # Version required: 1.7 # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.4 1998/11/21 07:27:34 steve Exp $ +# $FreeBSD$ # DISTNAME= xcircuit-1.7 CATEGORIES= cad MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=apps/circuits MAINTAINER= ports@FreeBSD.ORG BROKEN='bad MD5 checksum' USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= INSTALL_TARGET= install install.man MAN1= xcircuit.1 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/xcircuit ${CP} ${WRKSRC}/examples/*.ps ${PREFIX}/share/examples/xcircuit .endif .include Property changes on: head/cad/xcircuit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/chinese/CJK/Makefile =================================================================== --- head/chinese/CJK/Makefile (revision 20940) +++ head/chinese/CJK/Makefile (revision 20941) @@ -1,50 +1,50 @@ # New ports collection makefile for: zh-CJK # Version required: 4.2.0 # Date created: 1 March 1999 # Whom: J.T. Jang (jtjang@gcn.net.tw) # -# $Id: Makefile,v 1.6 1999/03/09 08:53:23 foxfair Exp $ +# $FreeBSD$ # DISTNAME= zh-CJK-4.2.0 CATEGORIES= chinese # Only the first three sites in MASTER_SITE_TEX_CTAN support compressing # on-the-fly. Then try my homepage. Go to CTAN if all fails. MASTER_SITES= ftp://ftp.funet.fi/pub/TeX/CTAN/language/chinese/ \ ftp://ftp.tex.ac.uk/tex-archive/language/chinese/ \ ftp://ftp.dante.de/tex-archive/language/chinese/ \ http://member.gcn.net.tw/web/jtjang/ \ ftp://ftp.ctan.org/tex-archive/language/chinese/ MASTER_SITE_SUBDIR= language/chinese DISTFILES= CJK.tar.gz MAINTAINER= jtjang@gcn.net.tw BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX IGNOREFILES= CJK.tar.gz NO_PACKAGE= Interactive USE_GMAKE= yes WRKSRC= ${WRKDIR}/CJK/4_2.0 .if !defined $(NOTTF) MASTER_SITES+= ftp://linux.cis.nctu.edu.tw/packages/chinese/fonts/twmoefont/ttf/ \ ftp://axp350.ncu.edu.tw/OS/Linux/Chinese/fonts/twmoefont/ttf/ \ ftp://ftp.nsysu.edu.tw/Linux/packages/chinese/fonts/twmoefont/ttf/ DISTFILES+= moe_kai.ttf moe_sung.ttf EXTRACT_ONLY= CJK.tar.gz .endif post-install: .if !defined(NOPORTDOCS) ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/CJK ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK .endif MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 hbf2gf.1 \ sjisconv.1 thaiconv.1 ttf2pk.1 ttf2tfm.1 .include Property changes on: head/chinese/CJK/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/FreeWnn-lib/Makefile =================================================================== --- head/chinese/FreeWnn-lib/Makefile (revision 20940) +++ head/chinese/FreeWnn-lib/Makefile (revision 20941) @@ -1,19 +1,19 @@ # New ports collection makefile for: Wnn for Chinese # Version required: 4.2 # Date created: 20 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.6 1998/12/01 03:05:42 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-Wnn-4.2 CATEGORIES= chinese ## COMMENT, DESCR, PLIST is used in a local 'pkg' directory COMMENT= ${.CURDIR}/pkg/COMMENT DESCR= ${.CURDIR}/pkg/DESCR PLIST= ${.CURDIR}/pkg/PLIST MASTERDIR= ${.CURDIR}/../../japanese/Wnn .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/FreeWnn-lib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/FreeWnn-server/Makefile =================================================================== --- head/chinese/FreeWnn-server/Makefile (revision 20940) +++ head/chinese/FreeWnn-server/Makefile (revision 20941) @@ -1,19 +1,19 @@ # New ports collection makefile for: Wnn for Chinese # Version required: 4.2 # Date created: 20 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.6 1998/12/01 03:05:42 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-Wnn-4.2 CATEGORIES= chinese ## COMMENT, DESCR, PLIST is used in a local 'pkg' directory COMMENT= ${.CURDIR}/pkg/COMMENT DESCR= ${.CURDIR}/pkg/DESCR PLIST= ${.CURDIR}/pkg/PLIST MASTERDIR= ${.CURDIR}/../../japanese/Wnn .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/FreeWnn-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 20940) +++ head/chinese/Makefile (revision 20941) @@ -1,38 +1,38 @@ -# $Id: Makefile,v 1.34 1999/06/17 09:37:42 taoka Exp $ +# $FreeBSD$ # SUBDIR += CJK SUBDIR += Wnn SUBDIR += acroread-chsfont SUBDIR += acroread-chtfont SUBDIR += aterm SUBDIR += bg5ps SUBDIR += big5con SUBDIR += big5fonts SUBDIR += c2t SUBDIR += celvis SUBDIR += cless SUBDIR += cnsfonts SUBDIR += cxterm SUBDIR += gb2ps SUBDIR += gbfonts SUBDIR += gbscript SUBDIR += hc SUBDIR += hztty SUBDIR += kcfonts SUBDIR += lunar SUBDIR += moettf SUBDIR += mule-wnn4 SUBDIR += muni SUBDIR += nvi-big5 SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw SUBDIR += pine3 SUBDIR += pine4 SUBDIR += rxvt SUBDIR += ted SUBDIR += telnet SUBDIR += tin SUBDIR += xcin .include Property changes on: head/chinese/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/chinese/acroread-chsfont/Makefile =================================================================== --- head/chinese/acroread-chsfont/Makefile (revision 20940) +++ head/chinese/acroread-chsfont/Makefile (revision 20941) @@ -1,14 +1,14 @@ # New ports collection makefile for: acroread-chsfont # Version required: 1999.7.20 # Date created: 99/06/16 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.2 1999/07/04 07:56:55 obrien Exp $ +# $FreeBSD$ # DISTNAME= chsfont CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/acroread-chsfont/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/acroread-chtfont/Makefile =================================================================== --- head/chinese/acroread-chtfont/Makefile (revision 20940) +++ head/chinese/acroread-chtfont/Makefile (revision 20941) @@ -1,14 +1,14 @@ # New ports collection makefile for: acroread-chtfont # Version required: 1999.7.20 # Date created: 99/06/16 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.2 1999/07/04 07:57:00 obrien Exp $ +# $FreeBSD$ # DISTNAME= chtfont CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/acroread-chtfont/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/acroread5-chsfont/Makefile =================================================================== --- head/chinese/acroread5-chsfont/Makefile (revision 20940) +++ head/chinese/acroread5-chsfont/Makefile (revision 20941) @@ -1,14 +1,14 @@ # New ports collection makefile for: acroread-chsfont # Version required: 1999.7.20 # Date created: 99/06/16 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.2 1999/07/04 07:56:55 obrien Exp $ +# $FreeBSD$ # DISTNAME= chsfont CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/acroread5-chsfont/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/acroread5-chtfont/Makefile =================================================================== --- head/chinese/acroread5-chtfont/Makefile (revision 20940) +++ head/chinese/acroread5-chtfont/Makefile (revision 20941) @@ -1,14 +1,14 @@ # New ports collection makefile for: acroread-chtfont # Version required: 1999.7.20 # Date created: 99/06/16 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.2 1999/07/04 07:57:00 obrien Exp $ +# $FreeBSD$ # DISTNAME= chtfont CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/acroread5-chtfont/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/aterm/Makefile =================================================================== --- head/chinese/aterm/Makefile (revision 20940) +++ head/chinese/aterm/Makefile (revision 20941) @@ -1,34 +1,34 @@ # New ports collection makefile for: zh-aterm # Version required: 0.3.6 # Date created: 26 April 1999 # Whom: Chia-Hsing Yu # -# $Id: Makefile,v 1.3 1999/05/10 16:20:11 flathill Exp $ +# $FreeBSD$ # DISTNAME= aterm-0.3.6 PKGNAME= zh-aterm-0.3.6 CATEGORIES= chinese MASTER_SITES= http://members.xoom.com/sashav/aterm/ \ http://www.tigr.net/afterstep/as-apps/download/aterm/ \ http://www.freebsd.org/~foxfair/ MAINTAINER= davidyu@ken.csie.ntu.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-background-image \ --disable-delete-key --disable-backspace-key \ --enable-fading --enable-utmp --enable-wtmp --enable-big5 MAN1= aterm.1 post-patch: ${CP} ${FILESDIR}/cli_xcin.c ${WRKSRC}/src/ ${CP} ${FILESDIR}/state.h ${WRKSRC}/src/ ${CP} ${FILESDIR}/protocol.h ${WRKSRC}/src/ .include Property changes on: head/chinese/aterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/chinese/bg5ps/Makefile =================================================================== --- head/chinese/bg5ps/Makefile (revision 20940) +++ head/chinese/bg5ps/Makefile (revision 20941) @@ -1,35 +1,35 @@ # New ports collection makefile for: bg5ps # Version required: 1.1b # Date created: 17 June 1998 # Whom: J.T. Jang (keith@email.gcn.net.tw) # -# $Id$ +# $FreeBSD$ # DISTNAME= bg5ps-1.1b PKGNAME= zh-bg5ps-1.1b CATEGORIES= chinese print MASTER_SITES= http://weber.u.washington.edu/~cschin/bg5ps/bg5ps-1.1b/ EXTRACT_SUFX= .tgz MAINTAINER= keith@email.gcn.net.tw RUN_DEPENDS= python:${PORTSDIR}/lang/python NO_WRKSUBDIR= yes do-install: @${MKDIR} ${PREFIX}/share/doc/bg5ps ${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${PREFIX}/bin .for doc in README bg5ps.conf test.big5 test.sh ttf2ps.doc ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/bg5ps .endfor post-install: @echo ----------------------------------------------------------- @echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf. @echo Then run "bg5ps -h" for help. @echo ----------------------------------------------------------- .include Property changes on: head/chinese/bg5ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/big5con/Makefile =================================================================== --- head/chinese/big5con/Makefile (revision 20940) +++ head/chinese/big5con/Makefile (revision 20941) @@ -1,47 +1,47 @@ # New ports collection makefile for: big5con # Version required: 0.92b # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu # -# $Id: Makefile,v 1.9 1999/01/06 05:00:25 simokawa Exp $ +# $FreeBSD$ # DISTNAME= big5con-0.92e PKGNAME= zh-big5con-0.92e CATEGORIES= chinese MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \ ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ \ ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/binary/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/binary/ DISTFILES= big5con-0.92e.tgz b5cbin-pa.tgz MAINTAINER= woju@freebsd.ee.ntu.edu.tw ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}.tgz # With the help from pa@freebsd.ee.ntu.edu.tw # +0.92d use kc-fonts, whcih can be included in cdrom, instead of taipei-fonts. # Note: 0.92c is restricted due to the taipei-fonts-copyright. # # 1999/02/12: 0.92d -> 0.92e # Fix some bugs # ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/b5c-d2e.patch pre-install: @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ tar xvfzp ${DISTDIR}/b5cbin-pa.tgz -C ${PREFIX}; \ fi post-install: @echo @echo "---------------------------------------------------------------" @echo "You need to add a line 'options SYSVSHM' to your kernel config." @echo "Use 'b5c' to run the big5 console." @echo "---------------------------------------------------------------" @echo .include Property changes on: head/chinese/big5con/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/chinese/c2t/Makefile =================================================================== --- head/chinese/c2t/Makefile (revision 20940) +++ head/chinese/c2t/Makefile (revision 20941) @@ -1,33 +1,33 @@ # ex:ts=8 # Ports collection makefile for: c2t # Version required: 1.0 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.3 1997/09/22 17:48:23 max Exp $ +# $FreeBSD$ # DISTNAME= c2t PKGNAME= zh-c2t-1.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/dict/gb/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/ DISTFILES= c2t.tar.gz TONEPY.tit MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes EXTRACT_ONLY= c2t.tar.gz MAN1= c2t.1 do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/TONEPY.tit ${PREFIX}/share/chinese/gb ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/chinese/c2t/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/chinese/celvis/Makefile =================================================================== --- head/chinese/celvis/Makefile (revision 20940) +++ head/chinese/celvis/Makefile (revision 20941) @@ -1,34 +1,34 @@ # ex:ts=8 # New ports collection makefile for: celvis # Version required: 1.3 # Date created: Thur Aug 15, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.6 1997/09/22 17:48:24 max Exp $ +# $FreeBSD$ # DISTNAME= celvis PKGNAME= zh-celvis-1.3 CATEGORIES= chinese editors MASTER_SITES= ftp://ftp.edu.cn/PUB/Chinese/ # # switch to http://www.ifcss.org/ftp-pub/software/unix/editor/celvis-1.3.tar.gz # if the distfile becomes unfetchable again. Note this ver is slightly # different. MAINTAINER= obrien@FreeBSD.org MAN1= celvis.1 do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin ln -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1 .if !defined{NOMANCOMPRESS} ln -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz .else ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 .endif .include Property changes on: head/chinese/celvis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/cless/Makefile =================================================================== --- head/chinese/cless/Makefile (revision 20940) +++ head/chinese/cless/Makefile (revision 20941) @@ -1,29 +1,29 @@ # New ports collection makefile for: cless # Version required: 2.90 # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.6 1997/10/10 06:53:47 obrien Exp $ +# $FreeBSD$ # DISTNAME= cless-290 PKGNAME= zh-${DISTNAME} CATEGORIES= chinese misc MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/c-utils/ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less MAN1= cless.1 clesskey.1 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cless ${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless .endif .include Property changes on: head/chinese/cless/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/cxterm/Makefile =================================================================== --- head/chinese/cxterm/Makefile (revision 20940) +++ head/chinese/cxterm/Makefile (revision 20941) @@ -1,40 +1,40 @@ # New ports collection makefile for: cxterm # Version required: 5.0 # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.9 1997/07/31 23:11:28 obrien Exp $ +# $FreeBSD$ # DISTNAME= cxterm5.0.p3 PKGNAME= zh-cxterm-5.0.3 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= xrelease Makefiles includes all post-install: ${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh \ ${PREFIX}/bin/CXterm # standard X11 place ${INSTALL_DATA} ${WRKDIR}/CXterm.ad \ ${PREFIX}/lib/X11/app-defaults/CXterm # standard CXterm place ${INSTALL_DATA} ${WRKDIR}/CXterm.ad \ ${PREFIX}/lib/X11/cxterm.dic/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cxterm ${INSTALL_DATA} ${WRKSRC}/Doc/CXTERM.FAQ ${PREFIX}/share/doc/cxterm ${INSTALL_DATA} ${WRKSRC}/Doc/input.doc ${PREFIX}/share/doc/cxterm .endif .include Property changes on: head/chinese/cxterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/chinese/gb2ps/Makefile =================================================================== --- head/chinese/gb2ps/Makefile (revision 20940) +++ head/chinese/gb2ps/Makefile (revision 20941) @@ -1,40 +1,40 @@ # ex:ts=8 # Ports collection makefile for: gb2ps # Version required: 2.02 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.5 1997/11/03 21:07:09 obrien Exp $ +# $FreeBSD$ # DISTNAME= gb2ps.2.02 PKGNAME= zh-gb2ps-2.02 CATEGORIES= chinese print MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/ DISTFILES= ${DISTNAME}.tar.gz \ csong24.ccf.gz ckai24.ccf.gz cfang24.ccf.gz chei24.ccf.gz \ cfan24.ccf.gz MAINTAINER= obrien@FreeBSD.org EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/GB2PS do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/gb2ps ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cover.ps ${PREFIX}/share/chinese .for font in csong24.ccf ckai24.ccf cfang24.ccf chei24.ccf cfan24.ccf ${GUNZIP_CMD} -c ${DISTDIR}/${font}.gz > ${PREFIX}/share/chinese/gb/${font} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gb2ps ${INSTALL_MAN} ${WRKSRC}/gb2ps.help ${PREFIX}/share/doc/gb2ps .endif .include Property changes on: head/chinese/gb2ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/chinese/gbscript/Makefile =================================================================== --- head/chinese/gbscript/Makefile (revision 20940) +++ head/chinese/gbscript/Makefile (revision 20941) @@ -1,33 +1,33 @@ # ex:ts=8 # Ports collection makefile for: gbscript # Version required: 1.11 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.3 1997/09/22 17:48:32 max Exp $ +# $FreeBSD$ # DISTNAME= gbscript-1.11 PKGNAME= zh-gbscript-1.11 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/ DISTFILES= gbscript-1.11.tar.gz cclib.24 MAINTAINER= obrien@FreeBSD.org EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= makefile CFLAG+= -DPROLOGUE_PATH=\"${PREFIX}/share/chinese/gb\" do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/gbscript ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/gbscript.pro ${PREFIX}/share/chinese/gb ${INSTALL_DATA} ${DISTDIR}/cclib.24 ${PREFIX}/share/chinese/gb .include Property changes on: head/chinese/gbscript/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/chinese/hc/Makefile =================================================================== --- head/chinese/hc/Makefile (revision 20940) +++ head/chinese/hc/Makefile (revision 20941) @@ -1,34 +1,34 @@ # ex:ts=8 # Ports collection makefile for: hc # Version required: 3.0 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/09/22 17:48:33 max Exp $ +# $FreeBSD$ # DISTNAME= hc-3.0 PKGNAME= zh-hc-3.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ DISTFILES= hc-30.tar.gz hc-supp.tab MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/hc3 EXTRACT_ONLY= hc-30.tar.gz ALL_TARGET= hc b2g g2b MAN1= hc.1 do-install: @${MKDIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/hc ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/b2g ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/g2b ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/hc.tab ${PREFIX}/share/chinese ${INSTALL_DATA} ${DISTDIR}/hc-supp.tab ${PREFIX}/share/chinese ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/chinese/hc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/hztty/Makefile =================================================================== --- head/chinese/hztty/Makefile (revision 20940) +++ head/chinese/hztty/Makefile (revision 20941) @@ -1,26 +1,26 @@ # Ports collection makefile for: hztty # Version required: 2.0 # Date created: Wed Sep 24, 1997 # Whom: Ada T Lim # -# $Id: Makefile,v 1.1.1.1 1997/10/07 07:03:41 obrien Exp $ +# $FreeBSD$ # DISTNAME= hztty-2.0 PKGNAME= zh-hztty-2.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/convert/ MAINTAINER= ada@bsd.org ALL_TARGET= bsd MAN1= hztty.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1 .include Property changes on: head/chinese/hztty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/chinese/kcfonts/Makefile =================================================================== --- head/chinese/kcfonts/Makefile (revision 20940) +++ head/chinese/kcfonts/Makefile (revision 20941) @@ -1,20 +1,20 @@ # New ports collection makefile for: kcfonts # Version required: 1.05 # Date Created: 5 Dec 1997 # Whom: Ming-I Hseh # -# $Id: Makefile,v 1.6 1998/08/05 09:30:46 asami Exp $ +# $FreeBSD$ # DISTNAME= kcfonts-1.05 PKGNAME= zh-kcfonts-1.05 CATEGORIES= chinese x11-fonts MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/taiwan/ \ ftp://NCTUCCCA.edu.tw/OS/FreeBSD/00MIRROR/freebsd.ntu.edu.tw/taiwan/ MAINTAINER= PA@FreeBSD.ee.Ntu.edu.TW USE_X_PREFIX= yes NO_WRKSUBDIR= yes .include Property changes on: head/chinese/kcfonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/chinese/lunar/Makefile =================================================================== --- head/chinese/lunar/Makefile (revision 20940) +++ head/chinese/lunar/Makefile (revision 20941) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: lunar # Version required: 2.1 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/09/22 17:48:35 max Exp $ +# $FreeBSD$ # DISTNAME= lunar-2.1 PKGNAME= zh-lunar-2.1 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ MAINTAINER= obrien@FreeBSD.org ALL_TARGET= MAN1= lunar.1 do-install: @${MKDIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lunar.bitmap ${PREFIX}/share/chinese ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/chinese/lunar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/chinese/moettf/Makefile =================================================================== --- head/chinese/moettf/Makefile (revision 20940) +++ head/chinese/moettf/Makefile (revision 20941) @@ -1,50 +1,50 @@ # New ports collection makefile for: Chinese Big5 TrueType fonts # Version required: 1.0 # Date created: 9 July 1999 # Whom: Keith Jang # -# $Id: Makefile,v 1.1.1.1 1999/07/18 00:57:33 foxfair Exp $ +# $FreeBSD$ # DISTNAME= zh-moettf-1.0 CATEGORIES= chinese x11-fonts MASTER_SITES= ftp://ftp.cc.ntut.edu.tw/OS/Linux/packages/chinese/fonts/twmoefont/ttf/ \ ftp://ftp.ncu.edu.tw/Linux/Chinese/fonts/twmoefont/ttf/ \ ftp://www.edu.tw/download/mandr/allbook/lishu/ DISTFILES= moe_kai.ttf moe_sung.ttf edustd-15.exe MAINTAINER= jtjang@gcn.net.tw BUILD_DEPENDS= unrar:${PORTSDIR}/archivers/unrar LIB_DEPENDS= font.1:${PORTSDIR}/x11-servers/XttXF86srv-common USE_X_PREFIX= yes DIST_SUBDIR= zh-moettf NO_BUILD= yes NO_CDROM= "Contact Taiwan Ministry of Education for commercial use." SHAREMODE= 644 FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType .include do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @unrar x ${DISTDIR}/${DIST_SUBDIR}/edustd-15.exe ${WRKDIR} @${MV} ${WRKDIR}/Edustd-15.TTF ${WRKDIR}/moe_lishu.ttf do-install: .if !exists(${FONTDIR}) @${ECHO} "=========================================================" @${ECHO} "Please add ${FONTDIR} to your font path" @${ECHO} "in /etc/XF86Config." @${ECHO} "=========================================================" @${MKDIR} ${FONTDIR} .endif @${INSTALL_DATA} ${WRKDIR}/moe_lishu.ttf ${FONTDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_kai.ttf ${FONTDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_sung.ttf ${FONTDIR} @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include Property changes on: head/chinese/moettf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/chinese/mule-freewnn/Makefile =================================================================== --- head/chinese/mule-freewnn/Makefile (revision 20940) +++ head/chinese/mule-freewnn/Makefile (revision 20941) @@ -1,16 +1,16 @@ # New ports collection makefile for: mule 2.3@19.34 with Wnn4 # Version required: 2.3@19.34 # Date created: 20 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.5 1998/12/01 03:05:49 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-mule-wnn4-2.3 CATEGORIES= chinese editors CWNN4= yes MASTERDIR= ${.CURDIR}/../../editors/mule PKGDIR= ${.CURDIR}/pkg .include "${MASTERDIR}/Makefile" Property changes on: head/chinese/mule-freewnn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/chinese/muni/Makefile =================================================================== --- head/chinese/muni/Makefile (revision 20940) +++ head/chinese/muni/Makefile (revision 20941) @@ -1,26 +1,26 @@ # New ports collection makefile for: muni # Version required: 1.0 # Date created: 6 May 1999 # Whom: G. Adam Stanislav # -# $Id$ +# $FreeBSD$ # DISTNAME= muni-1.0 PKGNAME= zh-${DISTNAME} CATEGORIES= chinese MASTER_SITES= http://www.whizkidtech.net/i18n/muni/ MAINTAINER= adam@whizkidtech.net do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/muni ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni ${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni ${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni .endif .include Property changes on: head/chinese/muni/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/nvi-big5/Makefile =================================================================== --- head/chinese/nvi-big5/Makefile (revision 20940) +++ head/chinese/nvi-big5/Makefile (revision 20941) @@ -1,20 +1,20 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(big5) # Version required: 1.79 # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.13 1998/12/01 03:05:49 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-nvi-big5-1.79.19990331 MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg/COMMENT .include "${MASTERDIR}/Makefile" CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n Property changes on: head/chinese/nvi-big5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/chinese/nvi-euc-cn/Makefile =================================================================== --- head/chinese/nvi-euc-cn/Makefile (revision 20940) +++ head/chinese/nvi-euc-cn/Makefile (revision 20941) @@ -1,20 +1,20 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(euc-cn) # Version required: 1.79 # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.14 1998/12/01 03:05:50 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-nvi-euccn-1.79.19990331 MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg/COMMENT .include "${MASTERDIR}/Makefile" CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org CONFIGURE_ARGS+= --enable-multibyte=euc-cn --program-prefix=n Property changes on: head/chinese/nvi-euc-cn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/chinese/nvi-euc-tw/Makefile =================================================================== --- head/chinese/nvi-euc-tw/Makefile (revision 20940) +++ head/chinese/nvi-euc-tw/Makefile (revision 20941) @@ -1,20 +1,20 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw) # Version required: 1.79 # Date created: 5 Apr 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.12 1998/12/01 03:05:50 asami Exp $ +# $FreeBSD$ # PKGNAME= zh-nvi-euctw-1.79.19990331 MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg/COMMENT .include "${MASTERDIR}/Makefile" CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n Property changes on: head/chinese/nvi-euc-tw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/chinese/pine4/Makefile =================================================================== --- head/chinese/pine4/Makefile (revision 20940) +++ head/chinese/pine4/Makefile (revision 20941) @@ -1,75 +1,75 @@ # New ports collection makefile for: pine # http://www.washington.edu/pine/ # Version required: 4.10 # Date created: 15 July 1998 # Whom: Tai-hwa Liang # -# $Id: Makefile,v 1.7 1998/08/24 01:24:38 steve Exp $ +# $FreeBSD$ # DISTNAME= pine4.10 PKGNAME= zh-pine-4.10 CATEGORIES= chinese mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= avatar@www.mmlab.cse.yzu.edu.tw NO_LATEST_LINK= yes MAN1= pine.1 pico.1 pilot.1 post-patch: for i in ${WRKSRC}/doc/pine.1 \ ${WRKSRC}/pine/init.c \ ${WRKSRC}/pine/pine.hlp \ ${WRKSRC}/pine/mailcap.c \ ${WRKSRC}/pine/osdep/os-bsf.h ; do \ ${MV} $$i $$i.sed ; \ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" \ $$i.sed >$$i ; \ ${RM} $$i.sed ; \ done for i in ${WRKSRC}/doc/tech-notes.txt \ ${WRKSRC}/doc/tech-notes/*.html ; do \ ${MV} $$i $$i.sed ; \ ${SED} -e "s:/usr/local/lib/:${PREFIX}/etc/:g" \ $$i.sed >$$i ; \ ${RM} $$i.sed ; \ done do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico ${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin/pilot ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/pine ${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/pgpencrypt ${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/pgpdecode ${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/pgpsign ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.sample \ ${PREFIX}/etc/dot.pinerc.sample ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample \ ${PREFIX}/etc/dot.pinerc.pgp.sample ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1 ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/pilot.1 ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1 .if !defined(NOPORTDOCS) ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ ${PREFIX}/share/doc/pine \ ${PREFIX}/share/doc/pine/tech-notes ${INSTALL_DATA} ${WRKSRC}/doc/brochure.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes/*.html \ ${PREFIX}/share/doc/pine/tech-notes/ .endif post-install: ${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf ${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -" @${ECHO} " If Pine exits with \"Received abort signal\" try" @${ECHO} " disabling the \"quell-folder-internal-msg\" feature" @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -" .include Property changes on: head/chinese/pine4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/chinese/rxvt/Makefile =================================================================== --- head/chinese/rxvt/Makefile (revision 20940) +++ head/chinese/rxvt/Makefile (revision 20941) @@ -1,28 +1,28 @@ # New ports collection Makefile for: rxvt # Version required: 2.6.0 # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.12 1999/04/13 15:11:32 taoka Exp $ +# $FreeBSD$ # DISTNAME= rxvt-2.6.0 PKGNAME= zh-rxvt-2.6.0 CATEGORIES= chinese x11 MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \ ftp://ftp.rxvt.org/pub/rxvt/devel/ MAINTAINER= frankch@waru.life.nthu.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes MAN1= crxvt.1 CONFIGURE_ARGS+=--enable-xpm-background --enable-transparency \ --enable-menubar --enable-graphics --enable-xim \ --enable-big5 --disable-backspace-key --disable-delete-key .include Property changes on: head/chinese/rxvt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/chinese/ted/Makefile =================================================================== --- head/chinese/ted/Makefile (revision 20940) +++ head/chinese/ted/Makefile (revision 20941) @@ -1,23 +1,23 @@ # New ports collection makefile for: ted # Version required: 4.3b # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.19 1998/11/19 16:36:40 vanilla Exp $ +# $FreeBSD$ # DISTNAME= ted4.3b PKGNAME= zh-ted-4.3b CATEGORIES= chinese editors MASTER_SITES= ftp://moon.csie.ntu.edu.tw/pub/X/ted/ \ ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/ted .include Property changes on: head/chinese/ted/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/chinese/telnet/Makefile =================================================================== --- head/chinese/telnet/Makefile (revision 20940) +++ head/chinese/telnet/Makefile (revision 20941) @@ -1,18 +1,18 @@ # New ports collection makefile for: telnet8 # Version required: 1.0 # Date created: 13 Feb 1999 # Whom: Ching-Hong Wu # -# $Id: Makefile,v 1.10 1999/02/12 16:39:39 foxfair Exp $ +# $FreeBSD$ # DISTNAME= telnet8-1.0 PKGNAME= zh-telnet-1.0 CATEGORIES= chinese MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ EXTRACT_SUFX= .tgz MAINTAINER= woju@freebsd.ntu.edu.tw .include Property changes on: head/chinese/telnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/tin/Makefile =================================================================== --- head/chinese/tin/Makefile (revision 20940) +++ head/chinese/tin/Makefile (revision 20941) @@ -1,57 +1,57 @@ # New ports collection makefile for: tin # Version required: tin1.4-980730 # Date created: 2 Dec 1997 # Whom: Yen-Shuo Su # -# $Id: Makefile,v 1.15 1998/09/27 00:05:53 steve Exp $ +# $FreeBSD$ # DISTNAME= tinpre-1.4-980818 PKGNAME= zh-tin-1.4.980818 CATEGORIES= chinese news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/ \ ftp://ftp.nuxi.com/pub/tin/ EXTRACT_SUFX= .tgz MAINTAINER= yssu@CCCA.NCTU.edu.tw BROKEN_ELF= build WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes # Curses support too buggy to activate # --enable-curses \ # --with-ncurses \ # CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/news/lib \ --with-mime-default-charset=ISO-8859-1 \ --enable-forgery \ --enable-break-long-lines \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ --with-metamail=${PREFIX}/bin/metamail \ --disable-locale MAKEFILE= makefile ALL_TARGET= build MAN1= tin.1 .if defined(NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only .endif post-patch: @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist @${SED} -e 's:/var/spool/news:/var/news:' \ -e 's:/etc/nntpserver:${PREFIX}/etc/nntpserver:' \ -e 's:/usr/lib/news:${PREFIX}/news/lib:' \ <${WRKSRC}/doc/tin.1.dist >${WRKSRC}/doc/tin.1 post-configure: ${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h ${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h .include Property changes on: head/chinese/tin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/chinese/xcin/Makefile =================================================================== --- head/chinese/xcin/Makefile (revision 20940) +++ head/chinese/xcin/Makefile (revision 20941) @@ -1,26 +1,26 @@ # New ports collection makefile for: xcin # Version required: xcin-2.3.03 # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su # -# $Id: Makefile,v 1.8 1998/11/23 12:44:04 vanilla Exp $ +# $FreeBSD$ # DISTNAME= xcin-2.3.03 PKGNAME= zh-xcin-2.3.03 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ ftp://ftp.ncu.edu.tw/OS/Linux/Chinese/xcin/xcin/ \ ftp://linux.cis.nctu.edu.tw/packages/chinese/X/xcin/xcin/ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts USE_X_PREFIX= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${X11BASE}" --os=FreeBSD --no-menu MAN1= xcin.1 cin2tab.1 .include Property changes on: head/chinese/xcin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/chinese/xcin25/Makefile =================================================================== --- head/chinese/xcin25/Makefile (revision 20940) +++ head/chinese/xcin25/Makefile (revision 20941) @@ -1,26 +1,26 @@ # New ports collection makefile for: xcin # Version required: xcin-2.3.03 # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su # -# $Id: Makefile,v 1.8 1998/11/23 12:44:04 vanilla Exp $ +# $FreeBSD$ # DISTNAME= xcin-2.3.03 PKGNAME= zh-xcin-2.3.03 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ ftp://ftp.ncu.edu.tw/OS/Linux/Chinese/xcin/xcin/ \ ftp://linux.cis.nctu.edu.tw/packages/chinese/X/xcin/xcin/ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts USE_X_PREFIX= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${X11BASE}" --os=FreeBSD --no-menu MAN1= xcin.1 cin2tab.1 .include Property changes on: head/chinese/xcin25/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/math/kaskade/Makefile =================================================================== --- head/math/kaskade/Makefile (revision 20940) +++ head/math/kaskade/Makefile (revision 20941) @@ -1,39 +1,39 @@ # New ports collection makefile for: Kaskade # Version required: 3.1.1 # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.7 1999/06/22 17:51:51 steve Exp $ +# $FreeBSD$ # DISTNAME= 3.1.1 PKGNAME= kaskade-3.1.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.zib.de/pub/kaskade/3.x/ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org .include .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes .endif DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile ALL_TARGET= k6 USE_X_PREFIX= yes do-install: $(INSTALL_PROGRAM) $(WRKSRC)/k6 $(PREFIX)/bin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.cmd ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.geo ${PREFIX}/share/examples/kaskade ${INSTALL_DATA} ${WRKSRC}/*.mat ${PREFIX}/share/examples/kaskade .endif .include Property changes on: head/math/kaskade/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/print/latex-cjk/Makefile =================================================================== --- head/print/latex-cjk/Makefile (revision 20940) +++ head/print/latex-cjk/Makefile (revision 20941) @@ -1,50 +1,50 @@ # New ports collection makefile for: zh-CJK # Version required: 4.2.0 # Date created: 1 March 1999 # Whom: J.T. Jang (jtjang@gcn.net.tw) # -# $Id: Makefile,v 1.6 1999/03/09 08:53:23 foxfair Exp $ +# $FreeBSD$ # DISTNAME= zh-CJK-4.2.0 CATEGORIES= chinese # Only the first three sites in MASTER_SITE_TEX_CTAN support compressing # on-the-fly. Then try my homepage. Go to CTAN if all fails. MASTER_SITES= ftp://ftp.funet.fi/pub/TeX/CTAN/language/chinese/ \ ftp://ftp.tex.ac.uk/tex-archive/language/chinese/ \ ftp://ftp.dante.de/tex-archive/language/chinese/ \ http://member.gcn.net.tw/web/jtjang/ \ ftp://ftp.ctan.org/tex-archive/language/chinese/ MASTER_SITE_SUBDIR= language/chinese DISTFILES= CJK.tar.gz MAINTAINER= jtjang@gcn.net.tw BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX IGNOREFILES= CJK.tar.gz NO_PACKAGE= Interactive USE_GMAKE= yes WRKSRC= ${WRKDIR}/CJK/4_2.0 .if !defined $(NOTTF) MASTER_SITES+= ftp://linux.cis.nctu.edu.tw/packages/chinese/fonts/twmoefont/ttf/ \ ftp://axp350.ncu.edu.tw/OS/Linux/Chinese/fonts/twmoefont/ttf/ \ ftp://ftp.nsysu.edu.tw/Linux/packages/chinese/fonts/twmoefont/ttf/ DISTFILES+= moe_kai.ttf moe_sung.ttf EXTRACT_ONLY= CJK.tar.gz .endif post-install: .if !defined(NOPORTDOCS) ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/CJK ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK .endif MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 hbf2gf.1 \ sjisconv.1 thaiconv.1 ttf2pk.1 ttf2tfm.1 .include Property changes on: head/print/latex-cjk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/science/felt/Makefile =================================================================== --- head/science/felt/Makefile (revision 20940) +++ head/science/felt/Makefile (revision 20941) @@ -1,36 +1,36 @@ # New ports collection makefile for: FElt # Version required: 3.02 # Date created: 19 October 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.11 1998/12/26 06:29:19 flathill Exp $ +# $FreeBSD$ # DISTNAME= felt-3.02 CATEGORIES= cad MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \ ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= giffunip@asme.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= ${WRKDIR}/FElt-3.02 GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 post-patch: ${RM} -f ${WRKSRC}/lib/Geompack/*.c post-install: ${MKDIR} ${PREFIX}/share/examples/FElt ${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt ${MKDIR} ${PREFIX}/share/doc/FElt ${CP} ${WRKSRC}/*.html ${PREFIX}/share/doc/FElt .include Property changes on: head/science/felt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property