blob: 1bfd4849151b3a46b0abd4864b95c52fe63305cc (
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
25
|
# New ports collection makefile for: xfractint
# Date created: 7 Sept 1995
# Whom: cacho@mexicano.gdl.iteso.mx
#
# $FreeBSD$
#
PORTNAME= xfractint
PORTVERSION= 20.2.04
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.sdboyd56.com/xfractint/
DISTNAME= xfract${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Unix port of fractint
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_XORG= x11
MAN1= xfractint.1
.include <bsd.port.mk>
|