diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 23:22:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 23:22:43 +0800 |
commit | 3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a (patch) | |
tree | e06da9f264a5e6979e522a59ae0abea3b4bbeaa7 /x11 | |
parent | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (diff) | |
download | freebsd-ports-gnome-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.tar.gz freebsd-ports-gnome-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.tar.zst freebsd-ports-gnome-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.zip |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 16 | ||||
-rw-r--r-- | x11/xsnow/Makefile | 16 |
2 files changed, 20 insertions, 12 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 096e9a9d82df..44518982688a 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: xlockmore # Version required: 2.7 +# Date created: 9 November 1994 +# Whom: smace # # $id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $ # DISTNAME= xlockmore-2.7 -XMKMF= xmkmf -a -USE_IMAKE= yes - -MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/ -CATEGORIES+= x11 -MASTER_SITES+= ftp://ftp.x.org/contrib/applications/ -CATEGORIES+= x11 -MASTER_SITES+= ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib CATEGORIES+= x11 -WRKSRC= ${WRKDIR}/xlockmore +MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/ \ + ftp://ftp.x.org/contrib/applications/ \ + ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib +WRKSRC= ${WRKDIR}/xlockmore +USE_IMAKE= yes .include <bsd.port.mk> diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 2d621220399f..86987e5e9451 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,10 +1,20 @@ +# New ports collection makefile for: xsnow +# Version required: 1.39 +# Date created: 12 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xsnow-1.39 -DISTFILES= xsnow-1.39.tar.Z -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/games/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/games/ +DISTFILES= xsnow-1.39.tar.Z + MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/man/man6 |