summaryrefslogtreecommitdiff
path: root/graphics/xfractint/Makefile
blob: c189cc0fffc4092257c853c8f5fa4646f5bb5d26 (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
# Version required:     3.00
# Date created:         7 Sept 1995
# Whom:                 cacho@mexicano.gdl.iteso.mx
#
# $Id$
#

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

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/xfractint.1
.endif

.include <bsd.port.mk>