mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
3b77cfee25
Submitted by: "Hector Gonzalez Jaime." <CACHO@mexicano.gdl.iteso.mx>
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# 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>
|