mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c99c600944
string so I fixed it.
27 lines
620 B
Makefile
27 lines
620 B
Makefile
# New ports collection makefile for: xmandel
|
|
# Date created: 18 October 1996
|
|
# Whom: andreas@marvin.robin.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmandel
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/
|
|
EXTRACT_SUFX= .shar
|
|
# The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel,
|
|
# but this has changed apparently.
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
EXTRACT_CMD= sh
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
USE_IMAKE= yes
|
|
NO_WRKSUBDIR= yes
|
|
MAN1= xmandel.1
|
|
|
|
MAINTAINER= andreas@marvin.robin.de
|
|
|
|
.include <bsd.port.mk>
|