summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 15:22:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 15:22:43 +0000
commit08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9 (patch)
treec657f6cb1f72bf863bf70e3f5f78f7065f0b69a9 /x11/xlockmore
parentAdd MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff)
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Notes
Notes: svn path=/head/; revision=1349
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile16
1 files changed, 7 insertions, 9 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>