Index: head/graphics/4va/Makefile =================================================================== --- head/graphics/4va/Makefile (revision 20950) +++ head/graphics/4va/Makefile (revision 20951) @@ -1,38 +1,38 @@ # New ports collection makefile for: 4va # Version required: 1.21 # Date created: 26 July 1998 # Whom: Malte Lance # -# $Id: Makefile,v 1.2 1998/11/29 03:17:22 asami Exp $ +# $FreeBSD$ # DISTNAME= 4va-1.21 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/hacks/X EXTRACT_SUFX= .tgz MAINTAINER= malte.lance@gmx.net USE_XLIB= yes MAN1= 4va.1 4VA_REL_DATA_DIR= share/4va-1.21 4VA_DATA_FILES= 16cell.4vd 24cell.4vd 5cell.4vd 600cell.4vd ctor.4vd \ ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd post-extract: @${CHMOD} -R go-x ${WRKSRC}/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/4va ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/4vdmake ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ctorus ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/cutctorus ${PREFIX}/bin ${MKDIR} ${PREFIX}/${4VA_REL_DATA_DIR} for i in ${4VA_DATA_FILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${4VA_REL_DATA_DIR}; \ done ${INSTALL_MAN} ${WRKSRC}/4va.man ${PREFIX}/man/man1/4va.1 .include Property changes on: head/graphics/4va/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/graphics/Cgraph/Makefile =================================================================== --- head/graphics/Cgraph/Makefile (revision 20950) +++ head/graphics/Cgraph/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: cgraph # Version required: 2.04 # Date created: 25 September 1998 # Whom: Anton Berezin # -# $Id$ +# $FreeBSD$ # DISTNAME= Cgraph2.04 PKGNAME= Cgraph-2.04 CATEGORIES= graphics MASTER_SITES= ftp://pinoko.berkeley.edu/pub/software/ MAINTAINER= tobez@plab.ku.dk WRKSRC= ${WRKDIR}/Cgraph/source .include post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/cgraph @${INSTALL_DATA} ${WRKSRC}/../docs/cgraph.ps ${PREFIX}/share/doc/cgraph .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/minimal/CGminimal.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/dash/dashlist.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/marker/markerlist.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFopt-lrLog.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFampspect.dat ${PREFIX}/share/examples/cgraph .endif .if ${PORTOBJFORMAT} == "aout" @${LN} -sf libcgraph.so.2.4 ${PREFIX}/lib/libcgraph.so .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/Cgraph/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/graphics/EZWGL/Makefile =================================================================== --- head/graphics/EZWGL/Makefile (revision 20950) +++ head/graphics/EZWGL/Makefile (revision 20951) @@ -1,75 +1,75 @@ # New ports collection makefile for: EZWGL # Version required: 1.40 # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.14 1999/01/02 19:51:36 steve Exp $ +# $FreeBSD$ # DISTNAME= EZWGL-1.40c CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTFILES= EZWGL-1.40-doc.tgz ${DISTNAME}-src.tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg ALL_TARGET= shared clean static USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PKGNAME} .include "files/manpages" .include .if ${PORTOBJFORMAT} == "elf" VERSION= 1 .else VERSION= 1.4 .endif pre-install: .for file in Makefile.orig animate btnbox clock counter hanoi locator meter puzzle -@ ${RM} ${WRKSRC}/demos/${file} .endfor .for file in Makefile.orig src1 src2 target1 target2 -@ ${RM} ${WRKSRC}/demos/DnD/${file} .endfor .for file in setroot transparent -@ ${RM} ${WRKSRC}/demos/Glass/${file} .endfor .for file in Makefile.orig gears image julia pendulum -@ ${RM} ${WRKSRC}/demos/GL/${file} .endfor .for file in Makefile.orig client server -@ ${RM} ${WRKSRC}/demos/Message/${file} .endfor -@ ${RMDIR} ${WRKDIR}/EZWGL-1.40/doc/html/misc -@ ${MV} ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget,3 ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget.3 -@ ${RM} ${WRKSRC}/examples/Makefile.orig do-install: @ ${INSTALL_DATA} ${WRKSRC}/include/EZ.h ${PREFIX}/include @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.a ${PREFIX}/lib @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.so.${VERSION} ${PREFIX}/lib @ ${LN} -sf libEZ.so.${VERSION} ${PREFIX}/lib/libEZ.so .for file in ${MAN3} @ ${INSTALL_MAN} ${WRKDIR}/EZWGL-1.40/doc/man3/${file} ${PREFIX}/man/man3 .endfor @ ${MKDIR} ${PREFIX}/share/examples/EZ @ cd ${WRKSRC}/examples; tar cf - * | \ (cd ${PREFIX}/share/examples/EZ; tar --unlink -xf - ) @ ${MKDIR} ${PREFIX}/share/examples/EZ/demos @ cd ${WRKSRC}/demos; tar cf - * | \ (cd ${PREFIX}/share/examples/EZ/demos; tar --unlink -xf - ) post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/EZ @ cd ${WRKDIR}/EZWGL-1.40/doc; tar cf - html ps | \ (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - ) .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/EZWGL/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/graphics/GIFgraph/Makefile =================================================================== --- head/graphics/GIFgraph/Makefile (revision 20950) +++ head/graphics/GIFgraph/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-GIFgraph # Version required: 1.01 # Date created: Nov 9, 1998 # Whom: laskavy@gambit.msk.su # -# $Id: Makefile,v 1.1.1.1 1998/12/12 15:09:17 kuriyama Exp $ +# $FreeBSD$ # DISTNAME= GIFgraph-1.10 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GIFgraph MAINTAINER= laskavy@gambit.msk.su RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GIFgraph.3 GIFgraph::colour.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/GIFgraph/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/graphics/Hermes/Makefile =================================================================== --- head/graphics/Hermes/Makefile (revision 20950) +++ head/graphics/Hermes/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: Hermes # Version required: 1.2.5 # Date created: 29 April 1999 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1999/06/05 19:00:28 mharo Exp $ +# $FreeBSD$ # DISTNAME= Hermes-1.2.5 CATEGORIES= graphics MASTER_SITES= http://hermes.terminal.at/files/ MAINTAINER= andy@icc.surw.chel.su USE_LIBTOOL= yes USE_GMAKE= yes post-install: @ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/Hermes .for file in AUTHORS CHANGES COPYING README TODO TODO.conversion @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes .endfor @ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/Hermes @ ${MKDIR} ${PREFIX}/share/doc/Hermes/API .for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt @ ${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${PREFIX}/share/doc/Hermes/API .endfor @ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API .endif @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/Hermes/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/graphics/ImageMagick/Makefile =================================================================== --- head/graphics/ImageMagick/Makefile (revision 20950) +++ head/graphics/ImageMagick/Makefile (revision 20951) @@ -1,44 +1,44 @@ # New ports collection makefile for: ImageMagick # Version required: 4.2.7 # Date created: 15 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.69 1999/06/14 00:55:48 jseger Exp $ +# $FreeBSD$ # DISTNAME= ImageMagick-4.2.7 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png \ jbig.1:${PORTSDIR}/graphics/jbigkit \ ttf.3:${PORTSDIR}/print/freetype BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \ picttoppm:${PORTSDIR}/graphics/netpbm \ mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \ gs:${PORTSDIR}/print/ghostscript5 MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1 xtp.1 MAN3= Image::Magick.3 MAN4= miff.4 MAN5= quantize.5 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} USE_PERL5= YES CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs" post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/ImageMagick/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.70 \ No newline at end of property +1.71 \ No newline at end of property Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 20950) +++ head/graphics/Makefile (revision 20951) @@ -1,140 +1,140 @@ -# $Id: Makefile,v 1.134 1999/06/22 23:42:16 sada Exp $ +# $FreeBSD$ # SUBDIR += 4va SUBDIR += Cgraph SUBDIR += EZWGL SUBDIR += GIFgraph SUBDIR += Hermes SUBDIR += ImageMagick SUBDIR += Mesa3 SUBDIR += aalib SUBDIR += aero SUBDIR += aview SUBDIR += camediaplay SUBDIR += cqcam SUBDIR += dc20ctrl SUBDIR += dc3play SUBDIR += dore SUBDIR += electriceyes SUBDIR += eterm-bg SUBDIR += fbm SUBDIR += fli2gif SUBDIR += fly SUBDIR += fnlib SUBDIR += fxtv SUBDIR += g2 SUBDIR += gd SUBDIR += geomview SUBDIR += gfont SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimp-manual-html SUBDIR += gimp-manual-pdf SUBDIR += gimp-manual-ps SUBDIR += gimp1 SUBDIR += gimp1-i18n SUBDIR += giram SUBDIR += gphoto SUBDIR += gplot SUBDIR += gqview SUBDIR += gracula SUBDIR += graphviz SUBDIR += gridpix SUBDIR += gtkdps SUBDIR += gtkfig SUBDIR += gtksee SUBDIR += gview SUBDIR += gyvefigs SUBDIR += gyvegui SUBDIR += gyvekernel SUBDIR += hdf SUBDIR += hobbes-icons-xpm SUBDIR += hpscan SUBDIR += imlib SUBDIR += jbigkit SUBDIR += jgv SUBDIR += jpeg SUBDIR += kdegraphics11 SUBDIR += kdegraphics11-i18n SUBDIR += killustrator SUBDIR += lfview SUBDIR += libimg SUBDIR += libwmf SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat SUBDIR += mpegedit SUBDIR += mplex SUBDIR += netpbm SUBDIR += netshow SUBDIR += opengl-man SUBDIR += p5-GD SUBDIR += p5-Image-Size SUBDIR += p5-chart SUBDIR += pgperl SUBDIR += pgplot SUBDIR += photopc SUBDIR += pixmap SUBDIR += plotmtv SUBDIR += plotutils SUBDIR += png SUBDIR += pnmtopng SUBDIR += povray SUBDIR += povray31 SUBDIR += ppm2fli SUBDIR += pstoedit SUBDIR += py-imaging SUBDIR += qcread SUBDIR += qiv SUBDIR += qvplay SUBDIR += rayshade SUBDIR += sane SUBDIR += sced SUBDIR += scwm-icons SUBDIR += sketch SUBDIR += spigot SUBDIR += splitmpg SUBDIR += stamp SUBDIR += tgd SUBDIR += tgif SUBDIR += tgif-nls SUBDIR += tiff34 SUBDIR += tifmerge SUBDIR += txtmerge SUBDIR += urt SUBDIR += vcg SUBDIR += whirlgif SUBDIR += wmicons SUBDIR += xanim SUBDIR += xaos SUBDIR += xbm2gif SUBDIR += xbmbrowser SUBDIR += xdgagrab SUBDIR += xdl SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmagv SUBDIR += xmandel SUBDIR += xmfract SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpm SUBDIR += xpx SUBDIR += xsane SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick .include Property changes on: head/graphics/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.135 \ No newline at end of property +1.136 \ No newline at end of property Index: head/graphics/Mesa3/Makefile =================================================================== --- head/graphics/Mesa3/Makefile (revision 20950) +++ head/graphics/Mesa3/Makefile (revision 20951) @@ -1,53 +1,53 @@ # New ports collection makefile for: Mesa # Version required: 3.0 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.31 1999/03/11 21:47:11 scrappy Exp $ +# $FreeBSD$ # DISTNAME= MesaLib-3.0 PKGNAME= Mesa-3.0 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0.tar.gz MAINTAINER= jseger@FreeBSD.ORG WRKSRC= ${WRKDIR}/Mesa-3.0 USE_X_PREFIX= yes LIBS= libMesaGL libMesaGLU .include .if ${PORTOBJFORMAT} == "elf" ALL_TARGET= freebsd-elf SHLIB_VERSION= 14 GLUT_VERSION= 3 .else ALL_TARGET= freebsd SHLIB_VERSION= 14.0 GLUT_VERSION= 3.7 .endif do-install: .for file in ${LIBS} ${INSTALL_DATA} ${WRKSRC}/lib/${file}.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/${file}.so.${SHLIB_VERSION} ${PREFIX}/lib ${LN} -fs ${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/${file}.so .endfor ${INSTALL_DATA} ${WRKSRC}/lib/libglut.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/libglut.so.${GLUT_VERSION} ${PREFIX}/lib ${LN} -fs libglut.so.${GLUT_VERSION} ${PREFIX}/lib/libglut.so .for file in GL GLU @${LN} -fs libMesa${file}.a ${PREFIX}/lib/lib${file}.a @${LN} -fs libMesa${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/lib${file}.so.${SHLIB_VERSION} @${LN} -fs libMesa${file}.so ${PREFIX}/lib/lib${file}.so .endfor @${MKDIR} ${PREFIX}/include/GL ${INSTALL_DATA} ${WRKSRC}/include/GL/* ${PREFIX}/include/GL ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/Mesa3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/graphics/aalib/Makefile =================================================================== --- head/graphics/aalib/Makefile (revision 20950) +++ head/graphics/aalib/Makefile (revision 20951) @@ -1,20 +1,20 @@ # New ports collection makefile for: aalib # Version required: 1.2 # Date created: 9 Dec 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $ +# $FreeBSD$ # DISTNAME= aalib-1.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ MAINTAINER= andy@icc.surw.chel.su USE_LIBTOOL= yes post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/aalib/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/graphics/aero/Makefile =================================================================== --- head/graphics/aero/Makefile (revision 20950) +++ head/graphics/aero/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: aero # Version required: 1.5.2 # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.13 1998/11/15 07:59:15 jseger Exp $ +# $FreeBSD$ # DISTNAME= aero_1.7.0_src PKGNAME= aero-1.7.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ee.uwa.edu.au/users/braunl/aero/ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11-toolkits/FWF RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/aero/src MAKEFILE= Makefile.linux .include Property changes on: head/graphics/aero/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/graphics/aview/Makefile =================================================================== --- head/graphics/aview/Makefile (revision 20950) +++ head/graphics/aview/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection Makefile for: aview # Version required: 1.2 # Date created: Dec 18 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.3 1998/09/22 16:19:12 asami Exp $ +# $FreeBSD$ # DISTNAME= aview-1.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ MAINTAINER= frankch@waru.life.nthu.edu.tw RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib GNU_CONFIGURE= YES .include Property changes on: head/graphics/aview/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/graphics/camediaplay/Makefile =================================================================== --- head/graphics/camediaplay/Makefile (revision 20950) +++ head/graphics/camediaplay/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: camediaplay # Version required: 980118 # Date created: 2 May 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.9 1998/01/16 17:37:11 jkh Exp $ +# $FreeBSD$ # DISTNAME= camediaplay-980118 CATEGORIES= graphics MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \ ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/ MAINTAINER= itojun@itojun.org WRKSRC= ${WRKDIR}/camediaplay/build HAS_CONFIGURE= yes MAN1= camediaplay.1 DOC= README.english README.japanese PROTOCOL post-install: ${MKDIR} ${PREFIX}/share/doc/camediaplay for i in ${DOC}; do \ ${INSTALL_DATA} ${WRKSRC}/../$$i \ ${PREFIX}/share/doc/camediaplay; \ done ${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/camediaplay/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/graphics/cqcam/Makefile =================================================================== --- head/graphics/cqcam/Makefile (revision 20950) +++ head/graphics/cqcam/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: cqcam # Version required: 0.45a # Date created: 29 Oct 1997 # Whom: Kensaku Masuda # -# $Id: Makefile,v 1.8 1998/11/29 13:47:11 asami Exp $ +# $FreeBSD$ # DISTNAME= cqcam-0.45a CATEGORIES= graphics tk80 MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ jpeg.9:${PORTSDIR}/graphics/jpeg ONLY_FOR_ARCHS= i386 MAN1= cqcam.1 MLINKS= cqcam.1 webcam.1 \ cqcam.1 xcqcam.1 .include Property changes on: head/graphics/cqcam/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/graphics/dc20ctrl/Makefile =================================================================== --- head/graphics/dc20ctrl/Makefile (revision 20950) +++ head/graphics/dc20ctrl/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: dc20ctrl # Version required: 0.4 # Date created: 17 Feb 1998 # Whom: Ugo Paternostro # -# $Id: Makefile,v 1.1.1.1 1998/12/22 02:19:18 jseger Exp $ +# $FreeBSD$ # DISTNAME= dc20ctrl-0.4 CATEGORIES= graphics MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/ MAINTAINER= paterno@dsi.unifi.it LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 MANCOMPRESSED= yes .include Property changes on: head/graphics/dc20ctrl/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/graphics/dc3play/Makefile =================================================================== --- head/graphics/dc3play/Makefile (revision 20950) +++ head/graphics/dc3play/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: dc3play # Version required: 980321 # Date created: 15 Jul 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.3 1997/09/11 09:51:58 itojun Exp $ +# $FreeBSD$ # DISTNAME= dc3play-980321 PKGNAME= dc3play-19980321 CATEGORIES= graphics MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/DC-3/unix/ \ ftp://ftp.digipri.co.jp/pub/free-software/Ricoh/DC-3/unix/ MAINTAINER= itojun@itojun.org WRKSRC= ${WRKDIR}/dc3play/build HAS_CONFIGURE= yes RESTRICTED= "Beta test period, redistribution prohibited" DOC= README.english README.japanese PROTOCOL post-install: ${MKDIR} ${PREFIX}/share/doc/dc3play for i in ${DOC}; do \ ${INSTALL_DATA} ${WRKSRC}/../$$i \ ${PREFIX}/share/doc/dc3play; \ done ${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/dc3play/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/graphics/dore/Makefile =================================================================== --- head/graphics/dore/Makefile (revision 20950) +++ head/graphics/dore/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: dore # Version required: 6.0 # Date created: 10 February 1995 # Whom: jkh # -# $Id: Makefile,v 1.8 1999/02/03 11:11:46 asami Exp $ +# $FreeBSD$ # DISTNAME= pdore-6.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.Z USE_GMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/dore EXTRACT_CMD= ${MKDIR} dore; cd dore; ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= | ${TAR} -xf - MAKEFILE= mk.stdx MAKE_FLAGS= DORE_LOC=${WRKDIR} CFLAGS=-O2 MAKEFLAGS=m -f ALL_TARGET= .include Property changes on: head/graphics/dore/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/graphics/electriceyes/Makefile =================================================================== --- head/graphics/electriceyes/Makefile (revision 20950) +++ head/graphics/electriceyes/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: electriceyes # Version required: 0.3.9 # Date created: 21 August 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.14 1999/05/30 03:39:14 steve Exp $ +# $FreeBSD$ # DISTNAME= ee-0.3.9 PKGNAME= electriceyes-0.3.9 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ee MAINTAINER= nacai@iname.com BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${PREFIX} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" post-install: ${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes .include Property changes on: head/graphics/electriceyes/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/graphics/eterm-bg/Makefile =================================================================== --- head/graphics/eterm-bg/Makefile (revision 20950) +++ head/graphics/eterm-bg/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: eterm-bg # Version required: 21-Jan-1999 # Date created: 99/06/12 # Whom: Satoshi Taoka # -# $Id:$ +# $FreeBSD$ # DISTNAME= eterm-bg-1999.1.21 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ ftp://ftp.livewire.com.au/pub/linuxberg/files/x11/system/ \ ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/x11/system/ \ ftp://ftp.sunsite.auc.dk/disk6/linuxberg.com/files/x11/system/ DISTFILES= Eterm-bg-scale-1.tar.gz Eterm-bg-scale-2.tar.gz Eterm-bg-tile.tar.gz MAINTAINER= taoka@FreeBSD.org EXTRACT_ONLY= # dummy NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes do-install: for dist in ${DISTFILES}; do \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/$${dist} \ ${EXTRACT_AFTER_ARGS} -C ${PREFIX}/share; \ done; .include Property changes on: head/graphics/eterm-bg/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/graphics/fbm/Makefile =================================================================== --- head/graphics/fbm/Makefile (revision 20950) +++ head/graphics/fbm/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: fbm # Version required: 1.2 # Date created: 21 January 1998 # Whom: giffunip@asme.org # -# $Id$ +# $FreeBSD$ # DISTNAME= fbm-1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/convert EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG NO_WRKSUBDIR= yes INSTALL_TARGET= smaller $(INSTALL) MANL= clr2gray.l fbcat.l fbclean.l fbedge.l fbext.l fbhalf.l fbhist.l \ fbinfo.l fbm.l fbm2pod.l fbmask.l fbnorm.l fbps.l fbquant.l fbrot.l \ fbsample.l fbsharp.l gray2clr.l idiff.l pbm2ps.l pbmtitle.l raw2fbm.l \ qrt2fbm.l fbham.l uunet2fbm.l tiff2fbm.l fbmedian.l fbconv.l fbthin.l .include Property changes on: head/graphics/fbm/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/graphics/fli2gif/Makefile =================================================================== --- head/graphics/fli2gif/Makefile (revision 20950) +++ head/graphics/fli2gif/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: fli2gif # Version required: 1.1 # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/01/29 16:33:34 jseger Exp $ +# $FreeBSD$ # DISTNAME= fli2gif PKGNAME= fli2gif-1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sco.com/skunkware/src/misc/ \ ftp://ftp.doc.ic.ac.uk/Mirrors/ftp.sco.com/skunkware/src/misc/ \ ftp://ftp.vse.cz/pub/.ccd0c/SCO/ftp.sco.com/skunkware/src/misc/ MAINTAINER= giffunip@asme.org do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fli2gif ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fli2gif ${INSTALL_DATA} ${WRKSRC}/*.TXT ${PREFIX}/share/doc/fli2gif ${GZIP_CMD} ${PREFIX}/share/doc/fli2gif/*.TXT .endif .include Property changes on: head/graphics/fli2gif/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/graphics/fly/Makefile =================================================================== --- head/graphics/fly/Makefile (revision 20950) +++ head/graphics/fly/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: fly # Version required: 1.6.4 # Date created: 30 December 1997 # Whom: Juergen Unger # -# $Id$ +# $FreeBSD$ # DISTNAME= fly-1.6.4 CATEGORIES= graphics MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \ ftp://ftp.ibrado.com/pub/fly/ MAINTAINER= j.unger@choin.net BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin .include Property changes on: head/graphics/fly/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/graphics/fnlib/Makefile =================================================================== --- head/graphics/fnlib/Makefile (revision 20950) +++ head/graphics/fnlib/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: fnlib # Version required: 0.4 # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.9 1999/03/15 18:30:04 nectar Exp $ +# $FreeBSD$ # DISTNAME= fnlib-0.4 CATEGORIES= graphics MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.labs.redhat.com/pub/imlib/TAR/ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/fnlib/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/graphics/fxtv/Makefile =================================================================== --- head/graphics/fxtv/Makefile (revision 20950) +++ head/graphics/fxtv/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: fxtv # Version required: 0.48 # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper # -# $Id: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $ +# $FreeBSD$ # DISTNAME= fxtv-0.48 CATEGORIES= graphics MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/ EXTRACT_SUFX= .tgz MAINTAINER= aa8vb@ipass.net LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm NOT_FOR_ARCHS= alpha # This program does not actually require the programs below, but they are # needed if you use digital video recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ # mpg123:${PORTSDIR}/audio/mpg123 \ # mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ # mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ # mplex:${PORTSDIR}/graphics/mplex USE_X_PREFIX= yes USE_GMAKE= yes MAKE_FLAGS= -e .include Property changes on: head/graphics/fxtv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/g2/Makefile =================================================================== --- head/graphics/g2/Makefile (revision 20950) +++ head/graphics/g2/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: g2 # Version required: 0.40 # Date created: 16 July 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.4 1998/12/29 18:22:57 billf Exp $ +# $FreeBSD$ # DISTNAME= g2-0.40 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= billf@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd" do-build: cd ${WRKSRC} ; make depend ; make .include Property changes on: head/graphics/g2/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/graphics/gd/Makefile =================================================================== --- head/graphics/gd/Makefile (revision 20950) +++ head/graphics/gd/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: gd # Version required: 1.6.2 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.9 1999/08/01 17:25:07 billf Exp $ +# $FreeBSD$ # DISTNAME= gd-1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ MAINTAINER= jeff@cetlink.net LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ --libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd .include Property changes on: head/graphics/gd/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/graphics/gd1/Makefile =================================================================== --- head/graphics/gd1/Makefile (revision 20950) +++ head/graphics/gd1/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: gd # Version required: 1.6.2 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.9 1999/08/01 17:25:07 billf Exp $ +# $FreeBSD$ # DISTNAME= gd-1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ MAINTAINER= jeff@cetlink.net LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ --libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd .include Property changes on: head/graphics/gd1/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/graphics/gd2/Makefile =================================================================== --- head/graphics/gd2/Makefile (revision 20950) +++ head/graphics/gd2/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: gd # Version required: 1.6.2 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.9 1999/08/01 17:25:07 billf Exp $ +# $FreeBSD$ # DISTNAME= gd-1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ MAINTAINER= jeff@cetlink.net LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ --libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd .include Property changes on: head/graphics/gd2/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/graphics/geomview/Makefile =================================================================== --- head/graphics/geomview/Makefile (revision 20950) +++ head/graphics/geomview/Makefile (revision 20951) @@ -1,104 +1,104 @@ # New ports collection makefile for: geomview # Version required: 1.6.1 # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.16 1999/06/08 22:14:18 steve Exp $ +# $FreeBSD$ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk80 MASTER_SITES= ftp://ftp.geom.umn.edu/pub/software/geomview/ \ ftp://ftp-sfb288.math.tu-berlin.de/pub/geomview/ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/Geomview REQUIRES_MOTIF= yes USE_X_PREFIX= yes MAN1= addbbox.1 animate.1 anytooff.1 anytoucd.1 bdy.1 clip.1 \ cplxview.1 crayola.1 example.1 flythrough.1 geomview.1 \ ginsu.1 graffiti.1 hinge.1 hvectext.1 maniview.1 nose.1 \ offconsol.1 polymerge.1 sweep.1 tackdown.1 togeomview.1 \ transformer.1 ucdtooff.1 MAN3= anytopl.3 bdy.3 fsaparse.3 geomutil.3 lisp.3 plcombine.3 \ plconsol.3 pointlist.3 sweep.3 MAN5= discgrp.5 geomview.5 oogl.5 # Set CPU type for Geomview make # Add ${FILESDIR} to PATH for "make install" # Allow user to specify "make install MAPLE_LIB=foo" as geomview wants MAKE_ENV= CPU=FreeBSD PATH=${FILESDIR}:${PATH} MAPLE_LIB=${MAPLE_LIB} post-extract: -${CHMOD} +x ${FILESDIR}/nroff pre-install: ${MKDIR} ${PREFIX}/share/geomview # Geomview presumes that you're installing in the source directory, # so massive parts of the source directory have to be copied to the # destination. INFO_FILES= geomview geomview-1 geomview-2 geomview-3 geomview-4 geomview-5 DOC_FILES= OOGL.m.doc geomview.tex geomview_toc.html geomview_1.html \ geomview_2.html geomview_3.html geomview_4.html \ geomview_5.html geomview_6.html geomview_7.html \ geomview_8.html geomview_9.html geomview_10.html \ geomview_11.html geomview_12.html geomview_13.html \ gvplot.doc newsletter_article.txt oogltour EXAMPLE_FILES= example1.c example2.c example3.c example4.tcl MAN_FILES= geomview.5 oogl.5 SHARE_DIRS= data maple mathematica SHARE_MODS= tcl LIBEXEC_DIRS= bin LIBEXEC_MODS= x11 post-install: ${MKDIR} ${PREFIX}/info .for i in ${INFO_FILES} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/info .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/geomview .for i in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/geomview .endfor ${MKDIR} ${PREFIX}/share/examples/geomview .for i in ${EXAMPLE_FILES} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/examples/geomview .endfor .endif .for i in ${MAN_FILES} ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/man/man5 .endfor .for i in ${SHARE_DIRS} ${RM} -rf ${PREFIX}/share/geomview/${i} ${MKDIR} ${PREFIX}/share/geomview/${i} ${CP} -pr ${WRKSRC}/${i} ${PREFIX}/share/geomview ${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/share/geomview/${i} .endfor .for i in ${SHARE_MODS} ${RM} -rf ${PREFIX}/share/geomview/modules/${i} ${MKDIR} ${PREFIX}/share/geomview/modules/${i} ${CP} -pr ${WRKSRC}/modules/${i} ${PREFIX}/share/geomview/modules ${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/share/geomview/modules/${i} .endfor .for i in ${LIBEXEC_DIRS} ${RM} -rf ${PREFIX}/libexec/geomview/${i} ${MKDIR} ${PREFIX}/libexec/geomview/${i} ${CP} -pr ${WRKSRC}/${i} ${PREFIX}/libexec/geomview/ ${CHOWN} -R ${BINOWN}.${BINGRP} ${PREFIX}/libexec/geomview/${i} .endfor .for i in ${LIBEXEC_MODS} ${RM} -rf ${PREFIX}/libexec/geomview/modules/${i} ${MKDIR} ${PREFIX}/libexec/geomview/modules/${i} ${CP} -pr ${WRKSRC}/modules/${i} ${PREFIX}/libexec/geomview/modules ${CHOWN} -R ${BINOWN}.${BINGRP} ${PREFIX}/libexec/geomview/modules/${i} .endfor .include Property changes on: head/graphics/geomview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/gfont/Makefile =================================================================== --- head/graphics/gfont/Makefile (revision 20950) +++ head/graphics/gfont/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: gfont # Version required: 1.0.2 # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.7 1998/11/25 20:17:00 billf Exp $ +# $FreeBSD$ # DISTNAME= gfont-1.0.2 CATEGORIES= graphics print www MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \ ftp://ftp.engelschall.com/sw/gfont/ \ http://www.hyperreal.org/software/engelschall/gfont/ MAINTAINER= rse@engelschall.com RUN_DEPENDS= mf:${PORTSDIR}/print/teTeX \ gftopk:${PORTSDIR}/print/teTeX \ gsftopk:${PORTSDIR}/print/teTeX .include USE_PERL5= yes GNU_CONFIGURE= yes MAN1= gfont.1 .include Property changes on: head/graphics/gfont/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/graphics/giflib/Makefile =================================================================== --- head/graphics/giflib/Makefile (revision 20950) +++ head/graphics/giflib/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: giflib # Version required: 3.0 # Date created: 03 May 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1998/11/28 01:59:35 asami Exp $ +# $FreeBSD$ # DISTNAME= giflib-3.0 CATEGORIES= graphics MASTER_SITES= http://earthspace.net/~esr/giflib/ MAINTAINER= ports@FreeBSD.ORG USE_XLIB= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/giflib @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/giflib/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/graphics/gifmerge/Makefile =================================================================== --- head/graphics/gifmerge/Makefile (revision 20950) +++ head/graphics/gifmerge/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: gifmerge # Version required: 1.33 # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.3 1999/01/12 16:50:29 vanilla Exp $ +# $FreeBSD$ # DISTNAME= gifmerge PKGNAME= gifmerge-1.33 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar MAINTAINER= nacai@iname.com ALL_TARGET= gifmerge NO_WRKSUBDIR= yes EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gifmerge ${PREFIX}/bin/gifmerge .include Property changes on: head/graphics/gifmerge/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/graphics/gifsicle/Makefile =================================================================== --- head/graphics/gifsicle/Makefile (revision 20950) +++ head/graphics/gifsicle/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: gifsicle # Version required: 1.9.1 # Date created: 19 December 1998 # Whom: Brad Hendrickse # -# $Id: Makefile,v 1.3 1999/02/12 02:22:10 flathill Exp $ +# $FreeBSD$ # DISTNAME= gifsicle-1.11.1 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ \ http://www.freebsd.org/~flathill/distfiles/ MAINTAINER= bradh@iafrica.com MAN1= gifsicle.1 GNU_CONFIGURE= yes USE_XLIB= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gifsicle ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle .endif .include Property changes on: head/graphics/gifsicle/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/graphics/giftool/Makefile =================================================================== --- head/graphics/giftool/Makefile (revision 20950) +++ head/graphics/giftool/Makefile (revision 20951) @@ -1,46 +1,46 @@ # New ports collection makefile for: giftool # Version required: 1.0 # Date created: 14 October 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.4 1997/06/04 07:34:49 asami Exp $ +# $FreeBSD$ # DISTNAME= giftool-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sbs.de/pub/www/tools/giftool/ MAINTAINER= nacai@iname.com NO_CDROM= "Shareware" NO_WRKSUBDIR= yes ALL_TARGET= giftool pre-clean: @${RM} -f ${PATCHDIR}/patch-a[bc] pre-patch: .if defined(RETVALUE) @${ECHO_MSG} "Return value patch enabled....." @${CP} ${FILESDIR}/patch-aa ${PATCHDIR} .endif .if defined(MALLOCSIZE) @${ECHO_MSG} "Malloc size improve parch enabled....." @${CP} ${FILESDIR}/patch-ab ${PATCHDIR} .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/giftool .for file in COPYRIGHT README ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/giftool .endfor ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/giftool post-install: .if !defined(BATCH) @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif .include Property changes on: head/graphics/giftool/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/graphics/giftrans/Makefile =================================================================== --- head/graphics/giftrans/Makefile (revision 20950) +++ head/graphics/giftrans/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: giftrans # Version required: v1.12 # Date created: 14 October 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.3 1999/01/05 06:00:08 simokawa Exp $ +# $FreeBSD$ # DISTNAME= giftrans PKGNAME= giftrans-1.12 CATEGORIES= graphics MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/ MAINTAINER= nacai@iname.com CONFIGURE_ENV= X11BASE=${X11BASE} MAN1= giftrans.1 do-build: (cd ${WRKSRC}; cc -O2 giftrans.c -o giftrans) do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1 .include Property changes on: head/graphics/giftrans/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/graphics/gimp/Makefile =================================================================== --- head/graphics/gimp/Makefile (revision 20950) +++ head/graphics/gimp/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/gimp-app/Makefile =================================================================== --- head/graphics/gimp-app/Makefile (revision 20950) +++ head/graphics/gimp-app/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimp-app/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/gimp-app-devel/Makefile =================================================================== --- head/graphics/gimp-app-devel/Makefile (revision 20950) +++ head/graphics/gimp-app-devel/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimp-app-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/gimp-devel/Makefile =================================================================== --- head/graphics/gimp-devel/Makefile (revision 20950) +++ head/graphics/gimp-devel/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimp-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/gimp-manual-html/Makefile =================================================================== --- head/graphics/gimp-manual-html/Makefile (revision 20950) +++ head/graphics/gimp-manual-html/Makefile (revision 20951) @@ -1,79 +1,79 @@ # New ports collection makefile for: gimp-manual-1.0.0 # Version required: 1.0.0 # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.9 1999/02/03 11:11:46 asami Exp $ +# $FreeBSD$ # DISTNAME= GimpUserManual-1.0.0 PKGNAME= GimpUserManual-${DOCFORMAT}-1.0.0 CATEGORIES= graphics MASTER_SITES= ftp://manual.gimp.org/pub/manual/ \ ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= brett@peloton.physics.montana.edu .if !defined(DOCFORMAT) DOCFORMAT=HTML .else .if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" && ${DOCFORMAT} != "PS" .BEGIN: @${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" @${ECHO} "Possible values are: HTML, PDF, PS." @${FALSE} .endif .endif PLIST= ${PKGDIR}/PLIST_${DOCFORMAT} pre-fetch: @${ECHO} "This manual is available in three formats: HTML, PDF, and" @${ECHO} "PS (PostScript). Note that the manual is pretty darn big." @${ECHO} "The gzip'ed PS version is 44 MB (unpacks to 173 MB)," @${ECHO} "the PDF version is 14 MB and the HTML tar-bzip'ed" @${ECHO} "version is 16 MB (unpacks to 18.7 MB)." .if ${DOCFORMAT} == "HTML" EXTRACT_SUFX= -html.tar.bz2 WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 USE_BZIP2= yes USE_X_PREFIX= yes NO_BUILD= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @${CP} ${WRKSRC}/* ${PREFIX}/share/doc/gimp .endif .if ${DOCFORMAT} == "PDF" DISTFILES= GimpUserManual-1.0.0-pdf EXTRACT_ONLY= #empty NO_BUILD= yes USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @${CP} ${DISTDIR}/GimpUserManual-1.0.0-pdf ${PREFIX}/share/doc/gimp .endif .if ${DOCFORMAT} == "PS" DISTNAME= GimpUserManual-1.0.0-ps EXTRACT_SUFX= .gz EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_CDROM= "too big" NO_BUILD= yes USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @${CP} ${WRKDIR}/GimpUserManual-1.0.0-ps ${PREFIX}/share/doc/gimp .endif .include Property changes on: head/graphics/gimp-manual-html/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/graphics/gimp-manual-pdf/Makefile =================================================================== --- head/graphics/gimp-manual-pdf/Makefile (revision 20950) +++ head/graphics/gimp-manual-pdf/Makefile (revision 20951) @@ -1,12 +1,12 @@ # New ports collection makefile for: gimp-manual-1.0.0 (PDF) # Version required: 1.0.0 # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id$ +# $FreeBSD$ # DOCFORMAT= PDF MASTERDIR= ${.CURDIR}/../gimp-manual-html .include "${MASTERDIR}/Makefile" Property changes on: head/graphics/gimp-manual-pdf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/gimp-manual-ps/Makefile =================================================================== --- head/graphics/gimp-manual-ps/Makefile (revision 20950) +++ head/graphics/gimp-manual-ps/Makefile (revision 20951) @@ -1,12 +1,12 @@ # New ports collection makefile for: gimp-manual-1.0.0 (PS) # Version required: 1.0.0 # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id$ +# $FreeBSD$ # DOCFORMAT= PS MASTERDIR= ${.CURDIR}/../gimp-manual-html .include "${MASTERDIR}/Makefile" Property changes on: head/graphics/gimp-manual-ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/gimp1/Makefile =================================================================== --- head/graphics/gimp1/Makefile (revision 20950) +++ head/graphics/gimp1/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimp1/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/gimpshop/Makefile =================================================================== --- head/graphics/gimpshop/Makefile (revision 20950) +++ head/graphics/gimpshop/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: Gimp # Version required: 1.1.5 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= gimp-1.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \ http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 MAN3= gpc.3 MAN5= gimprc.5 .include Property changes on: head/graphics/gimpshop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property Index: head/graphics/giram/Makefile =================================================================== --- head/graphics/giram/Makefile (revision 20950) +++ head/graphics/giram/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: giram # Version required: 0.0.18 # Date created: 17 June 1999 # Whom: Brandon Fosdick # -# $Id$ +# $FreeBSD$ # DISTNAME= Giram-0.0.18 PKGNAME= giram-0.0.18 CATEGORIES= graphics MASTER_SITES= ftp://ftp.minet.net/pub/giram/ MAINTAINER= bfoz@glue.umd.edu LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" post-install: @${MKDIR} ${PREFIX}/Giram/SampleScenes ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/Giram/SampleScenes/ .include Property changes on: head/graphics/giram/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/graphics/gphoto/Makefile =================================================================== --- head/graphics/gphoto/Makefile (revision 20950) +++ head/graphics/gphoto/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: gphoto # Version required: gphoto-19990511 # Date created: 26 May 1999 # Whom: Anders Nordby # -# $Id: Makefile,v 1.1.1.1 1999/06/06 17:22:09 steve Exp $ +# $FreeBSD$ # DISTNAME= gphoto-0.3.2 CATEGORIES= graphics MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ http://www.freenix.no/~anders/ MAINTAINER= anders@fix.no BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ gdk_imlib.4:${PORTSDIR}/graphics/imlib RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ IMLIB_CONFIG="${X11BASE}/bin/imlib-config" \ MAN1= gphoto.1 ALL_TARGET= .include Property changes on: head/graphics/gphoto/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/graphics/gphoto2/Makefile =================================================================== --- head/graphics/gphoto2/Makefile (revision 20950) +++ head/graphics/gphoto2/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: gphoto # Version required: gphoto-19990511 # Date created: 26 May 1999 # Whom: Anders Nordby # -# $Id: Makefile,v 1.1.1.1 1999/06/06 17:22:09 steve Exp $ +# $FreeBSD$ # DISTNAME= gphoto-0.3.2 CATEGORIES= graphics MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ http://www.freenix.no/~anders/ MAINTAINER= anders@fix.no BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ gdk_imlib.4:${PORTSDIR}/graphics/imlib RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ IMLIB_CONFIG="${X11BASE}/bin/imlib-config" \ MAN1= gphoto.1 ALL_TARGET= .include Property changes on: head/graphics/gphoto2/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/graphics/gplot/Makefile =================================================================== --- head/graphics/gplot/Makefile (revision 20950) +++ head/graphics/gplot/Makefile (revision 20951) @@ -1,36 +1,36 @@ # New ports collection makefile for: Gplot # Version required: 4.3 # Date created: 26 Dec 97 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.1.1.1 1998/02/18 20:53:42 steve Exp $ +# $FreeBSD$ # DISTNAME= gplot PKGNAME= gplot-4.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org NO_WRKSUBDIR= yes ALL_TARGET= drawcgm gtex gplot MAN1= gplot.1 DOCS= gplot.hlp gplot.txt gtex.doc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gplot ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/gtex ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/drawcgm/drawcgm.a ${PREFIX}/lib/libcgm.a ${INSTALL_MAN} ${WRKSRC}/gplot.man ${PREFIX}/man/man1/gplot.1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/Gplot .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/Gplot ${GZIP_CMD} ${PREFIX}/share/doc/Gplot/$f .endfor .endif .include Property changes on: head/graphics/gplot/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/graphics/gqview/Makefile =================================================================== --- head/graphics/gqview/Makefile (revision 20950) +++ head/graphics/gqview/Makefile (revision 20951) @@ -1,35 +1,35 @@ # New ports collection makefile for: gqview # Version required: 0.6.1 # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu # -# $Id: Makefile,v 1.13 1999/05/29 04:20:45 steve Exp $ +# $FreeBSD$ # DISTNAME= gqview-0.7.0.src PKGNAME= gqview-0.7.0 CATEGORIES= graphics MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .tgz MAINTAINER= nacai@iname.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.4:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= gqview CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" pre-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gqview ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README .endif .include Property changes on: head/graphics/gqview/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/graphics/gracula/Makefile =================================================================== --- head/graphics/gracula/Makefile (revision 20950) +++ head/graphics/gracula/Makefile (revision 20951) @@ -1,37 +1,37 @@ # New ports collection makefile for: gracula # Version required: 3.0 # Date created: 30 May 1999 # Whom: G. Adam Stanislav # -# $Id: Makefile,v 1.1.1.1 1999/06/10 23:53:16 steve Exp $ +# $FreeBSD$ # DISTNAME= gracula-3.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \ http://www.whizkidtech.net/gcl/ MAINTAINER= adam@whizkidtech.net do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin $(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin .if !defined (NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gracula ${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula @echo @echo " Please read the file ${PREFIX}/share/doc/gracula/README" @echo " to learn how to use Graphic Counter Language." .endif @echo @echo " An introductory tutorial, and a GCL FAQ, can be found at" @echo " http://www.whizkidtech.net/gcl/" @echo " You should read both to take full advantage of the power" @echo " of Graphic Counter Language." @echo @echo " Also, sample scripts and graphics are available from" @echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/" @echo .include Property changes on: head/graphics/gracula/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/graphics/graphviz/Makefile =================================================================== --- head/graphics/graphviz/Makefile (revision 20950) +++ head/graphics/graphviz/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: graphviz # Version required: 1.4 # Date created: 03 Feb 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.7 1999/06/28 13:22:46 tg Exp $ +# $FreeBSD$ # DISTNAME= graphviz_1_4.src.unix PKGNAME= graphviz-1.4 CATEGORIES= graphics tk80 MASTER_SITES= # http://www.research.att.com/sw/tools/graphviz/ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 RESTRICTED= "Cannot be fetched without license" NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/gv1.4 MAKEFILE= makefile MAN1= dot.1 dotty.1 lefty.1 neato.1 MANN= tcldot.n DOCDIR= ${PREFIX}/share/doc/graphviz post-install: @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR} @${GZIP_CMD} ${DOCDIR}/*.ps .include Property changes on: head/graphics/graphviz/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/graphics/gridpix/Makefile =================================================================== --- head/graphics/gridpix/Makefile (revision 20950) +++ head/graphics/gridpix/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: gridpix # Version required: 2.0 # Date created: 19 July 1999 # Whom: asami # -# $Id$ +# $FreeBSD$ # DISTNAME= GridPix-2.0 PKGNAME= gridpix-2.0 CATEGORIES= graphics MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/GridPix/ MAINTAINER= asami@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg # create necessary directories -- don't want to depend on an http # server port since we don't know which one the user wants pre-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data/gridpix/docs post-install: ${MKDIR} ${PREFIX}/share/doc/gridpix ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/gridpix ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gridpix @${ECHO} "================================" @${CAT} ${PKGDIR}/MESSAGE @${ECHO} "================================" .include Property changes on: head/graphics/gridpix/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/graphics/gtkdps/Makefile =================================================================== --- head/graphics/gtkdps/Makefile (revision 20950) +++ head/graphics/gtkdps/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: gtkdps # Version required: 0.2.16 # Date created: 21 April 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.9 1999/01/22 21:47:37 nectar Exp $ +# $FreeBSD$ # DISTNAME= gtkDPS-0.2.16 PKGNAME= gtkdps-0.2.16 CATEGORIES= graphics MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.2.1/ MAINTAINER= nacai@iname.com LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" USE_LIBTOOL= yes USE_X_PREFIX= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/gtkdps/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/graphics/gtkfig/Makefile =================================================================== --- head/graphics/gtkfig/Makefile (revision 20950) +++ head/graphics/gtkfig/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: gtkfig # Version required: 0.6.0 # Date created: Tue Nov 17 13:51:11 CET 1998 # Whom: Dirk Froemberg # -# $Id: Makefile,v 1.2 1999/01/08 14:18:42 dirk Exp $ +# $FreeBSD$ # DISTNAME= gtkfig-0.6.0 CATEGORIES= graphics MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= dirk@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include Property changes on: head/graphics/gtkfig/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/graphics/gtksee/Makefile =================================================================== --- head/graphics/gtksee/Makefile (revision 20950) +++ head/graphics/gtksee/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: gtksee # Version required: 0.1.4 # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg # -# $Id: Makefile,v 1.13 1999/05/29 03:55:49 steve Exp $ +# $FreeBSD$ # DISTNAME= gtksee-0.3.0 CATEGORIES= graphics MASTER_SITES= http://sunsite.cqi.com.cn/~hotaru/gtksee/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= dirk@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ bzip2:${PORTSDIR}/archivers/bzip2 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LDFLAGS=-L${PREFIX}/lib .include Property changes on: head/graphics/gtksee/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/graphics/gview/Makefile =================================================================== --- head/graphics/gview/Makefile (revision 20950) +++ head/graphics/gview/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: gview # Version required: 0.1.9 # Date created: 30 April 1999 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1999/06/02 05:09:26 mharo Exp $ +# $FreeBSD$ # DISTNAME= gview-0.1.9 CATEGORIES= graphics MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \ intl.1:${PORTSDIR}/devel/gettext GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gview .for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview .endfor .endif .include Property changes on: head/graphics/gview/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/graphics/hdf/Makefile =================================================================== --- head/graphics/hdf/Makefile (revision 20950) +++ head/graphics/hdf/Makefile (revision 20951) @@ -1,68 +1,68 @@ # New ports collection makefile for: HDF_lib # Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ +# $FreeBSD$ # DISTNAME= HDF4.1r2 PKGNAME= hdf-4.1r2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f MAKE_ENV= pwrkdir=${WRKDIR} #"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: ${AR} -r ${WRKDIR}/libz.a /dev/null ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg ${RM} -f ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile printf '\t@echo Using the already installed JPEG library\n' \ >> ${WRKSRC}/hdf/jpeg/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib ${RM} -f ${WRKSRC}/hdf/zlib/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile ${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile ${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile printf '\t@echo Using the already installed ZLIB library\n' \ >> ${WRKSRC}/hdf/zlib/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test .include Property changes on: head/graphics/hdf/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/graphics/hdf5/Makefile =================================================================== --- head/graphics/hdf5/Makefile (revision 20950) +++ head/graphics/hdf5/Makefile (revision 20951) @@ -1,68 +1,68 @@ # New ports collection makefile for: HDF_lib # Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ +# $FreeBSD$ # DISTNAME= HDF4.1r2 PKGNAME= hdf-4.1r2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f MAKE_ENV= pwrkdir=${WRKDIR} #"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: ${AR} -r ${WRKDIR}/libz.a /dev/null ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg ${RM} -f ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile printf '\t@echo Using the already installed JPEG library\n' \ >> ${WRKSRC}/hdf/jpeg/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib ${RM} -f ${WRKSRC}/hdf/zlib/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile ${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile ${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile printf '\t@echo Using the already installed ZLIB library\n' \ >> ${WRKSRC}/hdf/zlib/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test .include Property changes on: head/graphics/hdf5/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/graphics/hobbes-icons-xpm/Makefile =================================================================== --- head/graphics/hobbes-icons-xpm/Makefile (revision 20950) +++ head/graphics/hobbes-icons-xpm/Makefile (revision 20951) @@ -1,38 +1,38 @@ # New ports collection makefile for: hobbes-icons-xpm3 # Version required: 1.0 # Date created: 19 October 1996 # Whom: pgs # -# $Id: Makefile,v 1.7 1999/05/29 09:43:06 mharo Exp $ +# $FreeBSD$ # DISTNAME= hobbes-icons-xpm3 PKGNAME= hobbes-icons-xpm3-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.duke.edu/pub/X11/R5contrib/ \ ftp://ftp.sunet.se/pub/X11/R5contrib/ MAINTAINER= giffunip@asme.org USE_X_PREFIX= yes NO_BUILD= yes # Where it will be installed (change pkg/PLIST if you change this) LIBDIR= ${PREFIX}/include/X11/pixmaps do-install: ${MKDIR} ${LIBDIR} ${CP} -R ${WRKSRC}/* ${LIBDIR} ${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR} -${RM} ${LIBDIR}/README -${RM} ${LIBDIR}/readem.shar post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3 ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3 .endif .include Property changes on: head/graphics/hobbes-icons-xpm/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/graphics/hpscan/Makefile =================================================================== --- head/graphics/hpscan/Makefile (revision 20950) +++ head/graphics/hpscan/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: hpscan # Version required: # Date created: 12 January 1996 # Whom: nate # -# $Id: Makefile,v 1.15 1998/10/05 18:27:26 nate Exp $ +# $FreeBSD$ # DISTNAME= scanner PKGNAME= hpscan-1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.cogsci.ed.ac.uk/pub/richard/ MAINTAINER= jkh@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg NO_WRKSUBDIR= yes USE_X_PREFIX= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes pre-configure: ${CP} -f ${FILESDIR}/Imakefile ${WRKSRC} .include Property changes on: head/graphics/hpscan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/imlib/Makefile =================================================================== --- head/graphics/imlib/Makefile (revision 20950) +++ head/graphics/imlib/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: imlib # Version required: 1.9.4 # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ +# $FreeBSD$ # DISTNAME= imlib-1.9.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/imlib MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/imlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/graphics/imlib2/Makefile =================================================================== --- head/graphics/imlib2/Makefile (revision 20950) +++ head/graphics/imlib2/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: imlib # Version required: 1.9.4 # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ +# $FreeBSD$ # DISTNAME= imlib-1.9.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/imlib MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/imlib2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/graphics/imlib2-tmp/Makefile =================================================================== --- head/graphics/imlib2-tmp/Makefile (revision 20950) +++ head/graphics/imlib2-tmp/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: imlib # Version required: 1.9.4 # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ +# $FreeBSD$ # DISTNAME= imlib-1.9.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/imlib MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ gif.3:${PORTSDIR}/graphics/giflib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/imlib2-tmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/graphics/jbigkit/Makefile =================================================================== --- head/graphics/jbigkit/Makefile (revision 20950) +++ head/graphics/jbigkit/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: jbig # Version required: 1.0 # Date created: 19 November 1996 # Whom: mi # -# $Id: Makefile,v 1.4 1998/06/25 07:07:12 vanilla Exp $ +# $FreeBSD$ # DISTNAME= jbigkit-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/ MAINTAINER= mi@aldan.ziplink.net WRKSRC= ${WRKDIR}/jbigkit MAN1= jbgtopbm.1 pbmtojbg.1 MAN5= pbm.5 pgm.5 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jbig ${INSTALL_DATA} ${WRKSRC}/libjbig/jbig.doc ${PREFIX}/share/doc/jbig .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/jbigkit/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/graphics/jgv/Makefile =================================================================== --- head/graphics/jgv/Makefile (revision 20950) +++ head/graphics/jgv/Makefile (revision 20951) @@ -1,48 +1,48 @@ # New ports collection makefile for: JDE's JGV # Version required: 0.2a # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko # -# $Id: Makefile,v 1.1.1.1 1999/05/06 13:57:55 taoka Exp $ +# $FreeBSD$ # DISTNAME= JGV-0.2a PKGNAME= ${LANGPREFIX}jgv-0.2a CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ MAINTAINER= kiri@pis.toba-cmt.ac.jp RUN_DEPENDS= ${RUN_DEP_LIST} EXTRACT_ONLY= # extracted directly in install target NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} # This port is for both graphics/jgv and japanese/jgv. # But graphics/jgv and japanese/jgv are mutually exclusive and # SHOULD NOT BE INSTALLED SIMULTANEOUSLY! TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") LANGPREFIX= ja- CATEGORY_LIST= graphics windowmaker tkstep80 japanese RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \ ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 .else CATEGORY_LIST= graphics windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \ ${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 .endif do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${PREFIX} ${MKDIR} ${PIXMAPPATH} ${INSTALL_DATA} ${PREFIX}/JDE/JGV/docs/JGV.xpm ${PIXMAPPATH} .include Property changes on: head/graphics/jgv/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/graphics/jpeg/Makefile =================================================================== --- head/graphics/jpeg/Makefile (revision 20950) +++ head/graphics/jpeg/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: jpeg # Version required: 6b # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.16 1998/09/14 19:36:37 markm Exp $ +# $FreeBSD$ # DISTNAME= jpegsrc.v6b PKGNAME= jpeg-6b CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg .endif .include Property changes on: head/graphics/jpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/jpeg-mmx/Makefile =================================================================== --- head/graphics/jpeg-mmx/Makefile (revision 20950) +++ head/graphics/jpeg-mmx/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: jpeg # Version required: 6b # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.16 1998/09/14 19:36:37 markm Exp $ +# $FreeBSD$ # DISTNAME= jpegsrc.v6b PKGNAME= jpeg-6b CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg .endif .include Property changes on: head/graphics/jpeg-mmx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/kdegraphics11/Makefile =================================================================== --- head/graphics/kdegraphics11/Makefile (revision 20950) +++ head/graphics/kdegraphics11/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: kdegraphics # Version required: Beta1 # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $ +# $FreeBSD$ # DISTNAME= kdegraphics-1.1.1 CATEGORIES= graphics kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes .include Property changes on: head/graphics/kdegraphics11/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/kdegraphics2/Makefile =================================================================== --- head/graphics/kdegraphics2/Makefile (revision 20950) +++ head/graphics/kdegraphics2/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: kdegraphics # Version required: Beta1 # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $ +# $FreeBSD$ # DISTNAME= kdegraphics-1.1.1 CATEGORIES= graphics kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes .include Property changes on: head/graphics/kdegraphics2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/kdegraphics3/Makefile =================================================================== --- head/graphics/kdegraphics3/Makefile (revision 20950) +++ head/graphics/kdegraphics3/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: kdegraphics # Version required: Beta1 # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $ +# $FreeBSD$ # DISTNAME= kdegraphics-1.1.1 CATEGORIES= graphics kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes .include Property changes on: head/graphics/kdegraphics3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/kdegraphics4/Makefile =================================================================== --- head/graphics/kdegraphics4/Makefile (revision 20950) +++ head/graphics/kdegraphics4/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: kdegraphics # Version required: Beta1 # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $ +# $FreeBSD$ # DISTNAME= kdegraphics-1.1.1 CATEGORIES= graphics kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes .include Property changes on: head/graphics/kdegraphics4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/killustrator/Makefile =================================================================== --- head/graphics/killustrator/Makefile (revision 20950) +++ head/graphics/killustrator/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: killustrator # Version required: 0.2.1 # Date created: 07 May 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.5 1999/01/12 16:50:56 vanilla Exp $ +# $FreeBSD$ # DISTNAME= killustrator-0.2.1 CATEGORIES= graphics kde MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/ MAINTAINER= nacai@iname.com LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kde11 BROKEN= upgrade GNU_CONFIGURE= yes .include Property changes on: head/graphics/killustrator/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/graphics/lfview/Makefile =================================================================== --- head/graphics/lfview/Makefile (revision 20950) +++ head/graphics/lfview/Makefile (revision 20951) @@ -1,34 +1,34 @@ # ports collection makefile for: lfview # Version required: 1.1beta2 # Date created: 24 February 1999 # Whom: Yuu Yashiki # -# $Id$ +# $FreeBSD$ # DISTNAME= lfview11beta2 PKGNAME= lfview-1.1b2 CATEGORIES= graphics MASTER_SITES= http://www.geocities.co.jp/Playtown/6344/ EXTRACT_SUFX= .tgz MAINTAINER= s974123@cc.matsuyama-u.ac.jp WRKSRC= ${WRKDIR}/lfview1.1beta2 USE_IMAKE= yes NO_INSTALL_MANPAGES= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lfview ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${PREFIX}/lib ${LN} -s ${WRKSRC}/plugins/liblfv_leaf.so ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/lfview ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview .endif post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/lfview/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/graphics/libimg/Makefile =================================================================== --- head/graphics/libimg/Makefile (revision 20950) +++ head/graphics/libimg/Makefile (revision 20951) @@ -1,33 +1,33 @@ # New ports collection makefile for: img # Version required: 1.1 # Date Created: 20 February 1999 # Whom: Glenn Johnson # -# $Id$ +# $FreeBSD$ # DISTNAME= img1.1.4 PKGNAME= libimg-1.1.4 CATEGORIES= graphics tk80 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.1.4/ MAINTAINER= gljohns@bellsouth.net LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/img1.1 ALL_TARGET= default INSTALL_TARGET= install-base GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.0 --with-tk=${PREFIX}/lib/tk8.0 post-install: ${LN} -sf ${PREFIX}/lib/Img1.1/libimg1.1.so.1 ${PREFIX}/lib/libimg.so.1 ${LN} -sf ${PREFIX}/lib/libimg.so.1 ${PREFIX}/lib/libimg.so .include Property changes on: head/graphics/libimg/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/graphics/libungif/Makefile =================================================================== --- head/graphics/libungif/Makefile (revision 20950) +++ head/graphics/libungif/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: giflib # Version required: 3.0 # Date created: 03 May 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1998/11/28 01:59:35 asami Exp $ +# $FreeBSD$ # DISTNAME= giflib-3.0 CATEGORIES= graphics MASTER_SITES= http://earthspace.net/~esr/giflib/ MAINTAINER= ports@FreeBSD.ORG USE_XLIB= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/giflib @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/libungif/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/graphics/libwmf/Makefile =================================================================== --- head/graphics/libwmf/Makefile (revision 20950) +++ head/graphics/libwmf/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: libwmf # Version required: 0.1.10 # Date Created: 22 May 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.3 1999/06/20 07:21:30 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= libwmf-0.1.14 CATEGORIES= graphics MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ ttf.3:${PORTSDIR}/print/freetype WRKSRC= ${WRKDIR}/libwmf GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ttf=${LOCALBASE} .include Property changes on: head/graphics/libwmf/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/graphics/mesagl/Makefile =================================================================== --- head/graphics/mesagl/Makefile (revision 20950) +++ head/graphics/mesagl/Makefile (revision 20951) @@ -1,53 +1,53 @@ # New ports collection makefile for: Mesa # Version required: 3.0 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.31 1999/03/11 21:47:11 scrappy Exp $ +# $FreeBSD$ # DISTNAME= MesaLib-3.0 PKGNAME= Mesa-3.0 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0.tar.gz MAINTAINER= jseger@FreeBSD.ORG WRKSRC= ${WRKDIR}/Mesa-3.0 USE_X_PREFIX= yes LIBS= libMesaGL libMesaGLU .include .if ${PORTOBJFORMAT} == "elf" ALL_TARGET= freebsd-elf SHLIB_VERSION= 14 GLUT_VERSION= 3 .else ALL_TARGET= freebsd SHLIB_VERSION= 14.0 GLUT_VERSION= 3.7 .endif do-install: .for file in ${LIBS} ${INSTALL_DATA} ${WRKSRC}/lib/${file}.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/${file}.so.${SHLIB_VERSION} ${PREFIX}/lib ${LN} -fs ${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/${file}.so .endfor ${INSTALL_DATA} ${WRKSRC}/lib/libglut.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/libglut.so.${GLUT_VERSION} ${PREFIX}/lib ${LN} -fs libglut.so.${GLUT_VERSION} ${PREFIX}/lib/libglut.so .for file in GL GLU @${LN} -fs libMesa${file}.a ${PREFIX}/lib/lib${file}.a @${LN} -fs libMesa${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/lib${file}.so.${SHLIB_VERSION} @${LN} -fs libMesa${file}.so ${PREFIX}/lib/lib${file}.so .endfor @${MKDIR} ${PREFIX}/include/GL ${INSTALL_DATA} ${WRKSRC}/include/GL/* ${PREFIX}/include/GL ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/mesagl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/graphics/mpeg-lib/Makefile =================================================================== --- head/graphics/mpeg-lib/Makefile (revision 20950) +++ head/graphics/mpeg-lib/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: mpeg_lib # Version required: 1.1 # Date created: 16 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1998/09/19 19:04:26 smace Exp $ +# $FreeBSD$ # DISTNAME= mpeg_lib-1.2.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/mpeg_lib GNU_CONFIGURE= yup pre-install: @${MKDIR} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/mpeg-lib/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/graphics/mpeg2codec/Makefile =================================================================== --- head/graphics/mpeg2codec/Makefile (revision 20950) +++ head/graphics/mpeg2codec/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: mpeg2codec # Version required: 1.2 # Date created: November 25, 1996 # Whom: "Philippe Charnier" # -# $Id: Makefile,v 1.4 1998/08/05 09:31:12 asami Exp $ +# $FreeBSD$ # DISTNAME= mpeg2codec-1.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/ DISTFILES= mpeg2vidcodec_v12.tar.gz MAINTAINER= charnier@lirmm.fr USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mpeg2 do-install: .for i in dec enc ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${WRKSRC}/src/mpeg2${i}/mpeg2${i}ode ${PREFIX}/bin .endfor ${MKDIR} ${PREFIX}/share/mpeg2 ${CP} ${WRKSRC}/doc/mpeg2enc.doc ${PREFIX}/share/mpeg2 ${CP} ${WRKSRC}/par/* ${PREFIX}/share/mpeg2 .include Property changes on: head/graphics/mpeg2codec/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/graphics/mpeg2play/Makefile =================================================================== --- head/graphics/mpeg2play/Makefile (revision 20950) +++ head/graphics/mpeg2play/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: mpeg2play # Version required: 1.1b # Date created: June 21, 1996 # Whom: "Philippe Charnier" # -# $Id: Makefile,v 1.3 1997/08/12 06:55:47 charnier Exp $ +# $FreeBSD$ # DISTNAME= mpeg2play-1.1b CATEGORIES= graphics MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ DISTFILES= mpeg2play-1.1b.tar.gz MAINTAINER= charnier@lirmm.fr USE_X_PREFIX= yes USE_IMAKE= yes REQUIRES_MOTIF= yes ALL_TARGET= mpeg2play do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${WRKSRC}/mpeg2play ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults .include Property changes on: head/graphics/mpeg2play/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/graphics/mpeg_encode/Makefile =================================================================== --- head/graphics/mpeg_encode/Makefile (revision 20950) +++ head/graphics/mpeg_encode/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: mpeg_encode # Version required: 1.5b # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.6 1998/10/12 01:05:06 jseger Exp $ +# $FreeBSD$ # DISTNAME= mpeg_encode-1.5b-src PKGNAME= mpeg_encode-1.5b CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ MAINTAINER= erich@FreeBSD.org USE_GMAKE= yes MAN1= mpeg_encode.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/mpeg_encode .include Property changes on: head/graphics/mpeg_encode/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/graphics/mpeg_play/Makefile =================================================================== --- head/graphics/mpeg_play/Makefile (revision 20950) +++ head/graphics/mpeg_play/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: mpeg_play # Version required: 2.4 # Date created: 17 December 1994 # Whom: asami # -# $Id: Makefile,v 1.12 1998/11/14 23:48:08 obrien Exp $ +# $FreeBSD$ # DISTNAME= mpeg_play-2.4 CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ EXTRACT_SUFX= -patched-src.tar.gz MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/mpeg_play USE_IMAKE= yes MAN1= mpeg_play.1 pre-patch: ${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile ${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man .include Property changes on: head/graphics/mpeg_play/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/graphics/mpeg_stat/Makefile =================================================================== --- head/graphics/mpeg_stat/Makefile (revision 20950) +++ head/graphics/mpeg_stat/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: mpeg_stat # Version required: 2.2b # Date created: Thu Aug 1 21:52:06 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.4 1997/03/25 08:58:33 max Exp $ +# $FreeBSD$ # DISTNAME= mpeg_stat-2.2b-src PKGNAME= mpeg_stat-2.2b CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/ MAINTAINER= erich@FreeBSD.org MAN1= mpeg_stat.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/mpeg_stat .include Property changes on: head/graphics/mpeg_stat/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/graphics/mpegedit/Makefile =================================================================== --- head/graphics/mpegedit/Makefile (revision 20950) +++ head/graphics/mpegedit/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: mpegedit # Version required: 2.2 # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1998/10/13 03:16:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= mpegedit_v2.2 PKGNAME= mpegedit-2.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm .include .if ${OSVERSION} > 400002 BROKEN= won\'t build with egcs compiler .endif USE_X_PREFIX= yes USE_GMAKE= yes .include Property changes on: head/graphics/mpegedit/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/graphics/mplex/Makefile =================================================================== --- head/graphics/mplex/Makefile (revision 20950) +++ head/graphics/mplex/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: mplex # Version required: 1.1 # Date created: Wed Jul 31 20:54:54 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1998/08/23 07:34:43 hoek Exp $ +# $FreeBSD$ # DISTNAME= mplex-1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/ MAINTAINER= erich@FreeBSD.org MAN1= mplex.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin @${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1 .include Property changes on: head/graphics/mplex/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/graphics/netpbm/Makefile =================================================================== --- head/graphics/netpbm/Makefile (revision 20950) +++ head/graphics/netpbm/Makefile (revision 20951) @@ -1,54 +1,54 @@ # New ports collection makefile for: netpbm # Version required: 1mar1994 # Date created: ? # Whom: jmz (original) # -# $Id: Makefile,v 1.16 1999/01/07 11:12:28 simokawa Exp $ +# $FreeBSD$ # DISTNAME= netpbm PKGNAME= netpbm-94.3.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTFILES= netpbm-1mar1994.tar.gz MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg USE_IMAKE= yes MAN1= anytopnm.1 asciitopgm.1 atktopbm.1 bioradtopgm.1 bmptoppm.1 \ brushtopbm.1 cmuwmtopbm.1 fitstopnm.1 fstopgm.1 g3topbm.1 gemtopbm.1 \ giftopnm.1 gouldtoppm.1 hipstopgm.1 hpcdtoppm.1 icontopbm.1 \ ilbmtoppm.1 imgtoppm.1 lispmtopgm.1 macptopbm.1 mgrtopbm.1 mtvtoppm.1 \ pbmclean.1 pbmlife.1 pbmmake.1 pbmmask.1 pbmpscale.1 pbmreduce.1 \ pbmtext.1 pbmto10x.1 pbmto4425.1 pbmtoascii.1 pbmtoatk.1 pbmtobbnbg.1 \ pbmtocmuwm.1 pbmtoepsi.1 pbmtoepson.1 pbmtog3.1 pbmtogem.1 pbmtogo.1 \ pbmtoicon.1 pbmtolj.1 pbmtoln03.1 pbmtolps.1 pbmtomacp.1 pbmtomgr.1 \ pbmtopgm.1 pbmtopi3.1 pbmtopk.1 pbmtoplot.1 pbmtoptx.1 pbmtox10bm.1 \ pbmtoxbm.1 pbmtoybm.1 pbmtozinc.1 pbmupc.1 pcxtoppm.1 pgmbentley.1 \ pgmcrater.1 pgmedge.1 pgmenhance.1 pgmhist.1 pgmkernel.1 pgmnoise.1 \ pgmnorm.1 pgmoil.1 pgmramp.1 pgmtexture.1 pgmtofs.1 pgmtolispm.1 \ pgmtopbm.1 pgmtoppm.1 pi1toppm.1 pi3topbm.1 picttoppm.1 pjtoppm.1 \ pktopbm.1 pnmalias.1 pnmarith.1 pnmcat.1 pnmcomp.1 pnmconvol.1 \ pnmcrop.1 pnmcut.1 pnmdepth.1 pnmenlarge.1 pnmfile.1 pnmflip.1 \ pnmgamma.1 pnmhistmap.1 pnmindex.1 pnminvert.1 pnmmargin.1 \ pnmnlfilt.1 pnmnoraw.1 pnmpad.1 pnmpaste.1 pnmrotate.1 pnmscale.1 \ pnmshear.1 pnmsmooth.1 pnmtile.1 pnmtoddif.1 pnmtofits.1 pnmtops.1 \ pnmtorast.1 pnmtosgi.1 pnmtosir.1 pnmtotiff.1 pnmtoxwd.1 ppm3d.1 \ ppmbrighten.1 ppmchange.1 ppmdim.1 ppmdist.1 ppmdither.1 ppmflash.1 \ ppmforge.1 ppmhist.1 ppmmake.1 ppmmix.1 ppmnorm.1 ppmntsc.1 ppmpat.1 \ ppmquant.1 ppmquantall.1 ppmqvga.1 ppmrelief.1 ppmshift.1 ppmspread.1 \ ppmtoacad.1 ppmtobmp.1 ppmtogif.1 ppmtoicr.1 ppmtoilbm.1 ppmtomap.1 \ ppmtomitsu.1 ppmtopcx.1 ppmtopgm.1 ppmtopi1.1 ppmtopict.1 ppmtopj.1 \ ppmtopjxl.1 ppmtopuzz.1 ppmtorgb3.1 ppmtosixel.1 ppmtotga.1 \ ppmtouil.1 ppmtoxpm.1 ppmtoyuv.1 ppmtoyuvsplit.1 psidtopgm.1 pstopnm.1 \ qrttoppm.1 rasttopnm.1 rawtopgm.1 rawtoppm.1 rgb3toppm.1 sgitopnm.1 \ sirtopnm.1 sldtoppm.1 spctoppm.1 spottopgm.1 sputoppm.1 tgatoppm.1 \ tifftopnm.1 xbmtopbm.1 ximtoppm.1 xpmtoppm.1 xvminitoppm.1 \ xwdtopnm.1 ybmtopbm.1 yuvsplittoppm.1 yuvtoppm.1 zeisstopnm.1 MAN3= libpbm.3 libpgm.3 libpnm.3 libppm.3 MAN5= pbm.5 pgm.5 pnm.5 ppm.5 .include Property changes on: head/graphics/netpbm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/netshow/Makefile =================================================================== --- head/graphics/netshow/Makefile (revision 20950) +++ head/graphics/netshow/Makefile (revision 20951) @@ -1,43 +1,43 @@ # New ports collection makefile for: netshow # Version required: 2.00.251 # Date created: Thu Jun 11 22:38:52 PDT 1998 # Whom: dburr@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1999/07/21 14:55:32 marcel Exp $ +# $FreeBSD$ # DISTNAME= netshow_linux PKGNAME= netshow-2.00.251 CATEGORIES= graphics net MASTER_SITES= http://microsoft.com/netshow/download/en/beta/ EXTRACT_SUFX= .gz MAINTAINER= dburr@FreeBSD.ORG RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} NO_BUILD= yes USE_X_PREFIX= yes pre-extract: @${MKDIR} ${WRKDIR} do-extract: ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow do-patch: brandelf -t Linux ${WRKDIR}/netshow do-install: ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/netshow/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/graphics/opengl-man/Makefile =================================================================== --- head/graphics/opengl-man/Makefile (revision 20950) +++ head/graphics/opengl-man/Makefile (revision 20951) @@ -1,152 +1,152 @@ # New ports collection makefile for: opengl-manpage # Version required: 657 # Date created: 19990120 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.2 1999/02/03 11:11:47 asami Exp $ +# $FreeBSD$ # DISTNAME= opengl-man-657 CATEGORIES= graphics MASTER_SITES= http://www.freebsd.org/~cracauer/freebsd-distfiles/ \ http://www2.cons.org:8000/freebsd-distfiles/ MAINTAINER= cracauer@cons.org USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes .include MAN3= glDisable.3 glDisableClientState.3 glEdgeFlag.3 \ glEdgeFlagPointer.3 glEdgeFlagv.3 glEnable.3 \ glEnableClientState.3 glEndList.3 glEvalCoord1d.3 \ glEvalCoord1dv.3 glEvalCoord1f.3 glEvalCoord1fv.3 glEvalCoord2d.3 \ glEvalCoord2dv.3 glEvalCoord2f.3 glEvalCoord2fv.3 glEvalMesh1.3 \ glEvalMesh2.3 glEvalPoint1.3 glEvalPoint2.3 glFeedbackBuffer.3 \ glFinish.3 glFlush.3 glFogf.3 glFogfv.3 glFogi.3 glFogiv.3 \ glFrontFace.3 glFrustum.3 glGenLists.3 glGenTextures.3 \ glGetBooleanv.3 glGetClipPlane.3 glGetDoublev.3 glGetError.3 \ glGetFloatv.3 glGetIntegerv.3 glGetLightfv.3 glGetLightiv.3 \ glGetMapdv.3 glGetMapfv.3 glGetMapiv.3 glGetMaterialfv.3 \ glGetMaterialiv.3 glGetPixelMapfv.3 glGetPixelMapuiv.3 \ glGetPixelMapusv.3 glGetPointerv.3 glGetPolygonStipple.3 \ glGetString.3 glGetTexEnvfv.3 glGetTexEnviv.3 glGetTexGendv.3 \ glGetTexGenfv.3 glGetTexGeniv.3 glGetTexImage.3 \ glGetTexLevelParameterfv.3 glGetTexLevelParameteriv.3 \ glGetTexParameterfv.3 glGetTexParameteriv.3 glHint.3 \ glIndexMask.3 glIndexPointer.3 glIndexd.3 glIndexdv.3 glIndexf.3 \ glIndexfv.3 glIndexi.3 glIndexiv.3 glIndexs.3 glIndexsv.3 \ glIndexub.3 glIndexubv.3 glInitNames.3 glInterleavedArrays.3 \ glIsEnabled.3 glIsList.3 glIsTexture.3 glLightModelf.3 \ glLightModelfv.3 glLightModeli.3 glLightModeliv.3 glLightf.3 \ glLightfv.3 glLighti.3 glLightiv.3 glLineStipple.3 glLineWidth.3 \ glListBase.3 glLoadIdentity.3 glLoadMatrixd.3 glLoadMatrixf.3 \ glLoadName.3 glLogicOp.3 glMap1d.3 glMap1f.3 glMap2d.3 glMap2f.3 \ glMapGrid1d.3 glMapGrid1f.3 glMapGrid2d.3 glMapGrid2f.3 \ glMaterialf.3 glMaterialfv.3 glMateriali.3 glMaterialiv.3 \ glMatrixMode.3 glMultMatrixd.3 glMultMatrixf.3 glNewList.3 \ glNormal3b.3 glNormal3bv.3 glNormal3d.3 glNormal3dv.3 \ glNormal3f.3 glNormal3fv.3 glNormal3i.3 glNormal3iv.3 \ glNormal3s.3 glNormal3sv.3 glNormalPointer.3 glOrtho.3 \ glPassThrough.3 glPixelMapfv.3 glPixelMapuiv.3 glPixelMapusv.3 \ glPixelStoref.3 glPixelStorei.3 glPixelTransferf.3 \ glPixelTransferi.3 glPixelZoom.3 glPointSize.3 glPolygonMode.3 \ glPolygonOffset.3 glPolygonStipple.3 glPopAttrib.3 \ glPopClientAttrib.3 glPopMatrix.3 glPopName.3 \ glPrioritizeTextures.3 glPushAttrib.3 glPushClientAttrib.3 \ glPushMatrix.3 glPushName.3 glRasterPos2d.3 glRasterPos2dv.3 \ glRasterPos2f.3 glRasterPos2fv.3 glRasterPos2i.3 glRasterPos2iv.3 \ glRasterPos2s.3 glRasterPos2sv.3 glRasterPos3d.3 glRasterPos3dv.3 \ glRasterPos3f.3 glRasterPos3fv.3 glRasterPos3i.3 glRasterPos3iv.3 \ glRasterPos3s.3 glRasterPos3sv.3 glRasterPos4d.3 glRasterPos4dv.3 \ glRasterPos4f.3 glRasterPos4fv.3 glRasterPos4i.3 glRasterPos4iv.3 \ glRasterPos4s.3 glRasterPos4sv.3 glReadBuffer.3 glReadPixels.3 \ glRectd.3 glRectdv.3 glRectf.3 glRectfv.3 glRecti.3 glRectiv.3 \ glRects.3 glRectsv.3 glRenderMode.3 glRotated.3 glRotatef.3 \ glScaled.3 glScalef.3 glScissor.3 glSelectBuffer.3 glShadeModel.3 \ glStencilFunc.3 glStencilMask.3 glStencilOp.3 glTexCoord1d.3 \ glTexCoord1dv.3 glTexCoord1f.3 glTexCoord1fv.3 glTexCoord1i.3 \ glTexCoord1iv.3 glTexCoord1s.3 glTexCoord1sv.3 glTexCoord2d.3 \ glTexCoord2dv.3 glTexCoord2f.3 glTexCoord2fv.3 glTexCoord2i.3 \ glTexCoord2iv.3 glTexCoord2s.3 glTexCoord2sv.3 glTexCoord3d.3 \ glTexCoord3dv.3 glTexCoord3f.3 glTexCoord3fv.3 glTexCoord3i.3 \ glTexCoord3iv.3 glTexCoord3s.3 glTexCoord3sv.3 glTexCoord4d.3 \ glTexCoord4dv.3 glTexCoord4f.3 glTexCoord4fv.3 glTexCoord4i.3 \ glTexCoord4iv.3 glTexCoord4s.3 glTexCoord4sv.3 \ glTexCoordPointer.3 glTexEnvf.3 glTexEnvfv.3 glTexEnvi.3 \ glTexEnviv.3 glTexGend.3 glTexGendv.3 glTexGenf.3 glTexGenfv.3 \ glTexGeni.3 glTexGeniv.3 glTexImage1D.3 glTexImage2D.3 \ glTexParameterf.3 glTexParameterfv.3 glTexParameteri.3 \ glTexParameteriv.3 glTexSubImage1D.3 glTexSubImage2D.3 \ glTranslated.3 glTranslatef.3 glVertex2d.3 glVertex2dv.3 \ glVertex2f.3 glVertex2fv.3 glVertex2i.3 glVertex2iv.3 \ glVertex2s.3 glVertex2sv.3 glVertex3d.3 glVertex3dv.3 \ glVertex3f.3 glVertex3fv.3 glVertex3i.3 glVertex3iv.3 \ glVertex3s.3 glVertex3sv.3 glVertex4d.3 glVertex4dv.3 \ glVertex4f.3 glVertex4fv.3 glVertex4i.3 glVertex4iv.3 \ glVertex4s.3 glVertex4sv.3 glVertexPointer.3 glViewport.3 \ glXChooseVisual.3 glXCopyContext.3 glXCreateContext.3 \ glXCreateGLXPixmap.3 glXDestroyContext.3 glXDestroyGLXPixmap.3 \ glXFreeContextEXT.3 glXGetClientString.3 glXGetConfig.3 \ glXGetContextIDEXT.3 glXGetCurrentContext.3 \ glXGetCurrentDisplay.3 glXGetCurrentDrawable.3 \ glXImportContextEXT.3 glXIntro.3 glXIsDirect.3 glXMakeCurrent.3 \ glXQueryContextInfoEXT.3 glXQueryExtension.3 \ glXQueryExtensionsString.3 glXQueryServerString.3 \ glXQueryVersion.3 glXSwapBuffers.3 glXUseXFont.3 glXWaitGL.3 \ glXWaitX.3 gle.3 gleExtrusion.3 gleHelicoid.3 gleLathe.3 \ glePolyCone.3 glePolyCylinder.3 gleScrew.3 gleSetJoinStyle.3 \ gleSpiral.3 gleSuperExtrusion.3 gleTextureMode.3 gleToroid.3 \ gleTwistExtrusion.3 gluBeginCurve.3 gluBeginPolygon.3 \ gluBeginSurface.3 gluBeginTrim.3 gluBuild1DMipmaps.3 \ gluBuild2DMipmaps.3 gluCylinder.3 gluDeleteNurbsRenderer.3 \ gluDeleteQuadric.3 gluDeleteTess.3 gluDisk.3 gluEndCurve.3 \ gluEndPolygon.3 gluEndSurface.3 gluEndTrim.3 gluErrorString.3 \ gluGetNurbsProperty.3 gluGetString.3 gluGetTessProperty.3 \ gluLoadSamplingMatrices.3 gluLookAt.3 gluNewNurbsRenderer.3 \ gluNewQuadric.3 gluNewTess.3 gluNextContour.3 gluNurbsCallback.3 \ gluNurbsCallbackDataEXT.3 gluNurbsCurve.3 gluNurbsProperty.3 \ gluNurbsSurface.3 gluOrtho2D.3 gluPartialDisk.3 gluPerspective.3 \ gluPickMatrix.3 gluProject.3 gluPwlCurve.3 gluQuadricCallback.3 \ gluQuadricDrawStyle.3 gluQuadricNormals.3 gluQuadricOrientation.3 \ gluQuadricTexture.3 gluScaleImage.3 gluSphere.3 \ gluTessBeginContour.3 gluTessBeginPolygon.3 gluTessCallback.3 \ gluTessEndContour.3 gluTessEndPolygon.3 gluTessNormal.3 \ gluTessProperty.3 gluTessVertex.3 gluUnProject.3 glut.3 \ glutAddMenuEntry.3 glutAddSubMenu.3 glutAttachMenu.3 \ glutBitmapCharacter.3 glutBitmapWidth.3 glutButtonBoxFunc.3 \ glutChangeToMenuEntry.3 glutChangeToSubMenu.3 glutCopyColormap.3 \ glutCreateMenu.3 glutCreateSubWindow.3 glutCreateWindow.3 \ glutDestroyMenu.3 glutDestroyWindow.3 glutDeviceGet.3 \ glutDialsFunc.3 glutDisplayFunc.3 glutEnterGameMode.3 \ glutEntryFunc.3 glutEstablishOverlay.3 glutExtensionSupported.3 \ glutForceJoystickFunc.3 glutFullScreen.3 glutGameModeGet.3 \ glutGameModeString.3 glutGet.3 glutGetColor.3 glutGetModifiers.3 \ glutIdleFunc.3 glutIgnoreKeyRepeat.3 glutInit.3 \ glutInitDisplayMode.3 glutInitDisplayString.3 \ glutInitWindowPosition.3 glutJoystickFunc.3 glutKeyboardFunc.3 \ glutKeyboardUpFunc.3 glutLayerGet.3 glutMainLoop.3 \ glutMenuStatusFunc.3 glutMotionFunc.3 glutMouseFunc.3 \ glutOverlayDisplayFunc.3 glutPopWindow.3 glutPositionWindow.3 \ glutPostOverlayRedisplay.3 glutPostRedisplay.3 \ glutRemoveMenuItem.3 glutRemoveOverlay.3 glutReportErrors.3 \ glutReshapeFunc.3 glutReshapeWindow.3 glutSetColor.3 \ glutSetCursor.3 glutSetKeyRepeat.3 glutSetMenu.3 glutSetWindow.3 \ glutSetWindowTitle.3 glutShowOverlay.3 glutShowWindow.3 \ glutSolidCone.3 glutSolidCube.3 glutSolidDodecahedron.3 \ glutSolidIcosahedron.3 glutSolidOctahedron.3 glutSolidSphere.3 \ glutSolidTeapot.3 glutSolidTetrahedron.3 glutSolidTorus.3 \ glutSpaceballButtonFunc.3 glutSpaceballMotionFunc.3 \ glutSpaceballRotateFunc.3 glutSpecialFunc.3 glutSpecialUpFunc.3 \ glutStrokeCharacter.3 glutStrokeWidth.3 glutSwapBuffers.3 \ glutTabletButtonFunc.3 glutTabletMotionFunc.3 glutTimerFunc.3 \ glutUseLayer.3 glutVisibilityFunc.3 glutWarpPointer.3 do-install: @for file in ${MAN3} ; do \ $(INSTALL_MAN) $(WRKSRC)/man3/$$file $(PREFIX)/man/man3/. ; \ done .include Property changes on: head/graphics/opengl-man/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/graphics/p5-Chart/Makefile =================================================================== --- head/graphics/p5-Chart/Makefile (revision 20950) +++ head/graphics/p5-Chart/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-chart # Version required: 0.99b # Date Created: 8 April 1998 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.5 1999/06/22 22:51:00 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= Chart-0.99b PKGNAME= p5-chart-0.99b CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.99b USE_PERL5= YES MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/p5-Chart/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/graphics/p5-GD/Makefile =================================================================== --- head/graphics/p5-GD/Makefile (revision 20950) +++ head/graphics/p5-GD/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-GD # Version required: 1.18 # Date created: June 26th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= GD-1.18 PKGNAME= p5-GD-1.18 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/p5-GD/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/graphics/p5-GD1/Makefile =================================================================== --- head/graphics/p5-GD1/Makefile (revision 20950) +++ head/graphics/p5-GD1/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-GD # Version required: 1.18 # Date created: June 26th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= GD-1.18 PKGNAME= p5-GD-1.18 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/p5-GD1/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/graphics/p5-GD2/Makefile =================================================================== --- head/graphics/p5-GD2/Makefile (revision 20950) +++ head/graphics/p5-GD2/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-GD # Version required: 1.18 # Date created: June 26th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.4 1998/08/22 19:37:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= GD-1.18 PKGNAME= p5-GD-1.18 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/p5-GD2/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/graphics/p5-Image-Size/Makefile =================================================================== --- head/graphics/p5-Image-Size/Makefile (revision 20950) +++ head/graphics/p5-Image-Size/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Image-Size # Version required: 2.9 # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.16 1998/11/11 05:37:19 asami Exp $ +# $FreeBSD$ # DISTNAME= Image-Size-2.9 PKGNAME= p5-Image-Size-2.9 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES CONFIGURE_ARGS= PREFIX=${PREFIX} MAN1= imgsize.1 MAN3= Image::Size.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} .include Property changes on: head/graphics/p5-Image-Size/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/p5-PGPLOT/Makefile =================================================================== --- head/graphics/p5-PGPLOT/Makefile (revision 20950) +++ head/graphics/p5-PGPLOT/Makefile (revision 20951) @@ -1,42 +1,42 @@ # New ports collection makefile for: pgperl # Version required: 2.06 # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.13 1998/12/05 03:05:26 jmz Exp $ +# $FreeBSD$ # DISTNAME= PGPLOT-2.08 PKGNAME= pgperl-2.08 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/ MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot USE_PERL5= yes ALL_TARGET= dynamic SCRIPTS_ENV= PERL=${PERL} .include MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .if ${OSVERSION} >= 400005 F2CLIB= -lg2c .else F2CLIB= -lf2c .endif post-patch: (cd ${WRKSRC}/ExtUtils; mv -f F77.pm F77.pm~; ${SED} -e \ 's/@F2CLIB@/${F2CLIB}/g' F77.pm~ > F77.pm) post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ ${PREFIX}/share/doc/pgperl) .include Property changes on: head/graphics/p5-PGPLOT/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/graphics/p5-chart/Makefile =================================================================== --- head/graphics/p5-chart/Makefile (revision 20950) +++ head/graphics/p5-chart/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-chart # Version required: 0.99b # Date Created: 8 April 1998 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.5 1999/06/22 22:51:00 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= Chart-0.99b PKGNAME= p5-chart-0.99b CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.99b USE_PERL5= YES MAN3= Chart.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include Property changes on: head/graphics/p5-chart/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/graphics/pgperl/Makefile =================================================================== --- head/graphics/pgperl/Makefile (revision 20950) +++ head/graphics/pgperl/Makefile (revision 20951) @@ -1,42 +1,42 @@ # New ports collection makefile for: pgperl # Version required: 2.06 # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.13 1998/12/05 03:05:26 jmz Exp $ +# $FreeBSD$ # DISTNAME= PGPLOT-2.08 PKGNAME= pgperl-2.08 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/ MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot USE_PERL5= yes ALL_TARGET= dynamic SCRIPTS_ENV= PERL=${PERL} .include MAN3= ExtUtils::F77.3 PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .if ${OSVERSION} >= 400005 F2CLIB= -lg2c .else F2CLIB= -lf2c .endif post-patch: (cd ${WRKSRC}/ExtUtils; mv -f F77.pm F77.pm~; ${SED} -e \ 's/@F2CLIB@/${F2CLIB}/g' F77.pm~ > F77.pm) post-install: @${MKDIR} ${PREFIX}/share/doc/pgperl @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ ${PREFIX}/share/doc/pgperl) .include Property changes on: head/graphics/pgperl/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/graphics/pgplot/Makefile =================================================================== --- head/graphics/pgplot/Makefile (revision 20950) +++ head/graphics/pgplot/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: pgplot # Version required: 5.2 # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.9 1998/12/22 08:22:54 asami Exp $ +# $FreeBSD$ # DISTNAME= pgplot5.2 PKGNAME= pgplot-5.2 CATEGORIES= graphics MASTER_SITES= ftp://astro.caltech.edu/pub/pgplot/ MAINTAINER= jmz@FreeBSD.org USE_XLIB= yes WRKSRC= ${WRKDIR}/pgplot .include .if ${PORTOBJFORMAT} == "elf" VERSION= 5 .else VERSION= 5.2 .endif .if ${OSVERSION} < 400004 FC= ./xf77 .else FC= f77 .endif MAKE_ENV+= FC=${FC} post-install: .for f in libcpgplot.so libpgplot.so ${LN} -sf $f.${VERSION} ${PREFIX}/lib/$f .endfor ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/pgplot/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/graphics/photopc/Makefile =================================================================== --- head/graphics/photopc/Makefile (revision 20950) +++ head/graphics/photopc/Makefile (revision 20951) @@ -1,17 +1,17 @@ # New ports collection makefile for: photopc-1.6 # Version required: 1.6 # Date created: 11 October 1997 # Whom: Douglas Carmichael # -# $Id$ +# $FreeBSD$ # DISTNAME= photopc-1.6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.average.org/pub/photopc/ MAINTAINER= dcarmich@mcs.com MAN1= photopc.1 epinfo.1 .include Property changes on: head/graphics/photopc/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/graphics/pixmap/Makefile =================================================================== --- head/graphics/pixmap/Makefile (revision 20950) +++ head/graphics/pixmap/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: pixmap # Version required: 2.6 # Date created: 19 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.10 1998/09/17 00:32:41 asami Exp $ +# $FreeBSD$ # DISTNAME= pixmap2.6 PKGNAME= pixmap-2.6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/pixmap MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/pixmap USE_IMAKE= yes MAN1= pixmap.1 .include Property changes on: head/graphics/pixmap/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/graphics/plotmtv/Makefile =================================================================== --- head/graphics/plotmtv/Makefile (revision 20950) +++ head/graphics/plotmtv/Makefile (revision 20951) @@ -1,47 +1,47 @@ # New ports collection makefile for: Plotmtv # Version required: 1.4.0 # Date created: 19 October 1996 # Whom: pgs # -# $Id: Makefile,v 1.4 1997/06/19 12:35:44 tg Exp $ +# $FreeBSD$ # DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org USE_IMAKE= yes NO_INSTALL_MANPAGES= yes ALL_TARGET= World MAN1= plotmtv.1 post-install: @${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/plotmtv/Tests @${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \ ${PREFIX}/share/doc/plotmtv @${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.csh ${WRKSRC}/Tests/run.sh \ ${PREFIX}/share/doc/plotmtv/Tests .for f in README test_abs.mtv test_abs2.mtv test_annot.mtv \ test_annot2.mtv test_axisflip.mtv test_axislabel.mtv \ test_bar.mtv test_column.mtv test_column2.mtv \ test_ctrcolors.mtv test_ctrelb.mtv test_ctrelb2.mtv \ test_ctrelb3.mtv test_ctrs.mtv test_curve2D.mtv \ test_curve3D.mtv test_curve3D2.mtv test_exp.mtv \ test_fillclrs.mtv test_fillclrs2.mtv test_grid4D.mtv \ test_histogram.mtv test_lines.mtv test_log.mtv \ test_markers.mtv test_prob.mtv test_pyramid.mtv \ test_smallnum.mtv test_spln.mtv test_trictr.mtv \ test_vector.mtv test_vector2.mtv @${INSTALL_DATA} ${WRKSRC}/Tests/${f} ${PREFIX}/share/doc/plotmtv/Tests .endfor .endif .include Property changes on: head/graphics/plotmtv/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/graphics/plotutils/Makefile =================================================================== --- head/graphics/plotutils/Makefile (revision 20950) +++ head/graphics/plotutils/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: plotutils # Version required: 2.1.1 # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # -# $Id: Makefile,v 1.4 1998/11/28 02:18:41 asami Exp $ +# $FreeBSD$ # DISTNAME= plotutils-2.1.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= plotutils MAINTAINER= chuckr@FreeBSD.ORG USE_XLIB= yes GNU_CONFIGURE= yes .ifdef HAVE_MOTIF CONFIGURE_ARGS= --with-motif .endif post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/plotutils/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/graphics/png/Makefile =================================================================== --- head/graphics/png/Makefile (revision 20950) +++ head/graphics/png/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: PNG images library # Version required: 1* # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.17 1999/01/21 18:06:22 vanilla Exp $ +# $FreeBSD$ # DISTNAME= libpng-1.0.3 PKGNAME= png-1.0.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ MAINTAINER= ache@FreeBSD.org MAN3= libpng.3 libpngpf.3 MAN5= png.5 do-configure: cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/png/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/povray/Makefile =================================================================== --- head/graphics/povray/Makefile (revision 20950) +++ head/graphics/povray/Makefile (revision 20951) @@ -1,46 +1,46 @@ # New ports collection makefile for: POV-Ray # Version required: 3.0.1 # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.15 1999/06/22 17:18:22 steve Exp $ +# $FreeBSD$ # DISTNAME= povray3 PKGNAME= povray-3.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\ ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \ ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png DIST_SUBDIR= povray30 USE_XLIB= yes MAN1= povray.1 POVLIB= ${PREFIX}/lib/povray3 do-build: (cd ${WRKSRC}/source/unix; make newxwin) do-install: @${MKDIR} ${POVLIB}/allscene @${INSTALL_PROGRAM} ${WRKSRC}/source/unix/x-povray ${PREFIX}/bin/povray @(cd ${WRKSRC}; tar cpf - pov3demo povscn docsdemo include texsamps) | \ (cd ${POVLIB}; tar xpf -) @${INSTALL_DATA} ${WRKSRC}/*.ini ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.doc ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.xpm ${POVLIB}/ @${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/ @${RM} -f ${PREFIX}/man/man1/povray.1* @${INSTALL_MAN} ${WRKSRC}/povray.1 ${PREFIX}/man/man1 @${CHMOD} -R og-r ${POVLIB} @${CHMOD} -R a+r ${POVLIB} .include Property changes on: head/graphics/povray/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/graphics/povray31/Makefile =================================================================== --- head/graphics/povray31/Makefile (revision 20950) +++ head/graphics/povray31/Makefile (revision 20951) @@ -1,57 +1,57 @@ # New ports collection makefile for: POV-Ray # Version required: 3.1e # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.4 1999/06/22 17:19:59 steve Exp $ +# $FreeBSD$ # DISTNAME= povray31 PKGNAME= povray-3.1e CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Official/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/ \ ftp://ftp.fh-aachen.de/pub/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= olli@fromme.com #BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png DIST_SUBDIR= povray31 # # I think all of this needs some explanation. # The port downloads the MS-DOS source files of POV-Ray 3.1d # and the UNIX source files of POV-Ray 3.0 (which need some # patching, obviously). This is necessary because there are # no UNIX source files for POV-Ray 3.1. # USE_XLIB= yes MAN1= povray.1 POVLIB= ${PREFIX}/lib/povray31 do-build: @(cd ${WRKSRC}/source/unix; ${SETENV} ${MAKE_ENV} ${MAKE} newxwin) do-install: @${MKDIR} ${POVLIB}/allscene @${TOUCH} ${POVLIB}/allscene/.bla @${INSTALL_PROGRAM} ${WRKSRC}/source/unix/x-povray ${PREFIX}/bin/povray @(cd ${WRKSRC}; tar cpf - include scenes) | \ (cd ${POVLIB}; tar xpf -) @${INSTALL_DATA} ${WRKSRC}/*.ini ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.doc ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.xpm ${POVLIB}/ @${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/ @${RM} -f ${PREFIX}/man/man1/povray.1* @${INSTALL_MAN} ${WRKSRC}/povray.1 ${PREFIX}/man/man1 @${CHMOD} -R a+rX,og-w ${POVLIB} post-install: @${SH} ${FILESDIR}/script .include Property changes on: head/graphics/povray31/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/graphics/povray36/Makefile =================================================================== --- head/graphics/povray36/Makefile (revision 20950) +++ head/graphics/povray36/Makefile (revision 20951) @@ -1,46 +1,46 @@ # New ports collection makefile for: POV-Ray # Version required: 3.0.1 # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.15 1999/06/22 17:18:22 steve Exp $ +# $FreeBSD$ # DISTNAME= povray3 PKGNAME= povray-3.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\ ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \ ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png DIST_SUBDIR= povray30 USE_XLIB= yes MAN1= povray.1 POVLIB= ${PREFIX}/lib/povray3 do-build: (cd ${WRKSRC}/source/unix; make newxwin) do-install: @${MKDIR} ${POVLIB}/allscene @${INSTALL_PROGRAM} ${WRKSRC}/source/unix/x-povray ${PREFIX}/bin/povray @(cd ${WRKSRC}; tar cpf - pov3demo povscn docsdemo include texsamps) | \ (cd ${POVLIB}; tar xpf -) @${INSTALL_DATA} ${WRKSRC}/*.ini ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.doc ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.xpm ${POVLIB}/ @${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/ @${RM} -f ${PREFIX}/man/man1/povray.1* @${INSTALL_MAN} ${WRKSRC}/povray.1 ${PREFIX}/man/man1 @${CHMOD} -R og-r ${POVLIB} @${CHMOD} -R a+r ${POVLIB} .include Property changes on: head/graphics/povray36/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/graphics/povray37/Makefile =================================================================== --- head/graphics/povray37/Makefile (revision 20950) +++ head/graphics/povray37/Makefile (revision 20951) @@ -1,46 +1,46 @@ # New ports collection makefile for: POV-Ray # Version required: 3.0.1 # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.15 1999/06/22 17:18:22 steve Exp $ +# $FreeBSD$ # DISTNAME= povray3 PKGNAME= povray-3.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.0/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/\ ftp://ftp.fh-aachen.de/pub/Graphics/mirror/ftp.povray.org/povray/Old-Versions/Official-3.0/Unix/ \ ftp://ftp.kappa.ro/pub/Linux/Graphics/Editors/povray/ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png DIST_SUBDIR= povray30 USE_XLIB= yes MAN1= povray.1 POVLIB= ${PREFIX}/lib/povray3 do-build: (cd ${WRKSRC}/source/unix; make newxwin) do-install: @${MKDIR} ${POVLIB}/allscene @${INSTALL_PROGRAM} ${WRKSRC}/source/unix/x-povray ${PREFIX}/bin/povray @(cd ${WRKSRC}; tar cpf - pov3demo povscn docsdemo include texsamps) | \ (cd ${POVLIB}; tar xpf -) @${INSTALL_DATA} ${WRKSRC}/*.ini ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.doc ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.xpm ${POVLIB}/ @${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/ @${RM} -f ${PREFIX}/man/man1/povray.1* @${INSTALL_MAN} ${WRKSRC}/povray.1 ${PREFIX}/man/man1 @${CHMOD} -R og-r ${POVLIB} @${CHMOD} -R a+r ${POVLIB} .include Property changes on: head/graphics/povray37/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/graphics/ppm2fli/Makefile =================================================================== --- head/graphics/ppm2fli/Makefile (revision 20950) +++ head/graphics/ppm2fli/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: ppm2fli # Version required: b1.92 # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/02/18 04:21:05 steve Exp $ +# $FreeBSD$ # DISTNAME= ppm2fli_b1.92 PKGNAME= ppm2fli-b1 CATEGORIES= graphics MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org MAN1= ppm2fli.1 unflick.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ppm2fli ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/unflick ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ppm2fli.man ${PREFIX}/man/man1/ppm2fli.1 ${INSTALL_MAN} ${WRKSRC}/unflick.man ${PREFIX}/man/man1/unflick.1 .include Property changes on: head/graphics/ppm2fli/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/graphics/pstoedit/Makefile =================================================================== --- head/graphics/pstoedit/Makefile (revision 20950) +++ head/graphics/pstoedit/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: pstodit # Version required: 3.11 # Date created: 03 July 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.6 1999/04/19 18:00:07 jseger Exp $ +# $FreeBSD$ # DISTNAME= pstoedit_3_11 PKGNAME= pstoedit-3.11 CATEGORIES= graphics print MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ MAINTAINER= jseger@FreeBSD.ORG RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 FETCH_BEFORE_ARGS= -t USE_ZIP= yes WRKSRC= ${WRKDIR}/pstoedit_3.11/src MAKEFILE= makefile ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pstoedit ${PREFIX}/bin .include Property changes on: head/graphics/pstoedit/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/graphics/py-imaging/Makefile =================================================================== --- head/graphics/py-imaging/Makefile (revision 20950) +++ head/graphics/py-imaging/Makefile (revision 20951) @@ -1,59 +1,59 @@ # New ports collection makefile for: PIL # Version required: 1.0 # Date created: 02 November 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.5 1999/05/06 10:12:36 tg Exp $ +# $FreeBSD$ # DISTNAME= Imaging-1.0 PKGNAME= py-imaging-1.0 CATEGORIES= graphics python MASTER_SITES= http://www.pythonware.com/downloads/ \ ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ MAINTAINER= tg@FreeBSD.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= python:${PORTSDIR}/lang/python DIST_SUBDIR= python WRKSRC= ${WRKDIR}/${DISTNAME}/libImaging GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg=${PREFIX}/lib MAKE_FLAGS= OPT="${CFLAGS}" PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 PILDIR= ${PYTHONSCRIPTDIR}/site-packages/PIL PILDOCDIR= ${PREFIX}/share/doc/PIL PILEXDIR= ${PREFIX}/share/examples/PIL PILINCDIR= ${PREFIX}/include/python1.5 post-extract: @${CP} ${FILESDIR}/Setup ${WRKSRC}/.. post-configure: @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile.pre.in boot) post-build: @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} sharedmods) do-install: @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${MAKE} install) @${MKDIR} ${PILDIR} ${INSTALL_DATA} ${WRKSRC}/../PIL/* ${PILDIR} ${INSTALL_DATA} ${WRKSRC}/../PIL.pth ${PILDIR}/.. @${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${PILDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${PILDIR} @${MKDIR} ${PILDOCDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${PILDOCDIR} ${INSTALL_DATA} ${WRKSRC}/../FORMATS ${PILDOCDIR} @${MKDIR} ${PILEXDIR} ${INSTALL_DATA} ${WRKSRC}/../Scripts/* ${PILEXDIR} .for file in ImConfig.h ImPlatform.h Imaging.h ${INSTALL_DATA} ${WRKSRC}/${file} ${PILINCDIR} .endfor .include Property changes on: head/graphics/py-imaging/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/graphics/qcread/Makefile =================================================================== --- head/graphics/qcread/Makefile (revision 20950) +++ head/graphics/qcread/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: qcread # Version required: 0.3 # Date created: 23 August 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.1.1.1 1998/11/16 20:38:21 billf Exp $ +# $FreeBSD$ # DISTNAME= qcread-0.3 CATEGORIES= graphics MASTER_SITES= ftp://phobos.illtel.denver.co.us/pub/qcread/ \ http://phobos.illtel.denver.co.us/pub/qcread/ MAINTAINER= billf@FreeBSD.ORG ONLY_FOR_ARCHS= i386 post-extract: ${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC} do-install: ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin .include Property changes on: head/graphics/qcread/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/graphics/qiv/Makefile =================================================================== --- head/graphics/qiv/Makefile (revision 20950) +++ head/graphics/qiv/Makefile (revision 20951) @@ -1,35 +1,35 @@ # New ports collection makefile for: qiv # Version required: 1.0 # Date created: 25 December 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.4 1999/05/29 04:10:49 steve Exp $ +# $FreeBSD$ # DISTNAME= qiv-1.1 CATEGORIES= graphics MASTER_SITES= http://www.klografx.de/software/files/ \ ftp://ftp.klografx.de/pub/ EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes USE_GMAKE= yes MAN1= qiv.1 post-patch: @ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed @ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \ ${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1 @ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed @ ${SED} -e 's#RANDOM GETOPT_LONG#RANDOM#' \ ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/ .include Property changes on: head/graphics/qiv/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/graphics/qvplay/Makefile =================================================================== --- head/graphics/qvplay/Makefile (revision 20950) +++ head/graphics/qvplay/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: qvplay # Version required: 0.92 # Date created: 2 May 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.1.1.1 1997/05/20 06:19:51 asami Exp $ +# $FreeBSD$ # DISTNAME= qvplay-0.92 CATEGORIES= graphics MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ MAINTAINER= itojun@itojun.org RESTRICTED= "Redistribution prohibited since it is in beta test period" WRKSRC= ${WRKDIR}/QVplay092/obj/FreeBSD GNU_CONFIGURE= yes DOC= README README.eng README.FreeBSD FAQ.txt HISTORY PROTOCOL.txt \ PROTOCOL.eng pre-configure: @( cd ${WRKDIR}/QVplay092; ./setup FreeBSD ) post-install: ${MKDIR} ${PREFIX}/share/doc/qvplay for i in ${DOC}; do \ ${INSTALL_DATA} ${WRKSRC}/../../$$i \ ${PREFIX}/share/doc/qvplay; \ done ${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/qvplay/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/graphics/rayshade/Makefile =================================================================== --- head/graphics/rayshade/Makefile (revision 20950) +++ head/graphics/rayshade/Makefile (revision 20951) @@ -1,43 +1,43 @@ # New ports collection makefile for: rayshade # Version required: 4.0 # Date created: 21 January 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.2 1998/10/12 04:05:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= rayshade.4.0 PKGNAME= rayshade-4.0 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ \ ftp://ftp.princeton.edu/pub/Graphics/rayshade.4.0/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt BROKEN_ELF= yes BROKEN= build HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans ALL_TARGET= pre-configure: $(SED) -e "s,@CFLAGS@,${CFLAGS}," < ${FILESDIR}/config.ans > \ ${WRKDIR}/config.ans do-install: $(INSTALL_PROGRAM) $(WRKSRC)/rayshade/rayshade $(PREFIX)/bin # THIS ARE NOT USED BY ANY PORT # $(INSTALL_DATA) $(WRKSRC)/libray/libray.a $(PREFIX)/lib # $(INSTALL_DATA) $(WRKSRC)/libshade/libshade.a $(PREFIX)/lib $(MKDIR) $(PREFIX)/share/doc/rayshade $(INSTALL_DATA) $(WRKSRC)/Doc/Guide/* $(PREFIX)/share/doc/rayshade $(INSTALL_DATA) $(WRKSRC)/Doc/quickref.txt $(PREFIX)/share/doc/rayshade $(MKDIR) $(PREFIX)/share/examples/rayshade $(INSTALL_DATA) $(WRKSRC)/Examples/* $(PREFIX)/share/examples/rayshade .include Property changes on: head/graphics/rayshade/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/graphics/sane/Makefile =================================================================== --- head/graphics/sane/Makefile (revision 20950) +++ head/graphics/sane/Makefile (revision 20951) @@ -1,65 +1,65 @@ # New ports collection makefile for: sane # Version required: 1.0.1 # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # -# $Id: Makefile,v 1.16 1999/05/22 04:36:03 obrien Exp $ +# $FreeBSD$ # DISTNAME= sane-1.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ ftp://ftp.lahn.de/pub/platforms/linux/libs/ MAINTAINER= gary@hotlava.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg GTK_CONFIG?= ${X11BASE}/bin/gtk12-config .include USE_GMAKE= yes GNU_CONFIGURE= yes .if ${OSVERSION} < 300000 CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" .else CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" \ GTK_CONFIG="${GTK_CONFIG}" .endif MAN1= scanimage.1 \ xscanimage.1 \ saned.1 MAN5= sane-abaton.5 \ sane-agfafocus.5 \ sane-apple.5 \ sane-dc25.5 \ sane-dll.5 \ sane-dmc.5 \ sane-epson.5 \ sane-hp.5 \ sane-microtek.5 \ sane-microtek2.5 \ sane-mustek.5 \ sane-net.5 \ sane-pint.5 \ sane-pnm.5 \ sane-qcam.5 \ sane-scsi.5 \ sane-umax.5 pre-configure: @${ECHO} "*** Note: SANE can be built with an X scanner interface" @${ECHO} "*** (xscanimage) as well as a GIMP plug-in. If you wish" @${ECHO} "*** to do this, hit Ctrl-C right now and build/install" @${ECHO} "*** the GIMP and GTK packages/ports." post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/sane/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/sane-backends/Makefile =================================================================== --- head/graphics/sane-backends/Makefile (revision 20950) +++ head/graphics/sane-backends/Makefile (revision 20951) @@ -1,65 +1,65 @@ # New ports collection makefile for: sane # Version required: 1.0.1 # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # -# $Id: Makefile,v 1.16 1999/05/22 04:36:03 obrien Exp $ +# $FreeBSD$ # DISTNAME= sane-1.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ ftp://ftp.lahn.de/pub/platforms/linux/libs/ MAINTAINER= gary@hotlava.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg GTK_CONFIG?= ${X11BASE}/bin/gtk12-config .include USE_GMAKE= yes GNU_CONFIGURE= yes .if ${OSVERSION} < 300000 CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" .else CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" \ GTK_CONFIG="${GTK_CONFIG}" .endif MAN1= scanimage.1 \ xscanimage.1 \ saned.1 MAN5= sane-abaton.5 \ sane-agfafocus.5 \ sane-apple.5 \ sane-dc25.5 \ sane-dll.5 \ sane-dmc.5 \ sane-epson.5 \ sane-hp.5 \ sane-microtek.5 \ sane-microtek2.5 \ sane-mustek.5 \ sane-net.5 \ sane-pint.5 \ sane-pnm.5 \ sane-qcam.5 \ sane-scsi.5 \ sane-umax.5 pre-configure: @${ECHO} "*** Note: SANE can be built with an X scanner interface" @${ECHO} "*** (xscanimage) as well as a GIMP plug-in. If you wish" @${ECHO} "*** to do this, hit Ctrl-C right now and build/install" @${ECHO} "*** the GIMP and GTK packages/ports." post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/sane-backends/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/sane-frontends/Makefile =================================================================== --- head/graphics/sane-frontends/Makefile (revision 20950) +++ head/graphics/sane-frontends/Makefile (revision 20951) @@ -1,65 +1,65 @@ # New ports collection makefile for: sane # Version required: 1.0.1 # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # -# $Id: Makefile,v 1.16 1999/05/22 04:36:03 obrien Exp $ +# $FreeBSD$ # DISTNAME= sane-1.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ ftp://ftp.lahn.de/pub/platforms/linux/libs/ MAINTAINER= gary@hotlava.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg GTK_CONFIG?= ${X11BASE}/bin/gtk12-config .include USE_GMAKE= yes GNU_CONFIGURE= yes .if ${OSVERSION} < 300000 CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" .else CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" \ GTK_CONFIG="${GTK_CONFIG}" .endif MAN1= scanimage.1 \ xscanimage.1 \ saned.1 MAN5= sane-abaton.5 \ sane-agfafocus.5 \ sane-apple.5 \ sane-dc25.5 \ sane-dll.5 \ sane-dmc.5 \ sane-epson.5 \ sane-hp.5 \ sane-microtek.5 \ sane-microtek2.5 \ sane-mustek.5 \ sane-net.5 \ sane-pint.5 \ sane-pnm.5 \ sane-qcam.5 \ sane-scsi.5 \ sane-umax.5 pre-configure: @${ECHO} "*** Note: SANE can be built with an X scanner interface" @${ECHO} "*** (xscanimage) as well as a GIMP plug-in. If you wish" @${ECHO} "*** to do this, hit Ctrl-C right now and build/install" @${ECHO} "*** the GIMP and GTK packages/ports." post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/sane-frontends/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/graphics/sced/Makefile =================================================================== --- head/graphics/sced/Makefile (revision 20950) +++ head/graphics/sced/Makefile (revision 20951) @@ -1,33 +1,33 @@ # New ports collection makefile for: sced # Version required: 0.94 # Date created: 27 Dec 1996 # Whom: proff@iq.org # -# $Id: Makefile,v 1.4 1998/12/28 21:44:40 dirk Exp $ +# $FreeBSD$ # DISTNAME= sced-1.02 CATEGORIES= graphics MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_XLIB= yes GNU_CONFIGURE= yes MAN1= sced.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/lib/sced ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sced ${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced .endif .include Property changes on: head/graphics/sced/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/graphics/scwm-icons/Makefile =================================================================== --- head/graphics/scwm-icons/Makefile (revision 20950) +++ head/graphics/scwm-icons/Makefile (revision 20951) @@ -1,20 +1,20 @@ # New ports collection makefile for: scwm-icons # Version required: 0.8 # Date created: 07 April 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:08:40 steve Exp $ +# $FreeBSD$ # DISTNAME= scwm-icons-0.8 CATEGORIES= graphics MASTER_SITES= ftp://huis-clos.mit.edu/pub/scwm/ MAINTAINER= nacai@iname.com GNU_CONFIGURE= yes USE_X_PREFIX= yes NO_BUILD= yes .include Property changes on: head/graphics/scwm-icons/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/graphics/skencil/Makefile =================================================================== --- head/graphics/skencil/Makefile (revision 20950) +++ head/graphics/skencil/Makefile (revision 20951) @@ -1,49 +1,49 @@ # New ports collection makefile for: sketch # Version required: 0.6.1 # Date created: 04 November 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.5 1999/08/06 08:45:21 tg Exp $ +# $FreeBSD$ # DISTNAME= sketch-0.6.1 CATEGORIES= graphics MASTER_SITES= http://www.online.de/home/sketch/ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${PREFIX}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging SKETCHDIR= ${PREFIX}/share/sketch SKETCHDOCDIR= ${PREFIX}/share/doc/sketch SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO SKETCHEXDIR= ${PREFIX}/share/examples/sketch do-configure: @(cd ${WRKSRC} && python setup.py configure) do-build: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} python setup.py build) do-install: ${MKDIR} ${SKETCHDIR} .for dir in Filter Pax Plugins Resources Script Sketch (cd ${WRKSRC}; tar -c -f - --exclude-from=${FILESDIR}/excludelist ${dir}) | \ (cd ${SKETCHDIR}/; tar xf -) .endfor (cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR}) .if !defined(NOPORTDOCS) ${MKDIR} ${SKETCHDOCDIR} (cd ${WRKSRC}; tar cf - ${SKETCHDOCS}) | (cd ${SKETCHDOCDIR}; tar xf -) .endif ${MKDIR} ${SKETCHEXDIR} (cd ${WRKSRC}/Examples; tar cf - .) | (cd ${SKETCHEXDIR}; tar xf -) (cd ${SKETCHDIR}; python finishinst.py) ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch ${CHMOD} +x ${PREFIX}/bin/sketch ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps ${CHMOD} +x ${PREFIX}/bin/sk2ps .include Property changes on: head/graphics/skencil/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/graphics/sketch/Makefile =================================================================== --- head/graphics/sketch/Makefile (revision 20950) +++ head/graphics/sketch/Makefile (revision 20951) @@ -1,49 +1,49 @@ # New ports collection makefile for: sketch # Version required: 0.6.1 # Date created: 04 November 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.5 1999/08/06 08:45:21 tg Exp $ +# $FreeBSD$ # DISTNAME= sketch-0.6.1 CATEGORIES= graphics MASTER_SITES= http://www.online.de/home/sketch/ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${PREFIX}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging SKETCHDIR= ${PREFIX}/share/sketch SKETCHDOCDIR= ${PREFIX}/share/doc/sketch SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO SKETCHEXDIR= ${PREFIX}/share/examples/sketch do-configure: @(cd ${WRKSRC} && python setup.py configure) do-build: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} python setup.py build) do-install: ${MKDIR} ${SKETCHDIR} .for dir in Filter Pax Plugins Resources Script Sketch (cd ${WRKSRC}; tar -c -f - --exclude-from=${FILESDIR}/excludelist ${dir}) | \ (cd ${SKETCHDIR}/; tar xf -) .endfor (cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR}) .if !defined(NOPORTDOCS) ${MKDIR} ${SKETCHDOCDIR} (cd ${WRKSRC}; tar cf - ${SKETCHDOCS}) | (cd ${SKETCHDOCDIR}; tar xf -) .endif ${MKDIR} ${SKETCHEXDIR} (cd ${WRKSRC}/Examples; tar cf - .) | (cd ${SKETCHEXDIR}; tar xf -) (cd ${SKETCHDIR}; python finishinst.py) ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch ${CHMOD} +x ${PREFIX}/bin/sketch ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps ${CHMOD} +x ${PREFIX}/bin/sk2ps .include Property changes on: head/graphics/sketch/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/graphics/spigot/Makefile =================================================================== --- head/graphics/spigot/Makefile (revision 20950) +++ head/graphics/spigot/Makefile (revision 20951) @@ -1,20 +1,20 @@ # New ports collection makefile for: libspigot.a # Version required: 1.7 # Date Created: Fri Sep 15 10:04:46 CDT 1995 # Whom: james@cs.uwm.edu # -# $Id: Makefile,v 1.5 1998/01/27 17:10:05 fenner Exp $ +# $FreeBSD$ # DISTNAME= spigot-1.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.uwm.edu/pub/FreeBSD-UWM/spigot/ DISTFILES= spigot.1.7.tar.gz MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes .include Property changes on: head/graphics/spigot/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/graphics/splitmpg/Makefile =================================================================== --- head/graphics/splitmpg/Makefile (revision 20950) +++ head/graphics/splitmpg/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: splitmpg # Version required: # Date created: Wed Jul 31 21:59:42 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1996/11/18 11:29:16 asami Exp $ +# $FreeBSD$ # DISTNAME= splitmpg PKGNAME= splitmpg-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ecel.uwa.edu.au/users/michael/ EXTRACT_SUFX= .tgz MAINTAINER= erich@FreeBSD.org MAN1= splitmpeg.1 MANCOMPRESSED= yes NO_WRKSUBDIR= yes .include Property changes on: head/graphics/splitmpg/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/graphics/stamp/Makefile =================================================================== --- head/graphics/stamp/Makefile (revision 20950) +++ head/graphics/stamp/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: stamp # Version required: 0.610 # Date created: 11 August 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.3 1998/12/29 18:22:57 billf Exp $ +# $FreeBSD$ # DISTNAME= stamp PKGNAME= stamp-0.61 CATEGORIES= graphics MASTER_SITES= http://www.telepath.com/booger/ MAINTAINER= billf@FreeBSD.org BROKEN= "distfile is gone, new distfile requires getopt solution" LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg ALL_TARGET= post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.old >> ${WRKSRC}/Makefile post-install: strip ${PREFIX}/bin/stamp .include Property changes on: head/graphics/stamp/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/graphics/tgd/Makefile =================================================================== --- head/graphics/tgd/Makefile (revision 20950) +++ head/graphics/tgd/Makefile (revision 20951) @@ -1,37 +1,37 @@ # New ports collection makefile for: tgd # Version required: 1.2c # Date created: 22 February 1999 # Whom: mharo@area51.fremont.ca.us # -# $Id: Makefile,v 1.2 1999/04/13 07:06:29 mharo Exp $ +# $FreeBSD$ # DISTNAME= tgd1.2c PKGNAME= tgd-1.2c CATEGORIES= graphics MASTER_SITES= ftp://dendrome.ucdavis.edu/pub/tgd/ \ ftp://probe.nalusda.gov/pub/treegenes/ MAINTAINER= mharo@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd ALL_TARGET= tgd DOCS= README arc.gif cap.gif char.gif fill.gif fontdemo \ fontdemo.gif gd.html gifcap.pl helloworld.gif \ helloworld.pl keygifcap.gif keypad.gif keypad.html \ keypad.inp keypad.map keypad.pl poly.gif polydemo \ rainbow.gif rainbow.pl tgd.gif tgd.html pre-build: ${CP} ${FILESDIR}/tgdcommand.h ${WRKSRC}/ ${CP} ${FILESDIR}/tgdgd.h ${WRKSRC}/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tgd ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/tgd .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/tgd .endfor .endif .include Property changes on: head/graphics/tgd/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/graphics/tgif/Makefile =================================================================== --- head/graphics/tgif/Makefile (revision 20950) +++ head/graphics/tgif/Makefile (revision 20951) @@ -1,36 +1,36 @@ # New ports collection makefile for: tgif # Version required: 4.1.16 # Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.17 1999/06/19 19:36:47 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= tgif-4.1.16 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ MAINTAINER= bmc@WillsCreek.COM RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes MAN1= tgif.1 TGIFDOC= ${PREFIX}/share/doc/tgif DEMO_FILES= an-sr-flip-flop.obj launch-demo-1.obj \ fonts.obj launch-demo.obj keys.obj slide-demo.obj example.tex READMES= Copyright HISTORY README post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl ${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \ ${WRKDIR}/${DISTNAME}/Tgif.tmpl post-install: ${MKDIR} ${TGIFDOC} (cd ${WRKSRC} ;\ ${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\ ${INSTALL_DATA} ${READMES} ${TGIFDOC} ;\ ) .include Property changes on: head/graphics/tgif/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/tgif-nls/Makefile =================================================================== --- head/graphics/tgif-nls/Makefile (revision 20950) +++ head/graphics/tgif-nls/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: tgif-nls # Version required: 4.1.16 # Date created: 3 May 1999 # Whom: one@netlab.is.tsukuba.ac.jp # -# $Id: Makefile,v 1.4 1999/06/06 16:32:29 steve Exp $ +# $FreeBSD$ # DISTNAME= tgif-4.1.16 PKGNAME= tgif-nls-4.1.16 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ MAINTAINER= one@netlab.is.tsukuba.ac.jp LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes XMKMF= LOCALBASE=${LOCALBASE} xmkmf -a MAN1= tgif.1 pre-patch: @cd ${WRKSRC}; ${RM} -f Tgif.tmpl; \ ${CP} Tgif.tmpl-freebsd Tgif.tmpl post-patch: @cd ${WRKSRC}; \ ${MV} tgif.Xdefaults tgif.Xdefaults.org; \ ${SED} -e "s#/usr/local#${PREFIX}#" \ -e "s#/usr/share/lib#${PREFIX}/share/locale#" \ tgif.Xdefaults.org > tgif.Xdefaults post-install: ${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults ${INSTALL_DATA} ${FILESDIR}/tgif.Xdefaults.ja \ ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/Tgif .include Property changes on: head/graphics/tgif-nls/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/graphics/tiff/Makefile =================================================================== --- head/graphics/tiff/Makefile (revision 20950) +++ head/graphics/tiff/Makefile (revision 20951) @@ -1,86 +1,86 @@ # New ports collection makefile for: tiff # Version required: 3.4 # Date created: 8 October 1996 # Whom: Richard Hwang # Mikhail Teterin # Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.17 1999/05/10 19:57:10 steve Exp $ +# $FreeBSD$ # DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4b37 CATEGORIES= graphics MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ ftp://ftp.fifi.org/pub/ImageMagick/delegates/ MAINTAINER= ports@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ --with-DIR_LIB=${PREFIX}/lib \ --with-DIR_INC=${PREFIX}/include \ --with-DIR_MAN=${PREFIX}/man \ --with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \ --with-DIRS_LIBINC=${PREFIX}/include \ --with-DIR_GZLIB=/usr/lib \ --with-DIR_JPEGLIB=${PREFIX}/lib \ --with-LIBGL=no --with-LIBIMAGE=no \ --with-INSTALL="${SH} ${WRKSRC}/port/install.sh" \ --noninteractive .if defined(NOPORTDOCS) CONFIGURE_ARGS+=--with-HTML=no PLIST=${PKGDIR}/PLIST.nodocs .endif MAN1= fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 ppm2tiff.1 ras2tiff.1 \ rgb2ycbcr.1 sgi2tiff.1 thumbnail.1 tiff2bw.1 tiff2ps.1 tiffcmp.1 \ tiffcp.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \ tiffsplit.1 tiffsv.1 MAN3= TIFFCheckTile.3t TIFFClose.3t TIFFComputeStrip.3t TIFFComputeTile.3t \ TIFFCurrentDirectory.3t TIFFCurrentRow.3t TIFFCurrentStrip.3t \ TIFFCurrentTile.3t TIFFDefaultStripSize.3t TIFFDefaultTileSize.3t \ TIFFError.3t TIFFFdOpen.3t TIFFFileName.3t TIFFFileno.3t \ TIFFFindCODEC.3t TIFFFlush.3t TIFFFlushData.3t TIFFGetField.3t \ TIFFGetMode.3t TIFFIsByteSwapped.3t TIFFIsMSB2LSB.3t TIFFIsTiled.3t \ TIFFIsUpSampled.3t TIFFLastDirectory.3t TIFFNumberOfStrips.3t \ TIFFNumberOfTiles.3t TIFFOpen.3t TIFFPrintDirectory.3t \ TIFFRGBAImage.3t TIFFRGBAImageBegin.3t TIFFRGBAImageEnd.3t \ TIFFRGBAImageGet.3t TIFFRGBAImageOK.3t TIFFReadBufferSetup.3t \ TIFFReadDirectory.3t TIFFReadEncodedStrip.3t TIFFReadEncodedTile.3t \ TIFFReadRGBAImage.3t TIFFReadRawStrip.3t TIFFReadRawTile.3t \ TIFFReadScanline.3t TIFFReadTile.3t TIFFRegisterCODEC.3t \ TIFFReverseBits.3t TIFFScanlineSize.3t TIFFSetDirectory.3t \ TIFFSetErrorHandler.3t TIFFSetField.3t TIFFSetSubDirectory.3t \ TIFFSetWarningHandler.3t TIFFStripSize.3t TIFFSwabArrayOfLong.3t \ TIFFSwabArrayOfShort.3t TIFFSwabLong.3t TIFFSwabShort.3t \ TIFFTileRowSize.3t TIFFTileSize.3t TIFFUnRegisterCODEC.3t \ TIFFVGetField.3t TIFFVSetField.3t TIFFVStripSize.3t TIFFVTileSize.3t \ TIFFWarning.3t TIFFWriteBufferSetup.3t TIFFWriteDirectory.3t \ TIFFWriteEncodedStrip.3t TIFFWriteEncodedTile.3t TIFFWriteRawStrip.3t \ TIFFWriteRawTile.3t TIFFWriteScanline.3t TIFFbuffer.3t TIFFcodec.3t \ TIFFfree.3t TIFFmalloc.3t TIFFmemcmp.3t TIFFmemcpy.3t TIFFmemory.3t \ TIFFmemset.3t TIFFquery.3t TIFFrealloc.3t TIFFsize.3t TIFFstrip.3t \ TIFFswab.3t TIFFtile.3t libtiff.3t DOCDIR= ${PREFIX}/share/doc/tiff .include post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR}/images ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images .endif .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libtiff.so.4.0 ${PREFIX}/lib/libtiff.so .else ${LN} -sf libtiff.so.4 ${PREFIX}/lib/libtiff.so .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/tiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/tifmerge/Makefile =================================================================== --- head/graphics/tifmerge/Makefile (revision 20950) +++ head/graphics/tifmerge/Makefile (revision 20951) @@ -1,40 +1,40 @@ # New ports collection makefile for: tifmerge # Version required: 1.0 # Date created: 29 April 1999 # Whom: G. Adam Stanislav # -# $Id: Makefile,v 1.3 1999/05/19 13:12:27 taoka Exp $ +# $FreeBSD$ # DISTNAME= tiff PKGNAME= tifmerge-1.0 CATEGORIES= graphics MASTER_SITES= http://www.whizkidtech.net/fports/ MAINTAINER= adam@whizkidtech.net BUILD_DEPENDS= tuc:${PORTSDIR}/converters/tuc USE_ZIP= yes DIST_SUBDIR= tifmerge MAN3= tifmerge.3 post-extract: @${MKDIR} ${WRKSRC} @tuc ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h @tuc ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/tifmerge.3 > \ ${WRKSRC}/tifmerge.3 do-install: ${INSTALL_DATA} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib ln -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/tifmerge.3 ${PREFIX}/man/man3 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/tifmerge/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/graphics/txtmerge/Makefile =================================================================== --- head/graphics/txtmerge/Makefile (revision 20950) +++ head/graphics/txtmerge/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: txtmerge # Version required: 1.01 # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.5 1999/01/12 16:51:11 vanilla Exp $ +# $FreeBSD$ # DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ ftp://ftp.math.bme.hu/pub/utils/xanim/ \ ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge do-install: ${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/txtmerge ${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge .include Property changes on: head/graphics/txtmerge/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/graphics/urt/Makefile =================================================================== --- head/graphics/urt/Makefile (revision 20950) +++ head/graphics/urt/Makefile (revision 20951) @@ -1,76 +1,76 @@ # New ports collection makefile for: urt # Version required: 3.1b # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.13 1999/02/03 11:11:47 asami Exp $ +# $FreeBSD$ # DISTNAME= urt PKGNAME= urt-3.1b1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 MAINTAINER= giffunip@asme.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z USE_XLIB= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile ALL_TARGET= MAN1= aliastorle.1 applymap.1 avg4.1 crop.1 cubitorle.1 dvirle.1 \ fant.1 getx11.1 giftorle.1 graytorle.1 into.1 mcut.1 mergechan.1\ painttorle.1 pgmtorle.1 ppmtorle.1 pyrmask.1 rawtorle.1 \ repos.1 rlatorle.1 rleClock.1 rleaddcom.1 rleaddeof.1 rlebg.1 \ rlebox.1 rlecat.1 rleccube.1 rlecomp.1 rledither.1 rleflip.1 \ rlegrid.1 rlehdr.1 rlehisto.1 rleinterp.1 rleldmap.1 rlemandl.1 \ rlenoise.1 rlepatch.1 rleprint.1 rlequant.1 rlescale.1 \ rleselect.1 rlesetbg.1 rlespiff.1 rlesplice.1 rlesplit.1 \ rlestereo.1 rleswap.1 rletoabA60.1 rletoabA62.1 rletoalias.1 \ rletoascii.1 rletogif.1 rletogray.1 rletopaint.1 rletoppm.1 \ rletops.1 rletoraw.1 rletorla.1 rletotarga.1 rletotiff.1 \ rlezoom.1 smush.1 targatorle.1 tifftorle.1 to8.1 tobw.1 unexp.1 \ unslice.1 urt.1 wasatchrle.1 MAN3= buildmap.3 bwdithermap.3 colorquant.3 dither.3 ditherbw.3 \ dithergb.3 dithermap.3 float_to_exp.3 hilbert.3 hilbert_c2i.3 \ hilbert_i2c.3 inv_cmap.3 librle.3 make_square.3 rgb_to_bw.3 \ rle_addhist.3 rle_cp.3 rle_debug.3 rle_delcom.3 rle_freeraw.3 \ rle_get_error.3 rle_get_set.3 rle_get_setup.3 \ rle_get_setup_ok.3 rle_getcom.3 rle_getraw.3 rle_getrow.3 \ rle_getskip.3 rle_hdr.3 rle_op.3 rle_open_f.3 \ rle_open_f_noexit.3 rle_put_init.3 rle_put_setup.3 rle_putcom.3 \ rle_puteof.3 rle_putraw.3 rle_putrow.3 rle_raw_alloc.3 \ rle_raw_free.3 rle_rawtorow.3 rle_row_alloc.3 rle_row_free.3 \ rle_skiprow.3 #Note: Don't compress man5, it won't work ! post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt cd ${PREFIX}/share/doc/urt; \ ${TAR} xf $(DISTDIR)/urt-doc.tar; \ cd doc; \ find -d . | cpio -dump ..; \ cd ..; \ ${RM} -rf doc; \ cd ${PREFIX}/share/examples/urt; \ ${TAR} xf $(DISTDIR)/urt-img.tar; \ ${CHOWN} -R root:wheel . ; \ find . -type d -exec ${CHMOD} 775 '{}' \; ; \ find . -type f -exec ${CHMOD} 664 '{}' \; .endif .include Property changes on: head/graphics/urt/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/graphics/vcg/Makefile =================================================================== --- head/graphics/vcg/Makefile (revision 20950) +++ head/graphics/vcg/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: vcg # Version required: 1.30.r3.17 # Date created: 19 February 1995 # Whom: hsu # -# $Id: Makefile,v 1.7 1998/08/05 09:31:14 asami Exp $ +# $FreeBSD$ # DISTNAME= vcg.1.30 PKGNAME= vcg-1.30 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ DISTFILES= vcg.1.30.r3.17.tgz USE_X_PREFIX= yes MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l pre-patch: @${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD @${CP} ${FILESDIR}/conf ${WRKSRC}/preconf/X11ccFreeBSD @${CP} ${FILESDIR}/demo.csh ${WRKSRC}/preconf/X11ccFreeBSD @${CP} ${FILESDIR}/globals.h ${WRKSRC}/preconf/X11ccFreeBSD @${CP} ${FILESDIR}/tMakefile ${WRKSRC}/preconf/X11ccFreeBSD .include Property changes on: head/graphics/vcg/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/graphics/whirlgif/Makefile =================================================================== --- head/graphics/whirlgif/Makefile (revision 20950) +++ head/graphics/whirlgif/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: whirlgif # Version required: 2.01 # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.1.1.1 1997/01/12 05:42:39 max Exp $ +# $FreeBSD$ # DISTNAME= whirlgif PKGNAME= whirlgif-2.01 CATEGORIES= graphics MASTER_SITES= http://www.msg.net/utility/whirlgif/ MAINTAINER= nacai@iname.com MAN1= whirlgif.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin/whirlgif ${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1 .include Property changes on: head/graphics/whirlgif/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/graphics/wmicons/Makefile =================================================================== --- head/graphics/wmicons/Makefile (revision 20950) +++ head/graphics/wmicons/Makefile (revision 20951) @@ -1,76 +1,76 @@ # New ports collection makefile for: icons for WindowMaker # Version required: 1.0 # Date created: 26 Japnuary 1999 # Whom: KIRIYAMA Kazuhiko # -# $Id: Makefile,v 1.1.1.1 1999/03/18 04:48:18 taoka Exp $ +# $FreeBSD$ # DISTNAME= wmicons-1.0 CATEGORIES= graphics windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ ${MASTER_SITE_PORTS_JP} \ http://nether.tky.hut.fi/iconstore/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/wmaker/archive/ \ http://www.slip.net/~seto/images/ \ http://www.lab06.ee.u-tokai.ac.jp/~7jeem005/WindowMaker/Archives/ MASTER_SITE_SUBDIR=. contrib/icons beta/srcs DISTFILES= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ isiconpack4.tgz \ japanese-step-icons1.1.tar.gz \ KTermIcons-1.0.tar.gz \ WindowMaker-extra-0.1.tar.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp EXTRACT_ONLY= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ japanese-step-icons1.1.tar.gz \ KTermIcons-1.0.tar.gz \ WindowMaker-extra-0.1.tar.gz USE_X_PREFIX= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/WindowMaker-extra-0.1 WMICONDIR= ${PREFIX}/share/WindowMaker/Pixmaps WMDOCDIR= ${PREFIX}/share/doc/wmicons post-extract: ${MKDIR} ${WRKDIR}/isiconpack4 ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/isiconpack4.tgz \ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/isiconpack4 pre-install: ${MKDIR} ${WMDOCDIR} ${MKDIR} ${WMICONDIR} cd ${WRKDIR}/IconFest-1.2; \ ${INSTALL_DATA} .README.swp ${WMDOCDIR}; \ ${INSTALL_DATA} *.xpm *.tif ${WMICONDIR} cd ${WRKDIR}/Icons; \ ${INSTALL_DATA} *.xpm ${WMICONDIR} cd ${WRKDIR}/NeXT.XEmacs; \ ${INSTALL_DATA} README.NeXT.XEmacs ${WMDOCDIR}; \ ${INSTALL_DATA} ./*/*.xpm ${WMICONDIR} cd ${WRKDIR}/dwiconpack1; \ ${INSTALL_DATA} dwiconpack1.README ${WMDOCDIR}; \ ${INSTALL_DATA} *.tif ${WMICONDIR} cd ${WRKDIR}/dwiconpack2; \ ${INSTALL_DATA} dwiconpack2.README ${WMDOCDIR}; \ ${INSTALL_DATA} *.tif ${WMICONDIR} cd ${WRKDIR}/isiconpack4; \ ${INSTALL_DATA} CREDITS ${WMDOCDIR}; \ ${INSTALL_DATA} *.xpm *.tif ${WMICONDIR} cd ${WRKDIR}/japanese-step-icons; \ ${INSTALL_DATA} README.txt ${WMDOCDIR}/README.japanese-step-icons.txt; \ ${INSTALL_DATA} *.xpm ${WMICONDIR} cd ${WRKDIR}/vf_png; \ ${INSTALL_DATA} README ${WMDOCDIR}/README.vf_png; \ ${INSTALL_DATA} *.png ${WMICONDIR} cd ${WRKDIR}/vf_tif; \ ${INSTALL_DATA} README ${WMDOCDIR}/README.vf_tif; \ ${INSTALL_DATA} *.tif ${WMICONDIR} .include Property changes on: head/graphics/wmicons/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/graphics/xanim/Makefile =================================================================== --- head/graphics/xanim/Makefile (revision 20950) +++ head/graphics/xanim/Makefile (revision 20951) @@ -1,38 +1,38 @@ # New ports collection makefile for: xanim # Version required: 2.80.1 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # -# $Id: Makefile,v 1.18 1999/03/31 13:32:24 flathill Exp $ +# $FreeBSD$ # DISTNAME= xanim2801 PKGNAME= xanim-2.80.1 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/dlls/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= ports@FreeBSD.ORG EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ vid_cyuv_1.0_freebsdELFx86.tgz \ vid_h261_1.0_freebsdELFx86.tgz \ vid_h263_1.0_freebsdELFx86.tgz \ vid_iv32_2.1_freebsdELFx86.tgz \ vid_iv41_1.1_freebsdELFx86.tgz \ vid_iv50_1.0_freebsdELFx86.tgz USE_IMAKE= yes MAN1= xanim.1 DLLDIR= ${PREFIX}/lib/X11/xanim post-extract: ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} post-install: @${MKDIR} ${DLLDIR} ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR} ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR} .include Property changes on: head/graphics/xanim/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/graphics/xaos/Makefile =================================================================== --- head/graphics/xaos/Makefile (revision 20950) +++ head/graphics/xaos/Makefile (revision 20951) @@ -1,38 +1,38 @@ # New ports collection makefile for: XaoS # Version required: 2.2 # Date created: 24 February 1996 # Whom: Joseph Koshy # -# $Id: Makefile,v 1.10 1999/01/23 07:05:31 vanilla Exp $ +# $FreeBSD$ # DISTNAME= XaoS-3.0 PKGNAME= xaos-3.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.ta.jcu.cz/pub/linux/hubicka/XaoS/3.0/ \ http://www.paru.cas.cz/~hubicka/XaoS/dist/ MASTER_SITE_SUBDIR= graphics MAINTAINER= jkoshy@freebsd.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes # This port will benefit from all-stops-out optimization of the code GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CFLAGS= -DHAVE_SYS_PARAM_H \ -I${PREFIX}/include \ -pipe -O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\ -fforce-mem -fforce-addr -funroll-loops MAN6= xaos.6 post-install: strip ${PREFIX}/bin/xaos install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir .include Property changes on: head/graphics/xaos/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/graphics/xbmbrowser/Makefile =================================================================== --- head/graphics/xbmbrowser/Makefile (revision 20950) +++ head/graphics/xbmbrowser/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: xbmbrowser # Version required: xbmbrowser5.1 # Date created: 06 September 1995 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.5 1998/09/17 00:32:42 asami Exp $ +# $FreeBSD$ # DISTNAME= xbmbrowser5.1 PKGNAME= xbmbrowser-5.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes MAN1= xbmbrowser.1 USE_GMAKE= yes .include Property changes on: head/graphics/xbmbrowser/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/graphics/xdgagrab/Makefile =================================================================== --- head/graphics/xdgagrab/Makefile (revision 20950) +++ head/graphics/xdgagrab/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: xdgagrab # Version required: 0.3 # Date created: 99/01/18 # Whom: Satoshi Taoka # -# $Id:$ +# $FreeBSD$ # DISTNAME= xdgagrab-0.3 CATEGORIES= graphics MASTER_SITES= http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/ports/ MAINTAINER= taoka@FreeBSD.org ALL_TARGET= xdgagrab USE_X_PREFIX= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin .include Property changes on: head/graphics/xdgagrab/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/graphics/xdl/Makefile =================================================================== --- head/graphics/xdl/Makefile (revision 20950) +++ head/graphics/xdl/Makefile (revision 20951) @@ -1,18 +1,18 @@ # New ports collection makefile for: xdl # Version required: 2.1 # Date created: 17 July 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1998/08/05 09:31:15 asami Exp $ +# $FreeBSD$ # DISTNAME= xdl-2.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes MAN1= xdl.1 .include Property changes on: head/graphics/xdl/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/graphics/xfig/Makefile =================================================================== --- head/graphics/xfig/Makefile (revision 20950) +++ head/graphics/xfig/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: xfig # Version required: 3.2 # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.26 1998/10/05 03:13:37 steve Exp $ +# $FreeBSD$ # DISTNAME= xfig.3.2.2 PKGNAME= xfig-3.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes MAN1= xfig.1 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \ XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f .include Property changes on: head/graphics/xfig/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/xfig-devel/Makefile =================================================================== --- head/graphics/xfig-devel/Makefile (revision 20950) +++ head/graphics/xfig-devel/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: xfig # Version required: 3.2 # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.26 1998/10/05 03:13:37 steve Exp $ +# $FreeBSD$ # DISTNAME= xfig.3.2.2 PKGNAME= xfig-3.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes MAN1= xfig.1 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \ XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f .include Property changes on: head/graphics/xfig-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/graphics/xfpovray/Makefile =================================================================== --- head/graphics/xfpovray/Makefile (revision 20950) +++ head/graphics/xfpovray/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: xfpovray # Version required: 1.3.1 # Date created: 20 Sep 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.12 1999/04/15 16:05:56 mharo Exp $ +# $FreeBSD$ # DISTNAME= xfpovray-1.3.1 CATEGORIES= graphics MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/rays/pov EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes USE_GMAKE= yes NO_INSTALL_MANPAGES= yes post-patch: @/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h .include Property changes on: head/graphics/xfpovray/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/graphics/xfractint/Makefile =================================================================== --- head/graphics/xfractint/Makefile (revision 20950) +++ head/graphics/xfractint/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: xfractint # Version required: 3.04 # Date created: 7 Sept 1995 # Whom: cacho@mexicano.gdl.iteso.mx # -# $Id: Makefile,v 1.3 1997/10/07 11:48:30 tg Exp $ +# $FreeBSD$ # DISTNAME= xfrac304 PKGNAME= xfractint-3.04 CATEGORIES= graphics MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= xfractint.1 .include Property changes on: head/graphics/xfractint/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/graphics/xgrasp/Makefile =================================================================== --- head/graphics/xgrasp/Makefile (revision 20950) +++ head/graphics/xgrasp/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: xgrasp # Version required: 1.7d # Date created: 23 July 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1998/10/05 03:13:38 steve Exp $ +# $FreeBSD$ # DISTNAME= xgrasp.1.7d PKGNAME= xgrasp-1.7d CATEGORIES= graphics MASTER_SITES= ftp://qiclab.scn.rain.com/pub/X11/ \ ftp://ftp.cs.ubc.ca/mirror1/x-contrib.R5/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes MAN1= glib.1 xgrasp.1 NO_WRKSUBDIR= yes .include Property changes on: head/graphics/xgrasp/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/graphics/xli/Makefile =================================================================== --- head/graphics/xli/Makefile (revision 20950) +++ head/graphics/xli/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: xli # Version required: 1.16 # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.10 1998/10/26 07:26:18 asami Exp $ +# $FreeBSD$ # DISTNAME= xli.1.16 PKGNAME= xli-1.16 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= jkoshy@FreeBSD.ORG USE_IMAKE= yes MAN1= xli.1 xlito.1 NO_WRKSUBDIR= yes .include Property changes on: head/graphics/xli/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/graphics/xmagv/Makefile =================================================================== --- head/graphics/xmagv/Makefile (revision 20950) +++ head/graphics/xmagv/Makefile (revision 20951) @@ -1,33 +1,33 @@ # ports collection makefile for: xmagv # Version required: 1.11 # Date created: 25 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.1.1.1 1998/11/18 09:48:01 flathill Exp $ +# $FreeBSD$ # DISTNAME= xmagv111 PKGNAME= xmagv-1.11 CATEGORIES= graphics MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/art/graphics/loader/mag/ EXTRACT_SUFX= .tgz MAINTAINER= flathill@FreeBSD.ORG WRKSRC= ${WRKDIR}/xmagv GNU_CONFIGURE= yes USE_IMAKE= yes XMKMF= xmkmf MANLANG= . ja MAN1= xmagv.1 post-install: .if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/xmagv.j ${PREFIX}/man/ja/man1 ${MV} ${PREFIX}/man/ja/man1/xmagv.j ${PREFIX}/man/ja/man1/xmagv.1 ${GZIP_CMD} ${PREFIX}/man/ja/man1/xmagv.1 ${MKDIR} ${PREFIX}/share/doc/ja/xmagv ${INSTALL_MAN} ${WRKSRC}/xmagv.doc ${PREFIX}/share/doc/ja/xmagv .endif .include Property changes on: head/graphics/xmagv/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/graphics/xmandel/Makefile =================================================================== --- head/graphics/xmandel/Makefile (revision 20950) +++ head/graphics/xmandel/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: xmandel # Version required: 1.00 # Date created: 18 October 1996 # Whom: andreas@marvin.robin.de # -# $Id: Makefile,v 1.2 1998/08/25 20:21:17 asami Exp $ +# $FreeBSD$ # DISTNAME= xmandel PKGNAME= xmandel-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ EXTRACT_SUFX= .shar # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, # but this has changed apparently. EXTRACT_CMD= sh EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty USE_IMAKE= yes NO_WRKSUBDIR= yes MAN1= xmandel.1 MAINTAINER= andreas@marvin.robin.de .include Property changes on: head/graphics/xmandel/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/graphics/xmfract/Makefile =================================================================== --- head/graphics/xmfract/Makefile (revision 20950) +++ head/graphics/xmfract/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: xmfract # Version required: 1.4 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.4 1996/11/18 09:54:00 asami Exp $ +# $FreeBSD$ # DISTNAME= xmfract_1.4 PKGNAME= xmfract-1.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= graphics MAINTAINER= erich@FreeBSD.org REQUIRES_MOTIF= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes .include Property changes on: head/graphics/xmfract/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/graphics/xmorph/Makefile =================================================================== --- head/graphics/xmorph/Makefile (revision 20950) +++ head/graphics/xmorph/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: xmorph # Version required: 11sep97 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1998/08/05 09:31:17 asami Exp $ +# $FreeBSD$ # DISTNAME= xmorph-11sep97 PKGNAME= xmorph-97.09.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= graphics MAINTAINER= erich@FreeBSD.org MAN1= xmorph.1 MANCOMPRESSED= yes USE_X_PREFIX= yes post-patch: (cd ${WRKSRC}; makedepend) .include Property changes on: head/graphics/xmorph/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/graphics/xmountains/Makefile =================================================================== --- head/graphics/xmountains/Makefile (revision 20950) +++ head/graphics/xmountains/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: xmountains # Version required: 2.4 # Date created: 16 November 1996 # Whom: proff # -# $Id: Makefile,v 1.2 1998/01/22 17:51:33 fenner Exp $ +# $FreeBSD$ # DISTNAME= xmountains-2.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/math/fractals EXTRACT_SUFX= .tgz MAINTAINER= proff@iq.org USE_IMAKE= yes MAN6= xmountains.6 NO_WRKSUBDIR= yes .include Property changes on: head/graphics/xmountains/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/graphics/xpaint/Makefile =================================================================== --- head/graphics/xpaint/Makefile (revision 20950) +++ head/graphics/xpaint/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: xpaint # Version required: 2.5.6 # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.33 1999/01/09 00:28:21 fenner Exp $ +# $FreeBSD$ # DISTNAME= xpaint-2.5.6 CATEGORIES= graphics MASTER_SITES= http://www.image.dk/~torsten/xpaint/ \ ftp://ftp.win.or.jp/pub/graphics/ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes MAN1= xpaint.1 .include Property changes on: head/graphics/xpaint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/graphics/xpdf/Makefile =================================================================== --- head/graphics/xpdf/Makefile (revision 20950) +++ head/graphics/xpdf/Makefile (revision 20951) @@ -1,42 +1,42 @@ # New ports collection makefile for: xpdf # Version required: 0.80 # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.20 1998/12/23 01:11:52 steve Exp $ +# $FreeBSD$ # DISTNAME= xpdf-0.80 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \ ftp://ftp.duke.edu/pub/X11/contrib/applications/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR=support/xpdf EXTRACT_SUFX= .tgz .if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING) PATCH_SITES= ftp://ftp.sci.usq.edu.au/pub/linux/xpdf/ PATCHFILES= xpdf-0.80-decrypt.patch PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet .endif MAINTAINER= chuckr@glue.umd.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm .if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING) RESTRICTED= "Contains cryptography" .endif USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gzip --enable-japanese CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= pdfimages.1 \ pdfinfo.1 \ pdftopbm.1 \ pdftops.1 \ pdftotext.1 \ xpdf.1 .include Property changes on: head/graphics/xpdf/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/graphics/xpm/Makefile =================================================================== --- head/graphics/xpm/Makefile (revision 20950) +++ head/graphics/xpm/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: xpm # Version required: 3.4k # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1999/02/18 09:25:29 thepish Exp $ +# $FreeBSD$ # DISTNAME= xpm-3.4k CATEGORIES= graphics x11 MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes MAN1= cxpm.1 sxpm.1 .include post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @ranlib ${PREFIX}/lib/libXpm.a .include Property changes on: head/graphics/xpm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/graphics/xpx/Makefile =================================================================== --- head/graphics/xpx/Makefile (revision 20950) +++ head/graphics/xpx/Makefile (revision 20951) @@ -1,28 +1,28 @@ # ports collection makefile for: xpx # Version required: 1.41 # Date created: 25 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.3 1998/11/22 03:40:19 flathill Exp $ +# $FreeBSD$ # DISTNAME= xpx141 PKGNAME= xpx-1.41 CATEGORIES= graphics MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/ MAINTAINER= flathill@FreeBSD.ORG WRKSRC= ${WRKDIR}/xpx USE_IMAKE= yes XMKMF= xmkmf NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/xpx ${INSTALL_MAN} ${WRKSRC}/xpx.doc ${WRKSRC}/xpxrc.eg ${PREFIX}/share/doc/ja/xpx .endif .include Property changes on: head/graphics/xpx/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/graphics/xsane/Makefile =================================================================== --- head/graphics/xsane/Makefile (revision 20950) +++ head/graphics/xsane/Makefile (revision 20951) @@ -1,44 +1,44 @@ # New ports collection makefile for: xsane # Version required: 0.30 # Date created: Fri Apr 8 00:18:29 MET DST 1999 # Whom: domi@saargate.de # -# $Id: Makefile,v 1.6 1999/07/27 11:08:58 dirk Exp $ +# $FreeBSD$ # DISTNAME= xsane-0.31 CATEGORIES= graphics MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= domi@saargate.de LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ sane.1:${PORTSDIR}/graphics/sane \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= xsane.1 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" .include .if ${OSVERSION} < 300000 CONFIGURE_ENV+= LIBS="-Wl,--rpath -Wl,${LOCALBASE}/lib/sane -L${LOCALBASE}/lib" .else CONFIGURE_ENV+= LIBS="-Wl,--rpath -Wl,${LOCALBASE}/lib/sane -L${LOCALBASE}/lib -lcam" .endif post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/graphics/xsane/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/graphics/xv/Makefile =================================================================== --- head/graphics/xv/Makefile (revision 20950) +++ head/graphics/xv/Makefile (revision 20951) @@ -1,70 +1,70 @@ # New ports collection makefile for: xv # Version required: 3.10a # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.32 1999/01/23 07:05:35 vanilla Exp $ +# $FreeBSD$ # DISTNAME= xv-3.10a CATEGORIES?= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ftp://ftp.airlab.cs.ritsumei.ac.jp/pub/X/xv-jp-extension/working/ \ http://www.freebsd.org/~shige/ports/xv/ \ http://www.yuasa.kuis.kyoto-u.ac.jp/~shige/FreeBSD/ports/xv/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ xv310a-jp-extension-rev5.3.3.tar.gz \ croppad.patch grabpatch jp-ext-bzip2.patch longname.patch \ mp-tiff-patch pdf.patch png-1.2d-fix.patch xv-png-1.2d.patch DIST_SUBDIR= xv EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ xv310a-jp-extension-rev5.3.3.tar.gz PATCH_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch MAINTAINER?= shige@FreeBSD.ORG LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png USE_IMAKE= yes .if !defined(NOMAN) MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvpictoppm.1 .endif XVDIST= ${DISTDIR}/${DIST_SUBDIR} pre-patch: @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-jp-extension/Patch.xv310a-ext-5.3.3 post-patch: @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/croppad.patch @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/grabpatch @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/longname.patch @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/mp-tiff-patch @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/pdf.patch @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/xv-png-1.2d.patch @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/png-1.2d-fix.patch @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/jp-ext-bzip2.patch post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/README.PNG ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/epsf.ps ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/xpm.ps ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/xvtitle.ps ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/help ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/bmp.doc ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/docs/gif* ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/../xv-jp-extension/CHANGELOG.* ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/../xv-jp-extension/README.PhotoCD ${PREFIX}/share/doc/xv @${INSTALL_DATA} ${WRKSRC}/../xv-jp-extension/README.xv310a-ext-5.3.3 ${PREFIX}/share/doc/xv/README.xv310a-ext-5.3.3.ja @${INSTALL_DATA} ${WRKSRC}/../xv-jp-extension/magic.add ${PREFIX}/share/doc/xv .endif .include Property changes on: head/graphics/xv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/graphics/xv-m17n/Makefile =================================================================== --- head/graphics/xv-m17n/Makefile (revision 20950) +++ head/graphics/xv-m17n/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: xv-m17n # Version required: 3.10a # Date created: 07 Oct 1998 # Whom: Shigeyuki FUKUSHIMA (shige@kuis.kyoto-u.ac.jp) # -# $Id: Makefile,v 1.2 1998/12/01 03:05:50 asami Exp $ +# $FreeBSD$ # PKGNAME= xv-m17n-3.10a CATEGORIES= graphics MAINTAINER= shige@FreeBSD.ORG MASTERDIR= ${.CURDIR}/../../graphics/xv PKGDIR= ${.CURDIR}/pkg MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv NOMAN= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ ${MV} ${PREFIX}/bin/xv ${PREFIX}/bin/xv.orig ;\ else \ ${RM} ${PREFIX}/bin/xv ;\ fi @${LN} -sf ${PREFIX}/bin/xv-m17n ${PREFIX}/bin/xv .include "${MASTERDIR}/Makefile" Property changes on: head/graphics/xv-m17n/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/graphics/xwpick/Makefile =================================================================== --- head/graphics/xwpick/Makefile (revision 20950) +++ head/graphics/xwpick/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: xwpick # Version required: 2.20 # Date created: 24 June 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/07/12 23:35:13 steve Exp $ +# $FreeBSD$ # DISTNAME= xwpick-2.20 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= andy@icc.surw.chel.su USE_IMAKE= yes MAN1= xwpick.1 MANCOMPRESSED= no do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xwpick ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/xwpick.man ${PREFIX}/man/man1/xwpick.1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/xwpick @ ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick @ ${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick @ ${INSTALL_DATA} ${WRKSRC}/0README ${PREFIX}/share/doc/xwpick/README .endif .include Property changes on: head/graphics/xwpick/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/irc/Makefile =================================================================== --- head/irc/Makefile (revision 20950) +++ head/irc/Makefile (revision 20951) @@ -1,31 +1,31 @@ -# $Id: Makefile,v 1.4 1999/08/14 03:35:15 cpiazza Exp $ +# $FreeBSD$ # SUBDIR += bitchx SUBDIR += blackened SUBDIR += bnc SUBDIR += epic4 SUBDIR += ezbounce SUBDIR += irc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircii-epic SUBDIR += irssi SUBDIR += kvirc SUBDIR += muh SUBDIR += ninja SUBDIR += olirc SUBDIR += quirc SUBDIR += roxirc SUBDIR += scrollz SUBDIR += sic SUBDIR += sirc SUBDIR += tirc SUBDIR += tkirc SUBDIR += trickyirc SUBDIR += xchat SUBDIR += xgirc SUBDIR += yagirc SUBDIR += zircon .include Property changes on: head/irc/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/irc/bitchx/Makefile =================================================================== --- head/irc/bitchx/Makefile (revision 20950) +++ head/irc/bitchx/Makefile (revision 20951) @@ -1,36 +1,36 @@ # New ports collection makefile for: BitchX ircII client # Version required: 75p3 # Date created: 26 Jan 1998 # Whom: griffin # -# $Id: Makefile,v 1.5 1999/06/27 16:16:16 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= ircii-pana-75p3 PKGNAME= bitchx-75p3 CATEGORIES= irc MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ftp.buk.net/pub/software/bitchx/source/ MAINTAINER= griffin@blackhole.iceworld.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/BitchX MAN1= BitchX.1 MANCOMPRESSED= yes post-patch: @${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new @${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h do-install: ${MKDIR} ${PREFIX}/lib/bx ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx ${INSTALL_MAN} ${WRKSRC}/BitchX.1.gz ${PREFIX}/man/man1 .include Property changes on: head/irc/bitchx/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/irc/blackened/Makefile =================================================================== --- head/irc/blackened/Makefile (revision 20950) +++ head/irc/blackened/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: Blackened IRC client # Version required: 1.7.0 # Date created: 11 Jun 1999 # Whom: Will Andrews # -# $Id: Makefile,v 1.4 1999/08/01 00:46:36 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= blackened-${VERSION} CATEGORIES= irc MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ \ http://www.psn.net/~andrews/blackened/ MAINTAINER= andrews@technologist.com GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} VERSION= 1.7.0 PLIST_SUB= VERSION=${VERSION} MAKE_ENV= prefix=${PREFIX} .include Property changes on: head/irc/blackened/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/irc/bnc/Makefile =================================================================== --- head/irc/bnc/Makefile (revision 20950) +++ head/irc/bnc/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: bnc # Version required: 2.4.3 # Date created: 06 July 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.4 1999/06/28 02:20:11 billf Exp $ +# $FreeBSD$ # DISTNAME= bnc2.6.2 PKGNAME= bnc-2.6.2 CATEGORIES= irc MASTER_SITES= http://www.psn.net/~andrews/dist/ MAINTAINER= billf@FreeBSD.org FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= YES post-patch: ${SED} 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup > ${WRKSRC}/bncsetup.new ${MV} ${WRKSRC}/bncsetup.new ${WRKSRC}/bncsetup do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bnc ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bncchk ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bncsetup ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample .include Property changes on: head/irc/bnc/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/irc/epic4/Makefile =================================================================== --- head/irc/epic4/Makefile (revision 20950) +++ head/irc/epic4/Makefile (revision 20951) @@ -1,33 +1,33 @@ # New ports collection makefile for: epic4 # Version required: 4pre2.003 # Date created: 11 November 1998 # Whom: Ben Hutchinson # -# $Id: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $ +# $FreeBSD$ # DISTNAME= epic-4.pre2.003 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ DISTFILES= epic4pre2.003.tar.gz epic4pre2-help.tar.gz MAINTAINER= benhutch@xfiles.org.uk DIST_SUBDIR= epic4 EXTRACT_ONLY= epic4pre2.003.tar.gz GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.003 MAN1= epic.1 do-install: cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" install post-install: cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz .include Property changes on: head/irc/epic4/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/irc/epic5/Makefile =================================================================== --- head/irc/epic5/Makefile (revision 20950) +++ head/irc/epic5/Makefile (revision 20951) @@ -1,33 +1,33 @@ # New ports collection makefile for: epic4 # Version required: 4pre2.003 # Date created: 11 November 1998 # Whom: Ben Hutchinson # -# $Id: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $ +# $FreeBSD$ # DISTNAME= epic-4.pre2.003 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ DISTFILES= epic4pre2.003.tar.gz epic4pre2-help.tar.gz MAINTAINER= benhutch@xfiles.org.uk DIST_SUBDIR= epic4 EXTRACT_ONLY= epic4pre2.003.tar.gz GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.003 MAN1= epic.1 do-install: cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" install post-install: cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz .include Property changes on: head/irc/epic5/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/irc/ezbounce/Makefile =================================================================== --- head/irc/ezbounce/Makefile (revision 20950) +++ head/irc/ezbounce/Makefile (revision 20951) @@ -1,35 +1,35 @@ # New ports collection makefile for: ezbounce # Version required: 0.99.2 # Date created: 19 February 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.6 1999/08/02 11:42:13 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= ezbounce-0.99.2 CATEGORIES= irc MASTER_SITES= http://druglord.freelsd.org/ezbounce/ MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes do-install: @ ${ECHO} ------------------------------------------------------------------ @ ${ECHO} You will need to read http://druglord.freelsd.org/ezbounce/README @ ${ECHO} and http://druglord.freelsd.org/ezbounce/mdidentd.README @ ${ECHO} to set up this program. @ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking. @ ${ECHO} ------------------------------------------------------------------ ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin @ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \ ${WRKSRC}/sample.conf.new if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \ ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \ ${PREFIX}/etc/ezbounce.conf; \ fi ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \ ${PREFIX}/etc/ezbounce.conf.default .include Property changes on: head/irc/ezbounce/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/irc/ezbounce-devel/Makefile =================================================================== --- head/irc/ezbounce-devel/Makefile (revision 20950) +++ head/irc/ezbounce-devel/Makefile (revision 20951) @@ -1,35 +1,35 @@ # New ports collection makefile for: ezbounce # Version required: 0.99.2 # Date created: 19 February 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.6 1999/08/02 11:42:13 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= ezbounce-0.99.2 CATEGORIES= irc MASTER_SITES= http://druglord.freelsd.org/ezbounce/ MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes do-install: @ ${ECHO} ------------------------------------------------------------------ @ ${ECHO} You will need to read http://druglord.freelsd.org/ezbounce/README @ ${ECHO} and http://druglord.freelsd.org/ezbounce/mdidentd.README @ ${ECHO} to set up this program. @ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking. @ ${ECHO} ------------------------------------------------------------------ ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin @ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \ ${WRKSRC}/sample.conf.new if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \ ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \ ${PREFIX}/etc/ezbounce.conf; \ fi ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \ ${PREFIX}/etc/ezbounce.conf.default .include Property changes on: head/irc/ezbounce-devel/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/irc/irc/Makefile =================================================================== --- head/irc/irc/Makefile (revision 20950) +++ head/irc/irc/Makefile (revision 20951) @@ -1,48 +1,48 @@ # New ports collection makefile for: Irc Server # Version required: 2.10.1 # Date created: 23 August 1994 # Whom: torstenb # -# $Id: Makefile,v 1.19 1998/12/09 20:15:29 billf Exp $ +# $FreeBSD$ # DISTNAME= irc2.10.1 PKGNAME= irc-2.10.1 CATEGORIES= irc MASTER_SITES= ftp://ftp.funet.fi/pub/networking/services/irc/server/ \ ftp://ftp.irc.org/irc/server/ \ ftp://tau.ac.il/pub/unix/irc/server/ \ ftp://ftp.ut.ee/pub/unix/irc/server/ \ ftp://ftp.ntua.gr/pub/net/irc/server/ MAINTAINER= torstenb@FreeBSD.ORG # the NOTE command is disabled by default # ENABLE_NOTE=yes # Syslog-Facility to use for logging # default: SYSLOG_FACILITY=LOG_LOCAL5 EXTRACT_SUFX= .tgz SCRIPTS_ENV= SYSLOG_FACILITY="${SYSLOG_FACILITY}" MAN1= irc.1 MAN5= iauth.conf.5 MAN8= ircd.8 iauth.8 ircdwatch.8 GNU_CONFIGURE= YES CONFIGURE_ARGS= --without-ncurses do-build: @(cd ${WRKSRC}/`${WRKSRC}/support/config.guess` && make all) do-install: @(cd ${WRKSRC}/`${WRKSRC}/support/config.guess` && make install) pre-install: @${MKDIR} ${PREFIX}/lib/ircd @${TOUCH} ${PREFIX}/lib/ircd/users ${PREFIX}/lib/ircd/opers \ ${PREFIX}/lib/ircd/rejects .include Property changes on: head/irc/irc/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/irc/ircII/Makefile =================================================================== --- head/irc/ircII/Makefile (revision 20950) +++ head/irc/ircII/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: IrcII Client # Version required: 2.9 # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1999/04/19 05:55:09 mharo Exp $ +# $FreeBSD$ # DISTNAME= ircii-4.4 CATEGORIES= irc MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= ircII.1 ircbug.1 .include Property changes on: head/irc/ircII/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/irc/ircd-hybrid/Makefile =================================================================== --- head/irc/ircd-hybrid/Makefile (revision 20950) +++ head/irc/ircd-hybrid/Makefile (revision 20951) @@ -1,31 +1,31 @@ # New ports collection makefile for: ircd-hybrid # Version required: 5.3p6 # Date created: 9 January 1998 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.10 1999/03/15 01:29:23 steve Exp $ +# $FreeBSD$ # DISTNAME= ircd-hybrid-5.3p6 CATEGORIES= irc MASTER_SITES= ftp://ftp.blackened.com/pub/irc/hybrid/ MAINTAINER= desmo@bandwidth.org GNU_CONFIGURE= yes MAN8= ircd.8 pre-install: @${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/buildm4 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/fixklines ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/ircd-mkpasswd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/viconf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8 ${INSTALL_SCRIPT} ${FILESDIR}/ircd.sh ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/doc/example.conf.trillian ${PREFIX}/etc/ircd .include Property changes on: head/irc/ircd-hybrid/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/irc/irssi/Makefile =================================================================== --- head/irc/irssi/Makefile (revision 20950) +++ head/irc/irssi/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: irssi # Version required: 0.7.13 # Date created: 14 Apr 1999 # Whom: Jim Mock # -# $Id: Makefile,v 1.7 1999/08/14 07:11:55 jim Exp $ +# $FreeBSD$ # DISTNAME= irssi-0.7.13-2 PKGNAME= irssi-0.7.13 CATEGORIES= irc MASTER_SITES= http://xlife.dhs.org/irssi/files/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes USE_X_PREFIX= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui .if defined(USE_GNOME) CONFIGURE_ARGS+= --with-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --with-gnome-panel .else CONFIGURE_ARGS+= --without-gnome-panel .endif .else CONFIGURE_ARGS+= --without-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" post-install: @${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi" @${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time." @${MKDIR} ${PREFIX}/share/examples/irssi && ${CHMOD} a+rx ${PREFIX}/share/examples/irssi @${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi .include Property changes on: head/irc/irssi/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/irc/irssi-devel/Makefile =================================================================== --- head/irc/irssi-devel/Makefile (revision 20950) +++ head/irc/irssi-devel/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: irssi # Version required: 0.7.13 # Date created: 14 Apr 1999 # Whom: Jim Mock # -# $Id: Makefile,v 1.7 1999/08/14 07:11:55 jim Exp $ +# $FreeBSD$ # DISTNAME= irssi-0.7.13-2 PKGNAME= irssi-0.7.13 CATEGORIES= irc MASTER_SITES= http://xlife.dhs.org/irssi/files/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes USE_X_PREFIX= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui .if defined(USE_GNOME) CONFIGURE_ARGS+= --with-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --with-gnome-panel .else CONFIGURE_ARGS+= --without-gnome-panel .endif .else CONFIGURE_ARGS+= --without-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" post-install: @${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi" @${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time." @${MKDIR} ${PREFIX}/share/examples/irssi && ${CHMOD} a+rx ${PREFIX}/share/examples/irssi @${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi .include Property changes on: head/irc/irssi-devel/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/irc/kvirc/Makefile =================================================================== --- head/irc/kvirc/Makefile (revision 20950) +++ head/irc/kvirc/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: kvirc # Version required: 0.9.0 # Date created: Mon Feb 15 02:53:29 CET 1999 # Whom: Anders Nordby # -# $Id: Makefile,v 1.2 1999/04/13 23:11:07 mharo Exp $ +# $FreeBSD$ # DISTNAME= kvirc-0.9.0 CATEGORIES= irc kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1/apps/network MAINTAINER= anders@fix.no LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 \ khtmlw.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes KDEDIR= ${PREFIX} CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ --datadir=$(PREFIX)/share/kde CONFIGURE_ENV= MOC=${X11BASE}/bin/moc .include Property changes on: head/irc/kvirc/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/irc/kvirc-devel/Makefile =================================================================== --- head/irc/kvirc-devel/Makefile (revision 20950) +++ head/irc/kvirc-devel/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: kvirc # Version required: 0.9.0 # Date created: Mon Feb 15 02:53:29 CET 1999 # Whom: Anders Nordby # -# $Id: Makefile,v 1.2 1999/04/13 23:11:07 mharo Exp $ +# $FreeBSD$ # DISTNAME= kvirc-0.9.0 CATEGORIES= irc kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1/apps/network MAINTAINER= anders@fix.no LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 \ khtmlw.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes KDEDIR= ${PREFIX} CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ --datadir=$(PREFIX)/share/kde CONFIGURE_ENV= MOC=${X11BASE}/bin/moc .include Property changes on: head/irc/kvirc-devel/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/irc/muh/Makefile =================================================================== --- head/irc/muh/Makefile (revision 20950) +++ head/irc/muh/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: muh # Version required: 2.04 # Date created: 25 Sept 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.5 1999/07/15 01:41:32 obrien Exp $ +# $FreeBSD$ # DISTNAME= muh2.04 PKGNAME= muh-2.04 CATEGORIES= irc MASTER_SITES= http://mind.riot.org/download/ MAINTAINER= billf@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc .include Property changes on: head/irc/muh/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/irc/ninja/Makefile =================================================================== --- head/irc/ninja/Makefile (revision 20950) +++ head/irc/ninja/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: Ninja-irc # Version required: 1.1 # Date created: 10 April 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.6 1999/06/28 02:20:50 billf Exp $ +# $FreeBSD$ # DISTNAME= ninja-1.1-src PKGNAME= ninja-1.1 CATEGORIES= irc MASTER_SITES= http://ninja.pimped.org/ftp/unstable/ \ ftp://ninja.qoop.org/unstable/ MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} pre-patch: @${CP} ${WRKSRC}/config/configure ${WRKSRC} post-patch: @${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new @${MV} $(WRKSRC)/include/config.h.dist.new $(WRKSRC)/include/config.h.dist .include Property changes on: head/irc/ninja/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/irc/olirc/Makefile =================================================================== --- head/irc/olirc/Makefile (revision 20950) +++ head/irc/olirc/Makefile (revision 20951) @@ -1,25 +1,25 @@ # New ports collection makefile for: olirc # Version required: 0.0.35 # Date created: Sat Jul 24 03:04:46 MET DST 1999 # Whom: Juergen Lock # -# $Id: $ +# $FreeBSD$ # DISTNAME= olirc-0.0.35 CATEGORIES= irc MASTER_SITES= http://altern.org/olirc/sources/ MAINTAINER= nox@jelal.kn-bremen.de LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_BZIP2= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin .include Property changes on: head/irc/olirc/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/irc/quirc/Makefile =================================================================== --- head/irc/quirc/Makefile (revision 20950) +++ head/irc/quirc/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: QuIRC # Version required: 0.9.79 # Date created: 21 May 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.3 1999/06/28 02:20:53 billf Exp $ +# $FreeBSD$ # DISTNAME= quirc-0.9.79 CATEGORIES= irc tk80 MASTER_SITES= http://www.quirc.org/ \ http://patearl.powersurfr.com/quirc/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 USE_XLIB= yes GNU_CONFIGURE= yes ALL_TARGET= all quirc.inst pre-install: @${MKDIR} ${PREFIX}/share/doc/quirc/doc post-install: @${INSTALL_SCRIPT} ${WRKSRC}/quirc.inst ${PREFIX}/bin @strip ${PREFIX}/bin/quirc .include Property changes on: head/irc/quirc/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/irc/roxirc/Makefile =================================================================== --- head/irc/roxirc/Makefile (revision 20950) +++ head/irc/roxirc/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: roxirc # Version required: 1.4 # Date created: Mar 15 1999 # Whom: rox@fearme.com # -# $Id: Makefile,v 1.5 1999/06/28 02:20:59 billf Exp $ +# $FreeBSD$ # DISTNAME= roxirc-1.4 CATEGORIES= irc tk80 MASTER_SITES= http://roxirc.lighter.net/download/ MAINTAINER= rox@fearme.com RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/roxirc ${INSTALL_DATA} ${WRKSRC}/config ${PREFIX}/share/doc/roxirc/config-example ${INSTALL_DATA} ${WRKSRC}/menus ${PREFIX}/share/doc/roxirc/menus-example ${INSTALL_DATA} ${WRKSRC}/prefs ${PREFIX}/share/doc/roxirc/prefs-initial ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/doc/roxirc/help post-patch: ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/roxirc .include Property changes on: head/irc/roxirc/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/irc/scrollz/Makefile =================================================================== --- head/irc/scrollz/Makefile (revision 20950) +++ head/irc/scrollz/Makefile (revision 20951) @@ -1,32 +1,32 @@ # New ports collection makefile for: ScrollZ # Version required: 1.8i5 # Date created: 10 Aug 1999 # Whom: Will Andrews # -# $Id$ +# $FreeBSD$ # DISTNAME= ScrollZ-1.8i5-FreeBSD-3.2 PKGNAME= scrollz-1.8i5 CATEGORIES= irc MASTER_SITES= ftp://ftp.scrollz.net/ScrollZ/ EXTRACT_SUFX= .bz2 MAINTAINER= andrews@technologist.com USE_BZIP2= YES NO_BUILD= YES ONLY_FOR_ARCHS= i386 BZIP2?= ${LOCALBASE}/bin/bzip2 pre-extract: @${MKDIR} ${WRKSRC} do-extract: @${BZIP2} -dc ${DISTDIR}/${DISTFILES} > ${WRKSRC}/scrollz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz .include Property changes on: head/irc/scrollz/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/irc/sic/Makefile =================================================================== --- head/irc/sic/Makefile (revision 20950) +++ head/irc/sic/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: sic # Version required: 0.18a # Date created: 04 Apr 1998 # Whom: sec@42.org # -# $Id: Makefile,v 1.3 1998/12/16 00:12:46 jseger Exp $ +# $FreeBSD$ # DISTNAME= sic-0.18a CATEGORIES= irc MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org GNU_CONFIGURE= yes MAN1= sic.1 MAN5= sic-alias.5 sic-server.5 .include Property changes on: head/irc/sic/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/irc/sirc/Makefile =================================================================== --- head/irc/sirc/Makefile (revision 20950) +++ head/irc/sirc/Makefile (revision 20951) @@ -1,87 +1,87 @@ # New ports collection makefile for: sirc # Version required: 2.211 # Date created: 4 May 1998 # Whom: Studded # -# $Id: Makefile,v 1.3 1998/09/16 06:55:15 asami Exp $ +# $FreeBSD$ # # If you need SOCKS support, define SOCKS_SERVER with # the name of your SOCKS proxy and remove the '#'. # You should also check the default port and DNS # setting in ${PREFIX}/bin/sirc after installation. # # SOCKS_SERVER= your.socks.proxy DISTNAME= sirc-2.211 CATEGORIES= irc MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/sirc/ \ ftp://ftp1.dal.net/dalnet/clients/unix/sirc/ \ ftp://ftp2.dal.net/dalnet/clients/unix/sirc/ MAINTAINER= Studded@dal.net USE_PERL5= yes .if exists(/usr/bin/perl5) SHORT_PERL5=/usr/bin/perl5 .else SHORT_PERL5=${PREFIX}/bin/perl5 .endif post-extract: .if !defined(SOCKS_SERVER) @${ECHO_MSG} '' @${ECHO_MSG} "SOCKS proxy support is available with this client." @${ECHO_MSG} "If you need SOCKS support edit the Makefile in this" @${ECHO_MSG} "directory according to the instructions at the top of it." @${ECHO_MSG} "Then do 'make clean', 'make deinstall' (if needed)" @${ECHO_MSG} "then 'make install'." @${ECHO_MSG} '' .endif pre-patch: @${CP} ${SCRIPTDIR}/sirc-proto ${WRKSRC} do-patch: .if defined(SOCKS_SERVER) @${PATCH} ${PATCH_DIST_ARGS} < ${PATCHDIR}/patch-aa @${SED} 's:SOCKS_SERVER\=:SOCKS_SERVER\=${SOCKS_SERVER}:' \ ${WRKSRC}/sirc-proto > ${WRKSRC}/sirc-proto.1 @${SED} 's:PREFIX.SED:${PREFIX}:' ${WRKSRC}/sirc-proto.1 \ > ${WRKSRC}/sirc-proto.2 @${SED} 's:PERL5.SED:${SHORT_PERL5}:' ${WRKSRC}/sirc-proto.2 \ > ${WRKSRC}/sirc .else @${SED} 's:PREFIX.SED:${PREFIX}:' ${WRKSRC}/sirc-proto \ > ${WRKSRC}/sirc-proto.1 @${SED} 's:PERL5.SED:${SHORT_PERL5}:' ${WRKSRC}/sirc-proto.1 \ > ${WRKSRC}/sirc .endif do-build: ${CC} ${CFLAGS} ${WRKSRC}/ssfe.c -o ${WRKSRC}/ssfe -ltermcap do-install: ${MKDIR} ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/n0thing.pl ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/sirc.help.gz ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/socks.pl ${PREFIX}/libexec/sirc ${INSTALL_SCRIPT} ${WRKSRC}/dsirc ${PREFIX}/libexec/sirc ${INSTALL_PROGRAM} ${WRKSRC}/ssfe ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/sirc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ssfe.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/sirc.1 ${PREFIX}/man/man1 .if defined(SOCKS_SERVER) ${ECHO} '&load("socks.pl");' >> ${PREFIX}/libexec/sirc/sircrc.pl .endif .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/PROGRAMMING ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/libexec/sirc ${INSTALL_DATA} ${WRKSRC}/README.socks ${PREFIX}/libexec/sirc .endif MAN1= sirc.1 ssfe.1 .include Property changes on: head/irc/sirc/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/irc/tirc/Makefile =================================================================== --- head/irc/tirc/Makefile (revision 20950) +++ head/irc/tirc/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: tirc IRC-Client # Version required: 1.2 # Date created: 14 August 1999 # Whom: Dominik Rothert # -# $Id: Makefile,v 1.1.1.1 1999/08/22 22:07:25 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= tirc-1.2 CATEGORIES= irc MASTER_SITES= http://www.domix.de/fbsd/ports/distfiles/ MAINTAINER= dr@domix.de GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-ansi-colours" MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" MAN1= tirc.1 post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.1 post-install: strip ${PREFIX}/bin/tirc ${MKDIR} ${PREFIX}/share/tirc ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc .include Property changes on: head/irc/tirc/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/irc/tkirc/Makefile =================================================================== --- head/irc/tkirc/Makefile (revision 20950) +++ head/irc/tkirc/Makefile (revision 20951) @@ -1,33 +1,33 @@ # New ports collection makefile for: tkirc # Version required: 1.151 # Date created: Jan 15 1998 # Whom: brianfeldman@hotmail.com # -# $Id: Makefile,v 1.8 1999/06/28 05:47:42 mharo Exp $ +# $FreeBSD$ # DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 CATEGORIES= irc tk80 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= green@FreeBSD.org RUN_DEPENDS= irc:${PORTSDIR}/irc/ircII \ wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/tkirc NO_BUILD= yes post-patch: perl -pi.orig -e 's/wish/wish8.0/' ${WRKSRC}/tkirc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc .include Property changes on: head/irc/tkirc/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/irc/trickyirc/Makefile =================================================================== --- head/irc/trickyirc/Makefile (revision 20950) +++ head/irc/trickyirc/Makefile (revision 20951) @@ -1,30 +1,30 @@ # New ports collection makefile for: TrickyIRC # Version required: 1.1 # Date created: Jun 20th 1999 # Whom: troll # -# $Id: Makefile,v 1.3 1999/07/08 05:43:48 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= TrickyIRC-1.1.0 PKGNAME= trickyirc-1.1.0 CATEGORIES= irc MASTER_SITES= http://www.leb.net/~troll/ MAINTAINER= troll@digitalspark.net MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/trickyirc USE_GMAKE= YES post-install: @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC # @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC # ${INSTALL_DATA} ${WRKSRC}/config.sample \ # ${PREFIX}/share/examples/TrickyIRC ${INSTALL_DATA} ${WRKSRC}/README \ ${PREFIX}/share/doc/TrickyIRC @strip ${PREFIX}/bin/trickyirc @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e s:/usr/local:${PREFIX}: .include Property changes on: head/irc/trickyirc/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/irc/xchat/Makefile =================================================================== --- head/irc/xchat/Makefile (revision 20950) +++ head/irc/xchat/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: xchat # Version required: 1.1.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ +# $FreeBSD$ # DISTNAME= xchat-1.1.8 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/xchat-devel/Makefile =================================================================== --- head/irc/xchat-devel/Makefile (revision 20950) +++ head/irc/xchat-devel/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: xchat # Version required: 1.1.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ +# $FreeBSD$ # DISTNAME= xchat-1.1.8 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/xchat-gnome/Makefile =================================================================== --- head/irc/xchat-gnome/Makefile (revision 20950) +++ head/irc/xchat-gnome/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: xchat # Version required: 1.1.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ +# $FreeBSD$ # DISTNAME= xchat-1.1.8 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat-gnome/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/xchat1/Makefile =================================================================== --- head/irc/xchat1/Makefile (revision 20950) +++ head/irc/xchat1/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: xchat # Version required: 1.1.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ +# $FreeBSD$ # DISTNAME= xchat-1.1.8 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat1/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/xchat2/Makefile =================================================================== --- head/irc/xchat2/Makefile (revision 20950) +++ head/irc/xchat2/Makefile (revision 20951) @@ -1,50 +1,50 @@ # New ports collection makefile for: xchat # Version required: 1.1.8 # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ +# $FreeBSD$ # DISTNAME= xchat-1.1.8 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome .if defined(USE_PANEL) CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-panel .endif .else CONFIGURE_ARGS+= --disable-gnome .endif CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include Property changes on: head/irc/xchat2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/yagirc/Makefile =================================================================== --- head/irc/yagirc/Makefile (revision 20950) +++ head/irc/yagirc/Makefile (revision 20951) @@ -1,29 +1,29 @@ # New ports collection makefile for: yagirc # Version required: 0.66.1 # Date created: 6 July 1998 # Whom: mph # -# $Id: Makefile,v 1.15 1999/05/29 04:42:25 steve Exp $ +# $FreeBSD$ # DISTNAME= yagirc-0.66.1 CATEGORIES= irc MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/ MAINTAINER= mph@freebsd.org LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ esd.1:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_PERL5= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-gnome --disable-pthread CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/irc/yagirc/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/irc/zircon/Makefile =================================================================== --- head/irc/zircon/Makefile (revision 20950) +++ head/irc/zircon/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: zircon # Version required: 1.18.223 # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.39 1999/06/28 02:21:35 billf Exp $ +# $FreeBSD$ # DISTNAME= zircon-1.18.223 CATEGORIES= irc tk81 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ ftp://ftp.dinoex.sub.org/pub/approved/ MAINTAINER= jseger@FreeBSD.org RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 IS_INTERACTIVE= yes NO_BUILD= yes do-install: (cd ${WRKSRC} && ./installZircon) .include Property changes on: head/irc/zircon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/java/Makefile =================================================================== --- head/java/Makefile (revision 20950) +++ head/java/Makefile (revision 20951) @@ -1,18 +1,18 @@ -# $Id: Makefile,v 1.1 1999/06/26 22:07:15 asami Exp $ +# $FreeBSD$ # SUBDIR += guavac SUBDIR += java-cup SUBDIR += javac_netscape SUBDIR += jdk SUBDIR += jdk-doc SUBDIR += jdk-tutorial SUBDIR += jfc SUBDIR += jikes SUBDIR += jlex SUBDIR += jsdk SUBDIR += kaffe SUBDIR += shujit SUBDIR += tya .include Property changes on: head/java/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/java/guavac/Makefile =================================================================== --- head/java/guavac/Makefile (revision 20950) +++ head/java/guavac/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: guavac # Version required: 1.2 # Date created: 10 October 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.16 1999/08/22 18:58:39 mharo Exp $ +# $FreeBSD$ # DISTNAME= guavac-1.2 CATEGORIES= java MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ MAINTAINER= nacai@iname.com USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 STRIP= pre-install: @${CHMOD} +x ${WRKSRC}/mkinstalldirs post-install: @strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad .include Property changes on: head/java/guavac/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/java/java-cup/Makefile =================================================================== --- head/java/java-cup/Makefile (revision 20950) +++ head/java/java-cup/Makefile (revision 20951) @@ -1,47 +1,47 @@ # New ports collection makefile for: cup # Version required: 0.10g # Date created: 10 May 1998 # Whom: nordwick@xcf.berkeley.edu # -# $Id: Makefile,v 1.3 1999/06/28 02:21:45 billf Exp $ +# $FreeBSD$ # DISTNAME= java_cup_v10g PKGNAME= java_cup-10.g CATEGORIES= java MASTER_SITES= http://www.cs.princeton.edu/~appel/modern/java/CUP/ MAINTAINER= nordwick@xcf.berkeley.edu JAVASUBDIR= jdk1.1.7 JAVADIR= ${PREFIX}/${JAVASUBDIR} JAVALIBDIR= ${JAVADIR}/lib BUILD_DEPENDS= ${JAVADIR}/bin/javac:${PORTSDIR}/java/jdk RUN_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk NO_WRKSUBDIR= yes PLIST_SUB= JAVASUBDIR=${JAVASUBDIR} do-build: for JSRC in ${WRKSRC}/java_cup/*.java ${WRKSRC}/java_cup/runtime/*.java; \ do CLASSPATH=${WRKSRC} ${PREFIX}/jdk1.1.7/bin/javac $$JSRC; done do-install: ${MKDIR} ${JAVALIBDIR}/java_cup ${MKDIR} ${JAVALIBDIR}/java_cup/runtime ${CP} ${WRKSRC}/java_cup/*.class ${JAVALIBDIR}/java_cup ${CP} ${WRKSRC}/java_cup/runtime/*.class ${JAVALIBDIR}/java_cup/runtime post-install: ${MKDIR} ${JAVADIR}/cup ${INSTALL_MAN} ${WRKSRC}/manual.html ${JAVADIR}/cup ${INSTALL_MAN} ${WRKSRC}/README ${JAVADIR}/cup ${INSTALL_MAN} ${WRKSRC}/LICENSE ${JAVADIR}/cup @${ECHO_MSG} "Documentation installed in ${JAVADIR}/cup" @${ECHO_MSG} " manual.html -- How to build a grammer." @${ECHO_MSG} " README -- How to get it working." @${ECHO_MSG} " LICENSE -- How not to get sued." .include Property changes on: head/java/java-cup/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/java/java-tutorial/Makefile =================================================================== --- head/java/java-tutorial/Makefile (revision 20950) +++ head/java/java-tutorial/Makefile (revision 20951) @@ -1,36 +1,36 @@ # New ports collection makefile for: JDK tutorial # Version required: 1.1.8 # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.6 1999/06/28 23:25:49 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= tutorial PKGNAME= jdk-tutorial-1.1.8 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ MAINTAINER= martti.kuparinen@ericsson.com VERSION= 1.1.8 WRKSRC= ${WRKDIR} RESTRICTED= "This software is under license and export control." NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE .include post-extract: (cd ${WRKSRC} && ${CHOWN} -R root.wheel *) do-install: ${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial (cd ${WRKSRC} && ${TAR} -cf - * ) \ | (cd ${PREFIX}/jdk${VERSION}/docs/books/tutorial && ${TAR} -xf -) @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} @${RM} ${PKGMESSAGE} .include Property changes on: head/java/java-tutorial/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/java/jdk/Makefile =================================================================== --- head/java/jdk/Makefile (revision 20950) +++ head/java/jdk/Makefile (revision 20951) @@ -1,37 +1,37 @@ # New ports collection makefile for: jdk # Version required: 1.1.8 # Date created: Feb, 8, 1998 # Whom: Nate Williams # -# $Id: Makefile,v 1.23 1999/06/28 02:21:57 billf Exp $ +# $FreeBSD$ # DISTNAME= jdk-${JDK_VERSION} CATEGORIES= java devel #MASTER_SITES= ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \ MASTER_SITES= http://www.freebsd.org/java/ MAINTAINER= nate@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" JDK_VERSION= 1.1.8 PLIST_SUB+= JDK_VERSION=${JDK_VERSION} WRKSRC= ${WRKDIR}/jdk${JDK_VERSION} NO_BUILD= yes .include .if ${PORTOBJFORMAT} == "aout" DISTFILES= jdk${JDK_VERSION}_AOUT.V99-7-19.tar.gz .else DISTFILES= jdk${JDK_VERSION}_ELF.V99-7-19.tar.gz .endif do-install: ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} (cd ${WRKSRC} && tar -c -f - .) \ | (cd ${PREFIX}/jdk${JDK_VERSION} && tar fx -) .include Property changes on: head/java/jdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/java/jdk-doc/Makefile =================================================================== --- head/java/jdk-doc/Makefile (revision 20950) +++ head/java/jdk-doc/Makefile (revision 20951) @@ -1,45 +1,45 @@ # New ports collection makefile for: JDK documentation # Version required: 1.1.8 # Date created: Mon Mar 8 10:10:42 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.8 1999/08/22 18:58:40 mharo Exp $ +# $FreeBSD$ # DISTNAME= jdk118-doc PKGNAME= jdk-doc-1.1.8 CATEGORIES= java MAINTAINER= martti.kuparinen@ericsson.com RESTRICTED= "This software is under license and export control." IS_INTERACTIVE= "Requires manual fetch" VERSION= 1.1.8 WRKSRC= ${WRKDIR}/jdk${VERSION} NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @echo '' @echo 'You have to fetch the documentation from' @echo ' http://java.sun.com/products/jdk/1.1/docs.html' @echo '' @echo 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' @echo '' @echo 'All this hassle is because of the license and export restrictions' @echo 'as described in' @echo ' http://java.sun.com/feedback/faq/downloading.html' @echo '' @${FALSE} .endif do-install: ${MKDIR} ${PREFIX}/jdk${VERSION} (cd ${WRKSRC} && ${TAR} -cf - docs) \ | (cd ${PREFIX}/jdk${VERSION} && ${TAR} -xf -) @${CAT} ${PKGMESSAGE} | ${SED} s+!!PREFIX!!+${PREFIX}+g .include Property changes on: head/java/jdk-doc/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/java/jdk-tutorial/Makefile =================================================================== --- head/java/jdk-tutorial/Makefile (revision 20950) +++ head/java/jdk-tutorial/Makefile (revision 20951) @@ -1,36 +1,36 @@ # New ports collection makefile for: JDK tutorial # Version required: 1.1.8 # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.6 1999/06/28 23:25:49 cpiazza Exp $ +# $FreeBSD$ # DISTNAME= tutorial PKGNAME= jdk-tutorial-1.1.8 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ MAINTAINER= martti.kuparinen@ericsson.com VERSION= 1.1.8 WRKSRC= ${WRKDIR} RESTRICTED= "This software is under license and export control." NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE .include post-extract: (cd ${WRKSRC} && ${CHOWN} -R root.wheel *) do-install: ${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial (cd ${WRKSRC} && ${TAR} -cf - * ) \ | (cd ${PREFIX}/jdk${VERSION}/docs/books/tutorial && ${TAR} -xf -) @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} @${RM} ${PKGMESSAGE} .include Property changes on: head/java/jdk-tutorial/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/java/jdk11/Makefile =================================================================== --- head/java/jdk11/Makefile (revision 20950) +++ head/java/jdk11/Makefile (revision 20951) @@ -1,37 +1,37 @@ # New ports collection makefile for: jdk # Version required: 1.1.8 # Date created: Feb, 8, 1998 # Whom: Nate Williams # -# $Id: Makefile,v 1.23 1999/06/28 02:21:57 billf Exp $ +# $FreeBSD$ # DISTNAME= jdk-${JDK_VERSION} CATEGORIES= java devel #MASTER_SITES= ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \ MASTER_SITES= http://www.freebsd.org/java/ MAINTAINER= nate@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" JDK_VERSION= 1.1.8 PLIST_SUB+= JDK_VERSION=${JDK_VERSION} WRKSRC= ${WRKDIR}/jdk${JDK_VERSION} NO_BUILD= yes .include .if ${PORTOBJFORMAT} == "aout" DISTFILES= jdk${JDK_VERSION}_AOUT.V99-7-19.tar.gz .else DISTFILES= jdk${JDK_VERSION}_ELF.V99-7-19.tar.gz .endif do-install: ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} (cd ${WRKSRC} && tar -c -f - .) \ | (cd ${PREFIX}/jdk${JDK_VERSION} && tar fx -) .include Property changes on: head/java/jdk11/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/java/jdk11-doc/Makefile =================================================================== --- head/java/jdk11-doc/Makefile (revision 20950) +++ head/java/jdk11-doc/Makefile (revision 20951) @@ -1,45 +1,45 @@ # New ports collection makefile for: JDK documentation # Version required: 1.1.8 # Date created: Mon Mar 8 10:10:42 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.8 1999/08/22 18:58:40 mharo Exp $ +# $FreeBSD$ # DISTNAME= jdk118-doc PKGNAME= jdk-doc-1.1.8 CATEGORIES= java MAINTAINER= martti.kuparinen@ericsson.com RESTRICTED= "This software is under license and export control." IS_INTERACTIVE= "Requires manual fetch" VERSION= 1.1.8 WRKSRC= ${WRKDIR}/jdk${VERSION} NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @echo '' @echo 'You have to fetch the documentation from' @echo ' http://java.sun.com/products/jdk/1.1/docs.html' @echo '' @echo 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' @echo '' @echo 'All this hassle is because of the license and export restrictions' @echo 'as described in' @echo ' http://java.sun.com/feedback/faq/downloading.html' @echo '' @${FALSE} .endif do-install: ${MKDIR} ${PREFIX}/jdk${VERSION} (cd ${WRKSRC} && ${TAR} -cf - docs) \ | (cd ${PREFIX}/jdk${VERSION} && ${TAR} -xf -) @${CAT} ${PKGMESSAGE} | ${SED} s+!!PREFIX!!+${PREFIX}+g .include Property changes on: head/java/jdk11-doc/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/java/jdk12-doc/Makefile =================================================================== --- head/java/jdk12-doc/Makefile (revision 20950) +++ head/java/jdk12-doc/Makefile (revision 20951) @@ -1,45 +1,45 @@ # New ports collection makefile for: JDK documentation # Version required: 1.1.8 # Date created: Mon Mar 8 10:10:42 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.8 1999/08/22 18:58:40 mharo Exp $ +# $FreeBSD$ # DISTNAME= jdk118-doc PKGNAME= jdk-doc-1.1.8 CATEGORIES= java MAINTAINER= martti.kuparinen@ericsson.com RESTRICTED= "This software is under license and export control." IS_INTERACTIVE= "Requires manual fetch" VERSION= 1.1.8 WRKSRC= ${WRKDIR}/jdk${VERSION} NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @echo '' @echo 'You have to fetch the documentation from' @echo ' http://java.sun.com/products/jdk/1.1/docs.html' @echo '' @echo 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' @echo '' @echo 'All this hassle is because of the license and export restrictions' @echo 'as described in' @echo ' http://java.sun.com/feedback/faq/downloading.html' @echo '' @${FALSE} .endif do-install: ${MKDIR} ${PREFIX}/jdk${VERSION} (cd ${WRKSRC} && ${TAR} -cf - docs) \ | (cd ${PREFIX}/jdk${VERSION} && ${TAR} -xf -) @${CAT} ${PKGMESSAGE} | ${SED} s+!!PREFIX!!+${PREFIX}+g .include Property changes on: head/java/jdk12-doc/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/java/jdk13-doc/Makefile =================================================================== --- head/java/jdk13-doc/Makefile (revision 20950) +++ head/java/jdk13-doc/Makefile (revision 20951) @@ -1,45 +1,45 @@ # New ports collection makefile for: JDK documentation # Version required: 1.1.8 # Date created: Mon Mar 8 10:10:42 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.8 1999/08/22 18:58:40 mharo Exp $ +# $FreeBSD$ # DISTNAME= jdk118-doc PKGNAME= jdk-doc-1.1.8 CATEGORIES= java MAINTAINER= martti.kuparinen@ericsson.com RESTRICTED= "This software is under license and export control." IS_INTERACTIVE= "Requires manual fetch" VERSION= 1.1.8 WRKSRC= ${WRKDIR}/jdk${VERSION} NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @echo '' @echo 'You have to fetch the documentation from' @echo ' http://java.sun.com/products/jdk/1.1/docs.html' @echo '' @echo 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' @echo '' @echo 'All this hassle is because of the license and export restrictions' @echo 'as described in' @echo ' http://java.sun.com/feedback/faq/downloading.html' @echo '' @${FALSE} .endif do-install: ${MKDIR} ${PREFIX}/jdk${VERSION} (cd ${WRKSRC} && ${TAR} -cf - docs) \ | (cd ${PREFIX}/jdk${VERSION} && ${TAR} -xf -) @${CAT} ${PKGMESSAGE} | ${SED} s+!!PREFIX!!+${PREFIX}+g .include Property changes on: head/java/jdk13-doc/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/java/jdk14-doc/Makefile =================================================================== --- head/java/jdk14-doc/Makefile (revision 20950) +++ head/java/jdk14-doc/Makefile (revision 20951) @@ -1,45 +1,45 @@ # New ports collection makefile for: JDK documentation # Version required: 1.1.8 # Date created: Mon Mar 8 10:10:42 EET 1999 # Whom: Martti Kuparinen # -# $Id: Makefile,v 1.8 1999/08/22 18:58:40 mharo Exp $ +# $FreeBSD$ # DISTNAME= jdk118-doc PKGNAME= jdk-doc-1.1.8 CATEGORIES= java MAINTAINER= martti.kuparinen@ericsson.com RESTRICTED= "This software is under license and export control." IS_INTERACTIVE= "Requires manual fetch" VERSION= 1.1.8 WRKSRC= ${WRKDIR}/jdk${VERSION} NO_BUILD= yes PLIST_SUB+= VERSION=${VERSION} .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @echo '' @echo 'You have to fetch the documentation from' @echo ' http://java.sun.com/products/jdk/1.1/docs.html' @echo '' @echo 'Put ${DISTNAME}${EXTRACT_SUFX} in in ${DISTDIR}/ and run make again.' @echo '' @echo 'All this hassle is because of the license and export restrictions' @echo 'as described in' @echo ' http://java.sun.com/feedback/faq/downloading.html' @echo '' @${FALSE} .endif do-install: ${MKDIR} ${PREFIX}/jdk${VERSION} (cd ${WRKSRC} && ${TAR} -cf - docs) \ | (cd ${PREFIX}/jdk${VERSION} && ${TAR} -xf -) @${CAT} ${PKGMESSAGE} | ${SED} s+!!PREFIX!!+${PREFIX}+g .include Property changes on: head/java/jdk14-doc/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/java/jfc/Makefile =================================================================== --- head/java/jfc/Makefile (revision 20950) +++ head/java/jfc/Makefile (revision 20951) @@ -1,40 +1,40 @@ # New ports collection makefile for: Java Foundation Classes with Swing # Version required: 1.1 # Date created: 17 May 1999 # Whom: Jun Kuriyama # -# $Id: Makefile,v 1.4 1999/06/28 18:33:58 billf Exp $ +# $FreeBSD$ # DISTNAME= swing11 PKGNAME= jfc-1.1 CATEGORIES= java MASTER_SITES= http://java.sun.com/products/jfc/ EXTRACT_SUFX= .tar.Z MAINTAINER= kuriyama@FreeBSD.ORG RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk RESTRICTED= "Cannot distribute without value-added application." WRKSRC= ${WRKDIR}/swing-1.1 NO_BUILD= YES PLIST_SUB= JFCSUBDIR=${JFCSUBDIR} JAVASUBDIR= jdk1.1.8 JFCSUBDIR= swing-1.1 do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${ECHO} "Please fetch \"${DISTFILES}\" and put it in"; \ ${ECHO} "\"${DISTDIR}\" manually."; \ exit 1; \ fi do-install: ${MKDIR} ${PREFIX}/${JFCSUBDIR} (cd ${WRKSRC} && tar -c -f - .) \ | (cd ${PREFIX}/${JFCSUBDIR} && tar fx -) ${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/${JFCSUBDIR} .include Property changes on: head/java/jfc/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/java/jikes/Makefile =================================================================== --- head/java/jikes/Makefile (revision 20950) +++ head/java/jikes/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: jikes # Version required: 0.41 # Date created: 09 December 1998 # Whom: Matthew Dillon # -# $Id: Makefile,v 1.11 1999/06/28 02:22:18 billf Exp $ +# $FreeBSD$ # DISTNAME= jikes-0.47 CATEGORIES= java MASTER_SITES= ftp://ftp.whistle.com/pub/archie/misc/ MAINTAINER= dillon@backplane.com WRKSRC= ${WRKDIR}/jikes/src MAN1= jikes.1 MAKE_ENV= FILESDIR=${FILESDIR} PATCH_STRIP= -p2 # (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then # uncomment this section) # #fetch-depends: # #.if !defined(READ_IBM_LICENSE) # @echo "" # @echo "You must read the IBM license prior to using this software," # @echo "then set READ_IBM_LICENSE=YES in /etc/make.conf.local" # @echo "" # @echo "The license is available at http://www.ibm.com/research/jikes" # @${FALSE} #.endif .include Property changes on: head/java/jikes/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/java/jlex/Makefile =================================================================== --- head/java/jlex/Makefile (revision 20950) +++ head/java/jlex/Makefile (revision 20951) @@ -1,43 +1,43 @@ # New ports collection makefile for: jlex # Version required: 1.2.3 # Date created: 1 June 1999 # Whom: jake@checker.org # -# $Id$ +# $FreeBSD$ # DISTNAME= Main PKGNAME= jlex-1.2.3 CATEGORIES= java MASTER_SITES= http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.3/ EXTRACT_SUFX= .java MAINTAINER= jake@checker.org BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk EXTRACT_ONLY= JAVADIR= jdk1.1.8 JAVAC= ${LOCALBASE}/${JAVADIR}/bin/javac NO_WRKSUBDIR= yes PLIST_SUB= JAVADIR=${JAVADIR} do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/Main.java ${WRKDIR} do-build: @${JAVAC} ${WRKDIR}/Main.java do-install: @${MKDIR} ${PREFIX}/${JAVADIR}/jlex @${INSTALL_SCRIPT} ${WRKDIR}/*.class ${PREFIX}/${JAVADIR}/jlex post-install: @${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}: -e s:jdk1.1.8:${JAVADIR}: .include Property changes on: head/java/jlex/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/java/jsdk/Makefile =================================================================== --- head/java/jsdk/Makefile (revision 20950) +++ head/java/jsdk/Makefile (revision 20951) @@ -1,44 +1,44 @@ # New ports collection makefile for: Java Servlet Developpers Kit # Version required: 2.0 # Date created: 1999/05/29 # Whom: Kensaku Masuda # -# $Id: Makefile,v 1.4 1999/06/28 18:34:03 billf Exp $ +# $FreeBSD$ # DISTNAME= jsdk20-solaris2-sparc PKGNAME= jsdk-2.0 CATEGORIES= java MASTER_SITES= EXTRACT_SUFX= .tar.Z MAINTAINER= greg@greg.rim.or.jp RUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk NO_CDROM= "Sun has a funky license for this software" RESTRICTED= "no commercial use" WRKSRC= ${WRKDIR}/JSDK2.0 do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_MSG} "=========================================================="; \ ${ECHO_MSG} "You must retriving a archive from"; \ ${ECHO_MSG} " http://java.sun.com/products/servlet/index.html"; \ ${ECHO_MSG} "And copy into ${DISTDIR}"; \ ${ECHO_MSG} "=========================================================="; \ fi do-build: @${SED} -e s,%%PREFIX%%,${PREFIX},g \ ${WRKSRC}/bin/servletrunner > ${WRKDIR}/servletrunner do-install: @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jsdk20 @${INSTALL_SCRIPT} ${WRKDIR}/servletrunner ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/lib/jsdk.jar ${PREFIX}/share/java/classes @cd ${WRKSRC}; \ ${CP} -R [Rde]* ${PREFIX}/share/java/jsdk20 .include Property changes on: head/java/jsdk/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/java/kaffe/Makefile =================================================================== --- head/java/kaffe/Makefile (revision 20950) +++ head/java/kaffe/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: kaffe # Version required: 1.0.b4 # Date created: 20 February 1995 # Whom: Tim Wilkinson # -# $Id: Makefile,v 1.41 1999/04/10 01:41:01 archie Exp $ +# $FreeBSD$ # DISTNAME= kaffe-1.0.b4 CATEGORIES= java MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/ MAINTAINER= xaa@xaa.iae.nl LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ png.3:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/kaffe-1.0b4 GNU_CONFIGURE= yes MAN1= kaffe.1 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${PREFIX}/share/kaffe ${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe .include Property changes on: head/java/kaffe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/java/shujit/Makefile =================================================================== --- head/java/shujit/Makefile (revision 20950) +++ head/java/shujit/Makefile (revision 20951) @@ -1,52 +1,52 @@ # New ports collection makefile for: shujit # Version required: 0.3.1b # Date created: 30 April 1999 # Whom: jake@checker.org # -# $Id: Makefile,v 1.6 1999/08/01 03:00:30 steve Exp $ +# $FreeBSD$ # DISTNAME= shujit-0.3.1b CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/old/ MAINTAINER= jake@checker.org BUILD_DEPENDS= ${PREFIX}/bin/ruby:${PORTSDIR}/lang/ruby \ ${PREFIX}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk \ ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm RUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk WRKSRC= ${WRKDIR}/shujit ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes MAKE_FLAGS= MAKEFILE= MAKE_ARGS= ALL_TARGET= JAVADIR= ${PREFIX}/jdk1.1.8 JAVALIBDIR= ${JAVADIR}/lib/i386/green_threads JAVABINDIR= ${JAVADIR}/bin/i386/green_threads JAVAOBJFORMAT= `file ${JAVABINDIR}/java | ${AWK} '{print $$2}'` pre-build: @( if [ ${JAVAOBJFORMAT} != ELF ]; then \ ${CAT} ${PKGDIR}/MESSAGE; \ exit 1; \ fi; ) do-install: @${INSTALL_PROGRAM} ${WRKSRC}/libshujit.so ${JAVALIBDIR} post-install: @${MKDIR} ${JAVADIR}/shujit @${INSTALL_MAN} ${WRKSRC}/README ${JAVADIR}/shujit @${ECHO_MSG} "" @${ECHO_MSG} "See ${JAVADIR}/shujit/README for usage instructions." @${ECHO_MSG} "" .include Property changes on: head/java/shujit/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/java/tya/Makefile =================================================================== --- head/java/tya/Makefile (revision 20950) +++ head/java/tya/Makefile (revision 20951) @@ -1,41 +1,41 @@ # New ports collection makefile for: tya # Version required: 1.3v2 # Date created: 16 May 1999 # Whom: jake@checker.org # -# $Id: Makefile,v 1.4 1999/06/29 23:14:36 steve Exp $ +# $FreeBSD$ # DISTNAME= tya13v2 PKGNAME= tya-1.3v2 CATEGORIES= java MASTER_SITES= ftp://gonzalez.cyberus.ca/pub/Linux/java/ EXTRACT_SUFX= .tgz MAINTAINER= jake@checker.org BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk WRKSRC= ${WRKDIR}/tya1.3v2 ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-jdk=${LOCALBASE}/${JAVADIR} JAVADIR= jdk1.1.8 JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/ PLIST_SUB= JAVADIR=${JAVADIR} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/libtya.so ${JAVALIBDIR} post-install: @${MKDIR} ${PREFIX}/${JAVADIR}/tya @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/${JAVADIR}/tya @${ECHO_MSG} "" @${ECHO_MSG} "See ${PREFIX}/${JAVADIR}/tya/README for usage instructions." @${ECHO_MSG} "" .include Property changes on: head/java/tya/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/multimedia/fxtv/Makefile =================================================================== --- head/multimedia/fxtv/Makefile (revision 20950) +++ head/multimedia/fxtv/Makefile (revision 20951) @@ -1,34 +1,34 @@ # New ports collection makefile for: fxtv # Version required: 0.48 # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper # -# $Id: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $ +# $FreeBSD$ # DISTNAME= fxtv-0.48 CATEGORIES= graphics MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/ EXTRACT_SUFX= .tgz MAINTAINER= aa8vb@ipass.net LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm NOT_FOR_ARCHS= alpha # This program does not actually require the programs below, but they are # needed if you use digital video recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ # mpg123:${PORTSDIR}/audio/mpg123 \ # mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ # mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ # mplex:${PORTSDIR}/graphics/mplex USE_X_PREFIX= yes USE_GMAKE= yes MAKE_FLAGS= -e .include Property changes on: head/multimedia/fxtv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/multimedia/mpeg2codec/Makefile =================================================================== --- head/multimedia/mpeg2codec/Makefile (revision 20950) +++ head/multimedia/mpeg2codec/Makefile (revision 20951) @@ -1,28 +1,28 @@ # New ports collection makefile for: mpeg2codec # Version required: 1.2 # Date created: November 25, 1996 # Whom: "Philippe Charnier" # -# $Id: Makefile,v 1.4 1998/08/05 09:31:12 asami Exp $ +# $FreeBSD$ # DISTNAME= mpeg2codec-1.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/ DISTFILES= mpeg2vidcodec_v12.tar.gz MAINTAINER= charnier@lirmm.fr USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mpeg2 do-install: .for i in dec enc ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${WRKSRC}/src/mpeg2${i}/mpeg2${i}ode ${PREFIX}/bin .endfor ${MKDIR} ${PREFIX}/share/mpeg2 ${CP} ${WRKSRC}/doc/mpeg2enc.doc ${PREFIX}/share/mpeg2 ${CP} ${WRKSRC}/par/* ${PREFIX}/share/mpeg2 .include Property changes on: head/multimedia/mpeg2codec/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/multimedia/mpeg2play/Makefile =================================================================== --- head/multimedia/mpeg2play/Makefile (revision 20950) +++ head/multimedia/mpeg2play/Makefile (revision 20951) @@ -1,27 +1,27 @@ # New ports collection makefile for: mpeg2play # Version required: 1.1b # Date created: June 21, 1996 # Whom: "Philippe Charnier" # -# $Id: Makefile,v 1.3 1997/08/12 06:55:47 charnier Exp $ +# $FreeBSD$ # DISTNAME= mpeg2play-1.1b CATEGORIES= graphics MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ DISTFILES= mpeg2play-1.1b.tar.gz MAINTAINER= charnier@lirmm.fr USE_X_PREFIX= yes USE_IMAKE= yes REQUIRES_MOTIF= yes ALL_TARGET= mpeg2play do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${WRKSRC}/mpeg2play ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults .include Property changes on: head/multimedia/mpeg2play/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/multimedia/mpeg_encode/Makefile =================================================================== --- head/multimedia/mpeg_encode/Makefile (revision 20950) +++ head/multimedia/mpeg_encode/Makefile (revision 20951) @@ -1,23 +1,23 @@ # New ports collection makefile for: mpeg_encode # Version required: 1.5b # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.6 1998/10/12 01:05:06 jseger Exp $ +# $FreeBSD$ # DISTNAME= mpeg_encode-1.5b-src PKGNAME= mpeg_encode-1.5b CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/ MAINTAINER= erich@FreeBSD.org USE_GMAKE= yes MAN1= mpeg_encode.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/mpeg_encode .include Property changes on: head/multimedia/mpeg_encode/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/multimedia/mpeg_play/Makefile =================================================================== --- head/multimedia/mpeg_play/Makefile (revision 20950) +++ head/multimedia/mpeg_play/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: mpeg_play # Version required: 2.4 # Date created: 17 December 1994 # Whom: asami # -# $Id: Makefile,v 1.12 1998/11/14 23:48:08 obrien Exp $ +# $FreeBSD$ # DISTNAME= mpeg_play-2.4 CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ EXTRACT_SUFX= -patched-src.tar.gz MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/mpeg_play USE_IMAKE= yes MAN1= mpeg_play.1 pre-patch: ${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile ${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man .include Property changes on: head/multimedia/mpeg_play/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/multimedia/mpeg_stat/Makefile =================================================================== --- head/multimedia/mpeg_stat/Makefile (revision 20950) +++ head/multimedia/mpeg_stat/Makefile (revision 20951) @@ -1,21 +1,21 @@ # New ports collection makefile for: mpeg_stat # Version required: 2.2b # Date created: Thu Aug 1 21:52:06 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.4 1997/03/25 08:58:33 max Exp $ +# $FreeBSD$ # DISTNAME= mpeg_stat-2.2b-src PKGNAME= mpeg_stat-2.2b CATEGORIES= graphics MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/ MAINTAINER= erich@FreeBSD.org MAN1= mpeg_stat.1 MANCOMPRESSED= yes WRKSRC= ${WRKDIR}/mpeg_stat .include Property changes on: head/multimedia/mpeg_stat/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/multimedia/mpegedit/Makefile =================================================================== --- head/multimedia/mpegedit/Makefile (revision 20950) +++ head/multimedia/mpegedit/Makefile (revision 20951) @@ -1,26 +1,26 @@ # New ports collection makefile for: mpegedit # Version required: 2.2 # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1998/10/13 03:16:33 jseger Exp $ +# $FreeBSD$ # DISTNAME= mpegedit_v2.2 PKGNAME= mpegedit-2.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm .include .if ${OSVERSION} > 400002 BROKEN= won\'t build with egcs compiler .endif USE_X_PREFIX= yes USE_GMAKE= yes .include Property changes on: head/multimedia/mpegedit/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/multimedia/mplex/Makefile =================================================================== --- head/multimedia/mplex/Makefile (revision 20950) +++ head/multimedia/mplex/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: mplex # Version required: 1.1 # Date created: Wed Jul 31 20:54:54 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1998/08/23 07:34:43 hoek Exp $ +# $FreeBSD$ # DISTNAME= mplex-1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/ MAINTAINER= erich@FreeBSD.org MAN1= mplex.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin @${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1 .include Property changes on: head/multimedia/mplex/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/multimedia/netshow/Makefile =================================================================== --- head/multimedia/netshow/Makefile (revision 20950) +++ head/multimedia/netshow/Makefile (revision 20951) @@ -1,43 +1,43 @@ # New ports collection makefile for: netshow # Version required: 2.00.251 # Date created: Thu Jun 11 22:38:52 PDT 1998 # Whom: dburr@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1999/07/21 14:55:32 marcel Exp $ +# $FreeBSD$ # DISTNAME= netshow_linux PKGNAME= netshow-2.00.251 CATEGORIES= graphics net MASTER_SITES= http://microsoft.com/netshow/download/en/beta/ EXTRACT_SUFX= .gz MAINTAINER= dburr@FreeBSD.ORG RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} NO_BUILD= yes USE_X_PREFIX= yes pre-extract: @${MKDIR} ${WRKDIR} do-extract: ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow do-patch: brandelf -t Linux ${WRKDIR}/netshow do-install: ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow post-install: @${CAT} ${PKGDIR}/MESSAGE .include Property changes on: head/multimedia/netshow/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/multimedia/ppm2fli/Makefile =================================================================== --- head/multimedia/ppm2fli/Makefile (revision 20950) +++ head/multimedia/ppm2fli/Makefile (revision 20951) @@ -1,24 +1,24 @@ # New ports collection makefile for: ppm2fli # Version required: b1.92 # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/02/18 04:21:05 steve Exp $ +# $FreeBSD$ # DISTNAME= ppm2fli_b1.92 PKGNAME= ppm2fli-b1 CATEGORIES= graphics MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org MAN1= ppm2fli.1 unflick.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ppm2fli ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/unflick ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ppm2fli.man ${PREFIX}/man/man1/ppm2fli.1 ${INSTALL_MAN} ${WRKSRC}/unflick.man ${PREFIX}/man/man1/unflick.1 .include Property changes on: head/multimedia/ppm2fli/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/multimedia/spigot/Makefile =================================================================== --- head/multimedia/spigot/Makefile (revision 20950) +++ head/multimedia/spigot/Makefile (revision 20951) @@ -1,20 +1,20 @@ # New ports collection makefile for: libspigot.a # Version required: 1.7 # Date Created: Fri Sep 15 10:04:46 CDT 1995 # Whom: james@cs.uwm.edu # -# $Id: Makefile,v 1.5 1998/01/27 17:10:05 fenner Exp $ +# $FreeBSD$ # DISTNAME= spigot-1.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.uwm.edu/pub/FreeBSD-UWM/spigot/ DISTFILES= spigot.1.7.tar.gz MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes .include Property changes on: head/multimedia/spigot/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/multimedia/splitmpg/Makefile =================================================================== --- head/multimedia/splitmpg/Makefile (revision 20950) +++ head/multimedia/splitmpg/Makefile (revision 20951) @@ -1,22 +1,22 @@ # New ports collection makefile for: splitmpg # Version required: # Date created: Wed Jul 31 21:59:42 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1996/11/18 11:29:16 asami Exp $ +# $FreeBSD$ # DISTNAME= splitmpg PKGNAME= splitmpg-1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ecel.uwa.edu.au/users/michael/ EXTRACT_SUFX= .tgz MAINTAINER= erich@FreeBSD.org MAN1= splitmpeg.1 MANCOMPRESSED= yes NO_WRKSUBDIR= yes .include Property changes on: head/multimedia/splitmpg/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/multimedia/xanim/Makefile =================================================================== --- head/multimedia/xanim/Makefile (revision 20950) +++ head/multimedia/xanim/Makefile (revision 20951) @@ -1,38 +1,38 @@ # New ports collection makefile for: xanim # Version required: 2.80.1 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # -# $Id: Makefile,v 1.18 1999/03/31 13:32:24 flathill Exp $ +# $FreeBSD$ # DISTNAME= xanim2801 PKGNAME= xanim-2.80.1 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/dlls/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= ports@FreeBSD.ORG EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ vid_cyuv_1.0_freebsdELFx86.tgz \ vid_h261_1.0_freebsdELFx86.tgz \ vid_h263_1.0_freebsdELFx86.tgz \ vid_iv32_2.1_freebsdELFx86.tgz \ vid_iv41_1.1_freebsdELFx86.tgz \ vid_iv50_1.0_freebsdELFx86.tgz USE_IMAKE= yes MAN1= xanim.1 DLLDIR= ${PREFIX}/lib/X11/xanim post-extract: ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} post-install: @${MKDIR} ${DLLDIR} ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR} ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR} .include Property changes on: head/multimedia/xanim/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/science/hdf/Makefile =================================================================== --- head/science/hdf/Makefile (revision 20950) +++ head/science/hdf/Makefile (revision 20951) @@ -1,68 +1,68 @@ # New ports collection makefile for: HDF_lib # Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ +# $FreeBSD$ # DISTNAME= HDF4.1r2 PKGNAME= hdf-4.1r2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f MAKE_ENV= pwrkdir=${WRKDIR} #"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: ${AR} -r ${WRKDIR}/libz.a /dev/null ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg ${RM} -f ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile printf '\t@echo Using the already installed JPEG library\n' \ >> ${WRKSRC}/hdf/jpeg/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib ${RM} -f ${WRKSRC}/hdf/zlib/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile ${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile ${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile printf '\t@echo Using the already installed ZLIB library\n' \ >> ${WRKSRC}/hdf/zlib/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test .include Property changes on: head/science/hdf/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/science/hdf5/Makefile =================================================================== --- head/science/hdf5/Makefile (revision 20950) +++ head/science/hdf5/Makefile (revision 20951) @@ -1,68 +1,68 @@ # New ports collection makefile for: HDF_lib # Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ +# $FreeBSD$ # DISTNAME= HDF4.1r2 PKGNAME= hdf-4.1r2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f MAKE_ENV= pwrkdir=${WRKDIR} #"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: ${AR} -r ${WRKDIR}/libz.a /dev/null ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg ${RM} -f ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile printf '\t@echo Using the already installed JPEG library\n' \ >> ${WRKSRC}/hdf/jpeg/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib ${RM} -f ${WRKSRC}/hdf/zlib/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile ${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile ${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile printf '\t@echo Using the already installed ZLIB library\n' \ >> ${WRKSRC}/hdf/zlib/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test .include Property changes on: head/science/hdf5/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/science/hdf5-18/Makefile =================================================================== --- head/science/hdf5-18/Makefile (revision 20950) +++ head/science/hdf5-18/Makefile (revision 20951) @@ -1,68 +1,68 @@ # New ports collection makefile for: HDF_lib # Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ +# $FreeBSD$ # DISTNAME= HDF4.1r2 PKGNAME= hdf-4.1r2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 GNU_CONFIGURE= yes FC?= f77 # Can also be g77 for the newer one MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f MAKE_ENV= pwrkdir=${WRKDIR} #"wrkdir" doesn't work for some reason in the above # This will create dummy Makefiles and some links in the jpeg and libz # subdirectories. This way, we do not need to hunt all the dependencies # out. Shame on the lib's developers, though, this can not be done through # `configure'. -mi pre-build: ${AR} -r ${WRKDIR}/libz.a /dev/null ${RANLIB} ${WRKDIR}/libz.a test -d ${WRKSRC}/hdf/jpeg.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/jpeg ${WRKSRC}/hdf/jpeg.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/jpeg ${RM} -f ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile ${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile printf '\t@echo Using the already installed JPEG library\n' \ >> ${WRKSRC}/hdf/jpeg/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib ${RM} -f ${WRKSRC}/hdf/zlib/Makefile ${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile ${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile ${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile printf '\t@echo Using the already installed ZLIB library\n' \ >> ${WRKSRC}/hdf/zlib/Makefile printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test .include Property changes on: head/science/hdf5-18/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property