mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4b6adb56f6
- Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xlbiff
|
|
# Version required: 3.0
|
|
# Date created: 23-Aug-1995
|
|
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/08/01 05:47:40 obrien Exp $
|
|
|
|
DISTNAME= xlbiff-3.0
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
|
|
ftp://ftp.pacbell.com/mirror/ftp.x.org/X11/R5contrib/ \
|
|
ftp://ftp.funet.fi/pub/X11/R5contrib/ \
|
|
ftp://ftp.hitachi.co.jp/pub/X/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|