diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11 | |
parent | 2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff) | |
download | ports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.tar.gz ports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 12 | ||||
-rw-r--r-- | x11/sxpc/Makefile | 10 | ||||
-rw-r--r-- | x11/x3270/Makefile | 7 | ||||
-rw-r--r-- | x11/xgrab/Makefile | 14 | ||||
-rw-r--r-- | x11/xkeycaps/Makefile | 14 | ||||
-rw-r--r-- | x11/xloadimage/Makefile | 17 |
8 files changed, 70 insertions, 28 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 444fd1de03d0..a2a47605081f 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,17 +3,19 @@ # 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: diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 444fd1de03d0..a2a47605081f 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -3,17 +3,19 @@ # 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: diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 444fd1de03d0..a2a47605081f 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -3,17 +3,19 @@ # 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: diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index 1485ebe5d953..7da5c7d4fe86 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -3,18 +3,20 @@ # 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 <bsd.port.mk> diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 620a4beabf85..e71b557f894e 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -3,11 +3,14 @@ # 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 <bsd.port.mk> diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index a7f62097177b..7997533edfec 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -1,9 +1,19 @@ +# 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 diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile index d358bc768c6d..2d0690589f94 100644 --- a/x11/xkeycaps/Makefile +++ b/x11/xkeycaps/Makefile @@ -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 <bsd.port.mk> diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 7ada6e1cba9e..a688737c150f 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -1,12 +1,23 @@ +# 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 |