2fd65ad1b1
Slightly reordered the MASTER_SITES, since gatekeeper doesn't seem to be up-to-date yet. The port still doesn't compile out of the box, since the standard make sequence for our ports doesn't invoke `xmkmf -a', but xlockmore does need it.
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# New ports collection makefile for: xlockmore
|
|
# Version required: 2.9
|
|
# Date created: 9 November 1994
|
|
# Whom: smace
|
|
#
|
|
# $id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $
|
|
#
|
|
|
|
DISTNAME= xlockmore-2.9
|
|
CATEGORIES+= x11
|
|
MASTER_SITES+= ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib
|
|
MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/
|
|
MASTER_SITES+= ftp://ftp.x.org/contrib/applications/
|
|
|
|
WRKSRC= ${WRKDIR}/xlockmore
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|