blob: 59a2d61a63594041b1ae05b4131fc302b67258d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xfractint
# Version required: 3.00
# Date created: 7 Sept 1995
# Whom: cacho@mexicano.gdl.iteso.mx
#
# $Id: Makefile,v 1.1.1.1 1995/09/09 04:21:56 asami Exp $
#
DISTNAME= xfract300
PKGNAME= xfractint-3.00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/sprite/
EXTRACT_SUFX= .shar.Z
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
MAN1= xfractint.1
.include <bsd.port.mk>
|