mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4f4c6521c9
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# 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>
|