mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
0f15446dff
PR: 60011 Submitted by: Ports Fury
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# New ports collection makefile for: xfractint
|
|
# Date created: 7 Sept 1995
|
|
# Whom: cacho@mexicano.gdl.iteso.mx
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfractint
|
|
PORTVERSION= 3.10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ \
|
|
http://spanky.triumf.ca/pub/fractals/programs/unix/
|
|
DISTNAME= xfrac310
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Unix port of fractint
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_ZIP= yes
|
|
USE_XLIB= yes
|
|
MAN1= xfractint.1
|
|
|
|
.include <bsd.port.mk>
|