Index: head/astro/xearth/Makefile =================================================================== --- head/astro/xearth/Makefile (revision 1351) +++ head/astro/xearth/Makefile (revision 1352) @@ -1,17 +1,19 @@ +# New ports collection makefile for: xearth +# Version required: 0.92 +# Date created: 29 October 1995 +# Whom: piero # -# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994 -# $Id: Makefile,v 1.2 1995/02/14 12:30:46 asami Exp $ +# $Id$ # -# Distribution stuff DISTNAME= xearth-0.92 -MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ CATEGORIES+= x11 +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ -USE_IMAKE= is_set +USE_IMAKE= yes # Copy the list of FreeBSD sites pre-patch: cp ${FILESDIR}/freebsd.h ${WRKSRC} .include Property changes on: head/astro/xearth/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/comms/viewfax/Makefile =================================================================== --- head/comms/viewfax/Makefile (revision 1351) +++ head/comms/viewfax/Makefile (revision 1352) @@ -1,10 +1,19 @@ +# New ports collection makefile for: g3view +# Version required: 1.8 +# Date created: 3 February 1995 +# Whom: jmz +# +# $Id$ +# + DISTNAME= g3view-1.8 -MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/ + MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/man/man1 .include Property changes on: head/comms/viewfax/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/emulators/tkhfs/Makefile =================================================================== --- head/emulators/tkhfs/Makefile (revision 1351) +++ head/emulators/tkhfs/Makefile (revision 1352) @@ -1,8 +1,19 @@ +# New ports collection makefile for: tkhfs +# Version required: 2.4 (taken from FSBox.tcl) +# Date created: 17 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= tkhfs -MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +PKGNAME= tkhfs-2.4 CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ + +MAINTAINER= jmz@FreeBSD.org + EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk -MAINTAINER= jmz@FreeBSD.org .include Property changes on: head/emulators/tkhfs/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/misc/tkinfo/Makefile =================================================================== --- head/misc/tkinfo/Makefile (revision 1351) +++ head/misc/tkinfo/Makefile (revision 1352) @@ -1,13 +1,16 @@ # New ports collection makefile for: tkinfo # Version required: 0.6 # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id$ +# DISTNAME= tkinfo-0.6 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ CATEGORIES+= x11 +MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ +EXTRACT_SUFX= .tar.Z + EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk .include Property changes on: head/misc/tkinfo/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/misc/tkman/Makefile =================================================================== --- head/misc/tkman/Makefile (revision 1351) +++ head/misc/tkman/Makefile (revision 1352) @@ -1,13 +1,17 @@ # New ports collection makefile for: tkman # Version required: 1.6 # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id$ +# DISTNAME= tkman-1.6 -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ CATEGORIES+= x11 -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk rman:${PORTSDIR}/utils/rman +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z + +EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \ + rman:${PORTSDIR}/utils/rman .include Property changes on: head/misc/tkman/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/sysutils/xperfmon/Makefile =================================================================== --- head/sysutils/xperfmon/Makefile (revision 1351) +++ head/sysutils/xperfmon/Makefile (revision 1352) @@ -1,19 +1,19 @@ # New ports collection makefile for: xpermon++ V1.1 # Version required: 1.1 # Date created: 8 March 95 # Whom: Lars Koeller # -# $Id: Makefile,v 1.2 1995/04/01 12:51:34 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/12 15:22:37 asami Exp $ # DISTNAME= xperfmon++ -PKGNAME= xperfmon++-1.1 +PKGNAME= xperfmon-1.1 USE_IMAKE= yes CATEGORIES+= x11 # In Germany try this # MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ DISTFILES= xperfmon++v1.1.tar.Z .include Property changes on: head/sysutils/xperfmon/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/sysutils/xperfmon3/Makefile =================================================================== --- head/sysutils/xperfmon3/Makefile (revision 1351) +++ head/sysutils/xperfmon3/Makefile (revision 1352) @@ -1,19 +1,19 @@ # New ports collection makefile for: xpermon++ V1.1 # Version required: 1.1 # Date created: 8 March 95 # Whom: Lars Koeller # -# $Id: Makefile,v 1.2 1995/04/01 12:51:34 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/12 15:22:37 asami Exp $ # DISTNAME= xperfmon++ -PKGNAME= xperfmon++-1.1 +PKGNAME= xperfmon-1.1 USE_IMAKE= yes CATEGORIES+= x11 # In Germany try this # MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ DISTFILES= xperfmon++v1.1.tar.Z .include Property changes on: head/sysutils/xperfmon3/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/x11/rxvt/Makefile =================================================================== --- head/x11/rxvt/Makefile (revision 1351) +++ head/x11/rxvt/Makefile (revision 1352) @@ -1,22 +1,24 @@ # New ports collection Makefile for: rxvt # Version required: 2.09 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ # DISTNAME= rxvt-2.09 -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ CATEGORIES+= x11 +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ + MAINTAINER= gpalmer@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/rxvt +USE_IMAKE= yes +PREFIX= /usr/X11R6 # Get rid of the rclock directory until I can figure out how to patch # that up also and make it! pre-configure: @/bin/rm -rf ${WRKDIR}/rclock .include Property changes on: head/x11/rxvt/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/x11/rxvt-devel/Makefile =================================================================== --- head/x11/rxvt-devel/Makefile (revision 1351) +++ head/x11/rxvt-devel/Makefile (revision 1352) @@ -1,22 +1,24 @@ # New ports collection Makefile for: rxvt # Version required: 2.09 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ # DISTNAME= rxvt-2.09 -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ CATEGORIES+= x11 +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ + MAINTAINER= gpalmer@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/rxvt +USE_IMAKE= yes +PREFIX= /usr/X11R6 # Get rid of the rclock directory until I can figure out how to patch # that up also and make it! pre-configure: @/bin/rm -rf ${WRKDIR}/rclock .include Property changes on: head/x11/rxvt-devel/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/x11/rxvt-unicode/Makefile =================================================================== --- head/x11/rxvt-unicode/Makefile (revision 1351) +++ head/x11/rxvt-unicode/Makefile (revision 1352) @@ -1,22 +1,24 @@ # New ports collection Makefile for: rxvt # Version required: 2.09 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ # DISTNAME= rxvt-2.09 -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ CATEGORIES+= x11 +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ + MAINTAINER= gpalmer@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/rxvt +USE_IMAKE= yes +PREFIX= /usr/X11R6 # Get rid of the rclock directory until I can figure out how to patch # that up also and make it! pre-configure: @/bin/rm -rf ${WRKDIR}/rclock .include Property changes on: head/x11/rxvt-unicode/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/x11/sxpc/Makefile =================================================================== --- head/x11/sxpc/Makefile (revision 1351) +++ head/x11/sxpc/Makefile (revision 1352) @@ -1,20 +1,22 @@ # New ports collection Makefile for: sxpc # Version required: 1.4 # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1995/03/22 21:14:52 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:51:06 jkh Exp $ # DISTNAME= sxpc-1.4 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/R5contrib/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/R5contrib/ +EXTRACT_SUFX= .shar.Z + MAINTAINER= jkh@FreeBSD.ORG + NO_WRKSUBDIR= yes -EXTRACT_SUFX= .shar.Z EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +USE_IMAKE= yes .include Property changes on: head/x11/sxpc/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/x11/x3270/Makefile =================================================================== --- head/x11/x3270/Makefile (revision 1351) +++ head/x11/x3270/Makefile (revision 1352) @@ -1,13 +1,16 @@ # New ports collection makefile for: x3270 # Version required: 3.0.3.4 # Date created: 31 January 1995 # Whom: janek # +# $Id$ +# DISTNAME= x3270-3.0.3 +CATEGORIES+= x11 emulation +MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ DISTFILES= x3270-3.0.3.4.tar.gz + USE_IMAKE= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ -CATEGORIES+= x11 emulation .include Property changes on: head/x11/x3270/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/x11/xgrab/Makefile =================================================================== --- head/x11/xgrab/Makefile (revision 1351) +++ head/x11/xgrab/Makefile (revision 1352) @@ -1,10 +1,20 @@ +# New ports collection makefile for: xgrab +# Version required: 2.3 +# Date created: 27 February 1995 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xgrabsc.2_3 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.sunet.se/pub/X11/R5contrib/ +PKGNAME= xgrab-2.3 CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.sunet.se/pub/X11/R5contrib/ + MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/app-defaults -f .include Property changes on: head/x11/xgrab/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/x11/xkeycaps/Makefile =================================================================== --- head/x11/xkeycaps/Makefile (revision 1351) +++ head/x11/xkeycaps/Makefile (revision 1352) @@ -1,7 +1,17 @@ +# New ports collection makefile for: xkeycaps +# Version required: 2.28 +# Date created: 12 February 1995 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xkeycaps-2.28 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.sunet.se/pub/X11/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.sunet.se/pub/X11/contrib/applications/ + MAINTAINER= jmz@FreeBSD.org + +USE_IMAKE= yes .include Property changes on: head/x11/xkeycaps/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/x11/xloadimage/Makefile =================================================================== --- head/x11/xloadimage/Makefile (revision 1351) +++ head/x11/xloadimage/Makefile (revision 1352) @@ -1,14 +1,25 @@ +# New ports collection makefile for: xloadimage +# Version required: 3.03 +# Date created: 9 January 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xloadimage +PKGNAME= xloadimage-3.03 +CATEGORIES+= x11 +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ DISTFILES= xloadimage.3.03.tar.Z + +MAINTAINER= jmz@FreeBSD.org + NO_WRKSUBDIR= yes USE_IMAKE= yes -MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ -CATEGORIES+= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f -MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/lib/X11/app-defaults .include Property changes on: head/x11/xloadimage/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/x11-clocks/emiclock/Makefile =================================================================== --- head/x11-clocks/emiclock/Makefile (revision 1351) +++ head/x11-clocks/emiclock/Makefile (revision 1352) @@ -1,27 +1,30 @@ # New ports collection makefile for: EmiClock # Version required: 1.0.2 # Date created: 15 March 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.2 1995/03/24 11:11:38 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:48 jkh Exp $ # + DISTNAME= EmiClock-1.0.2 -MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/ +PKGNAME= emiclock-1.0.2 CATEGORIES+= x11 +MASTER_SITES= ftp://theta.iis.u-tokyo.ac.jp/pub1/X/contrib/applications/ + MAINTAINER= asami@FreeBSD.ORG + USE_IMAKE= yes -PKGNAME= emiclock-1.0.2 LANGRES= resources/R6/EUC/EmiClock.ad LANGDIR= $(X11BASE)/lib/X11/ja_JP.EUC/app-defaults EMICLOCKDIR= $(X11BASE)/lib/X11/EmiClock COPYRIGHTS= COPYRIGHT COPYRIGHT.E pre-install: @if [ ! -d $(EMICLOCKDIR) ] ; then mkdir -p $(EMICLOCKDIR); fi @if [ ! -d $(LANGDIR) ] ; then mkdir -p $(LANGDIR); fi cd $(WRKSRC); install -c -m 0444 $(LANGRES) $(LANGDIR)/EmiClock cd $(WRKSRC); install -c -m 0444 $(COPYRIGHTS) $(EMICLOCKDIR) # cd $(WRKSRC); make install.man .include Property changes on: head/x11-clocks/emiclock/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/x11-clocks/xdaliclock/Makefile =================================================================== --- head/x11-clocks/xdaliclock/Makefile (revision 1351) +++ head/x11-clocks/xdaliclock/Makefile (revision 1352) @@ -1,16 +1,18 @@ # New ports collection makefile for: xdaliclock # Version required: 2.05 # Date created: 10th February 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.1.1.1 1995/02/10 23:32:43 gpalmer Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:51:18 jkh Exp $ # DISTNAME= xdaliclock-2.05 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ EXTRACT_SUFX= .tar.Z + MAINTAINER= gpalmer@FreeBSD.ORG + +USE_IMAKE= yes .include Property changes on: head/x11-clocks/xdaliclock/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/x11-fm/xfm/Makefile =================================================================== --- head/x11-fm/xfm/Makefile (revision 1351) +++ head/x11-fm/xfm/Makefile (revision 1352) @@ -1,16 +1,18 @@ # New ports collection makefile for: xfm # Version required: 1.3 # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: Makefile,v 1.3 1995/02/11 13:51:45 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:51:23 jkh Exp $ # DISTNAME= xfm-1.3 -DISTFILES= xfm-1.3.tar.gz -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +DISTFILES= xfm-1.3.tar.gz + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes .include Property changes on: head/x11-fm/xfm/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/x11-fonts/xfed/Makefile =================================================================== --- head/x11-fonts/xfed/Makefile (revision 1351) +++ head/x11-fonts/xfed/Makefile (revision 1352) @@ -1,42 +1,45 @@ # New ports collection makefile for: xfed # Version required: something old # Date created: 7 December 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1995/04/01 12:51:21 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/01 14:54:57 asami Exp $ # +DISTNAME= xfed +PKGNAME= xfed-1.0 +CATEGORIES+= x11 + +MAINTAINER= asami@FreeBSD.ORG + USE_IMAKE= yes + MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f -DISTNAME= xfed TARFILE= xfed.tar.gz - .if !defined(MASTER_SITE_OVERRIDE) SOURCEFILES= Epistle,README,Imakefile,xfed.man \ icon.bit,next.bit,prev.bit,quit.bit,save.bit \ defs.h,main.c,output.c,parse.y,scan.l #MASTER_SITES= ftp://me10.lbl.gov/pub/hp_X11R3_tape/source/app/ -CATEGORIES+= x11 SOURCESITE= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/clients/xfed/ #EXTRACT_SUFX= .tar.Z -MAINTAINER= asami@FreeBSD.ORG fetch: pre-fetch @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi @noglob= ; \ if [ ! -f ${DISTDIR}/${TARFILE} ]; then \ rm -rf ${.CURDIR}/src; \ mkdir -p ${.CURDIR}/src/xfed; \ echo ">> Fetching files from remote site..."; \ for file in ${SOURCEFILES}; do \ (cd ${.CURDIR}/src/xfed; \ ${NCFTP} ${NCFTPFLAGS} ${SOURCESITE}\{$$file\}); \ done; \ echo ">> Now creating a tarball ${DISTDIR}/${TARFILE}..."; \ tar -C ${.CURDIR}/src -cf - xfed | \ gzip --best > ${DISTDIR}/${TARFILE}; \ rm -rf ${.CURDIR}/src; \ fi .endif .include Property changes on: head/x11-fonts/xfed/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/x11-toolkits/Xaw3d/Makefile =================================================================== --- head/x11-toolkits/Xaw3d/Makefile (revision 1351) +++ head/x11-toolkits/Xaw3d/Makefile (revision 1352) @@ -1,16 +1,18 @@ # New ports collection makefile for: Xaw3d # Version required: 1.1 # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/04 09:24:46 asami Exp $ # DISTNAME= Xaw3d-1.1 -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ CATEGORIES+= x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ + MAINTAINER= asami@FreeBSD.ORG + WRKSRC= ${WRKDIR}/lib/Xaw3d +USE_IMAKE= yes .include Property changes on: head/x11-toolkits/Xaw3d/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/x11-toolkits/blt/Makefile =================================================================== --- head/x11-toolkits/blt/Makefile (revision 1351) +++ head/x11-toolkits/blt/Makefile (revision 1352) @@ -1,18 +1,20 @@ # New ports collection makefile for: blt # Version required: 1.7 # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.2 1995/02/11 13:51:16 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:43 jkh Exp $ # DISTNAME= blt-1.7 -DISTFILES= BLT-1.7.tar.gz -MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +DISTFILES= BLT-1.7.tar.gz + LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk + GNU_CONFIGURE= yes ALL_TARGET= all sharedlib .include Property changes on: head/x11-toolkits/blt/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/x11-toolkits/iv/Makefile =================================================================== --- head/x11-toolkits/iv/Makefile (revision 1351) +++ head/x11-toolkits/iv/Makefile (revision 1352) @@ -1,30 +1,30 @@ # New ports collection makefile for: iv # Version required: 3.1 # Date created: 23.sept.1994 # Whom: adam # -# $Id: Makefile,v 1.3 1994/11/15 03:19:35 adam Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:50:56 jkh Exp $ # -EXTRACT_SUFFIX= .tar.Z VERSION= 3.1 DISTNAME= iv-${VERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFFIX} +EXTRACT_SUFX= .tar.Z +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + WRKSRC= ${WRKDIR}/iv MAKEFILE= makefile NCFTPFLAGS= -NP .if ${DISTNAME} != ${VERSION} pre-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ mkdir -p ${DISTDIR}/${DISTNAME} ; \ ${MAKE} MASTER_SITES=ftp://interviews.stanford.edu/pub/ \ -CATEGORIES+= x11 DISTDIR=${DISTDIR}/${DISTNAME} DISTNAME=${VERSION} fetch ; \ - mv ${DISTDIR}/${DISTNAME}/${VERSION}${EXTRACT_SUFFIX} \ + mv ${DISTDIR}/${DISTNAME}/${VERSION}${EXTRACT_SUFX} \ ${DISTDIR}/${DISTFILES} ; \ rmdir ${DISTDIR}/${DISTNAME} ; \ fi .endif .include Property changes on: head/x11-toolkits/iv/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/x11-wm/ctwm/Makefile =================================================================== --- head/x11-wm/ctwm/Makefile (revision 1351) +++ head/x11-wm/ctwm/Makefile (revision 1352) @@ -1,16 +1,18 @@ # New ports collection makefile for: ctwm -# Version required: 3.2 patchlevel 1 +# Version required: 3.3 # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.6 1995/02/11 15:31:40 torstenb Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:50:47 jkh Exp $ # DISTNAME= ctwm-3.3 -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ CATEGORIES+= x11 -USE_IMAKE= YES +MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ EXTRACT_SUFX= .tar.Z + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes .include Property changes on: head/x11-wm/ctwm/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/x11-wm/fvwm/Makefile =================================================================== --- head/x11-wm/fvwm/Makefile (revision 1351) +++ head/x11-wm/fvwm/Makefile (revision 1352) @@ -1,25 +1,26 @@ # New ports collection makefile for: fvwm # Version required: 1.23b # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.14 1995/03/27 13:24:18 asami Exp $ +# $Id: Makefile,v 1.15 1995/04/01 12:50:52 jkh Exp $ # DISTNAME= fvwm -NO_WRKSUBDIR= yes +PKGNAME= fvwm-1.23b +CATEGORIES+= x11 +MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \ fvwm-icons.tar.gz -MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ -CATEGORIES+= x11 + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +NO_WRKSUBDIR= yes USE_IMAKE= yes XMKMF= xmkmf -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm pre-install: @cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h @(cd ${WRKSRC}; ${MAKE} Makefiles) - - .include Property changes on: head/x11-wm/fvwm/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/x11-wm/olvwm/Makefile =================================================================== --- head/x11-wm/olvwm/Makefile (revision 1351) +++ head/x11-wm/olvwm/Makefile (revision 1352) @@ -1,23 +1,25 @@ # New ports collection makefile for: olvwm # Version required: 4.1 # Date created: 21 October 1994 # Whom: smace # # $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $ # DISTNAME= olvwm4 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +PKGNAME= olvwm-4.1 CATEGORIES+= x11 -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTFILES= olvwm4.tar.Z olvwm4.Patch01.Z EXTRACT_ONLY= olvwm4.tar.Z -NO_WRKSUBDIR= yes + LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib + +NO_WRKSUBDIR= yes +USE_IMAKE= yes pre-patch: @echo "Applying olvwm4 Patch01" @zcat ${DISTDIR}/olvwm4.Patch01.Z | patch -E -d ${WRKSRC} --quiet .include Property changes on: head/x11-wm/olvwm/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/x11-wm/piewm/Makefile =================================================================== --- head/x11-wm/piewm/Makefile (revision 1351) +++ head/x11-wm/piewm/Makefile (revision 1352) @@ -1,27 +1,30 @@ # New ports collection makefile for: piewm -# Version required: ? +# Version required: ? (there is only one piewm version avyway) # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1995/03/24 11:11:44 asami Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:51:03 jkh Exp $ # DISTNAME= piewm -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +PKGNAME= piewm-1.0 CATEGORIES+= x11 -MAINTAINER= asami@FreeBSD.ORG +MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z -PKG_CMD= pkg_create -N + +MAINTAINER= asami@FreeBSD.ORG + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes # piewm.tar.Z includes and old version of xpm, and also a bunch of .o # files plus an executable pre-configure: @/bin/rm -rf ${WRKDIR}/xpm pre-build: @(cd ${WRKSRC}; ${MAKE} clean) .include Property changes on: head/x11-wm/piewm/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/x11-wm/tvtwm/Makefile =================================================================== --- head/x11-wm/tvtwm/Makefile (revision 1351) +++ head/x11-wm/tvtwm/Makefile (revision 1352) @@ -1,17 +1,20 @@ # New ports collection makefile for: tvtwm # Version required: pl11 # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1995/03/06 01:59:35 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:14 jkh Exp $ # DISTNAME= tvtwm -DISTFILES= tvtwm.pl11.tar.gz -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ +PKGNAME= tvtwm-pl11 CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ +DISTFILES= tvtwm.pl11.tar.gz + MAINTAINER= gpalmer@FreeBSD.ORG + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +USE_IMAKE= yes .include Property changes on: head/x11-wm/tvtwm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property