mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5f7840f9c1
MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit.
29 lines
728 B
Makefile
29 lines
728 B
Makefile
# New ports collection makefile for: XFree86-contrib
|
|
# Date created: 7 November 1996
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XFree86-contrib
|
|
PORTVERSION= 3.3.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
DISTNAME= X336contrib
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
# Define FORCE_PACKAGE from the command line if you want to override
|
|
# this and build a package
|
|
NO_PACKAGE= "Binary package distributed by XFree86 already"
|
|
USE_IMAKE= yes
|
|
DIST_SUBDIR= xc
|
|
WRKSRC= ${WRKDIR}/contrib
|
|
MAN1= ico.1 listres.1 showfont.1 viewres.1 xbiff.1 xcalc.1 \
|
|
xditview.1 xedit.1 xev.1 xeyes.1 xfontsel.1 xgc.1 xload.1 \
|
|
xman.1 xmessage.1
|
|
|
|
.include <bsd.port.mk>
|