1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/xmandel/Makefile
Satoshi Asami 06fdd237c6 There was no newline at end of PLIST.
While I'm here, move manpage to MAN1.
1998-08-25 20:21:17 +00:00

26 lines
643 B
Makefile

# New ports collection makefile for: xmandel
# Version required: 1.00
# Date created: 18 October 1996
# Whom: andreas@marvin.robin.de
#
# $Id: Makefile,v 1.1.1.1 1996/11/15 10:22:03 asami Exp $
#
DISTNAME= xmandel
PKGNAME= xmandel-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.
EXTRACT_CMD= sh
EXTRACT_BEFORE_ARGS=
USE_IMAKE= yes
NO_WRKSUBDIR= yes
MAN1= xmandel.1
MAINTAINER= andreas@marvin.robin.de
.include <bsd.port.mk>