blob: e503268a4eaec4041f148e52937897b1ee8dc9a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xfractint
# Version required: 3.04
# Date created: 7 Sept 1995
# Whom: cacho@mexicano.gdl.iteso.mx
#
# $Id: Makefile,v 1.2 1996/11/18 11:29:38 asami Exp $
#
DISTNAME= xfrac304
PKGNAME= xfractint-3.04
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAN1= xfractint.1
.include <bsd.port.mk>
|