blob: f982d37ecc0a672907ab021ee4422ad6e6ba82c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xphoon
# Version required: 18sep91 (in R5 contrib)
# Date created: 14 February 1995
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= xphoon
PKGNAME= xphoon-91.9.18
CATEGORIES= astro x11
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \
ftp://ftp.x.org/R5contrib/ \
ftp://ftp.eu.net/X11/R5contrib/ \
ftp://ftp.is.co.za/pub/x/R5contrib/
EXTRACT_SUFX= .tar.Z
MAINTAINER= andrews@technologist.com
USE_IMAKE= yes
MAN1= xphoon.1
.include <bsd.port.mk>
|