blob: 3369cb81f0de7e6a47448ff86bdb94f1f75a7866 (
plain) (
blame)
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: xmountains
# Version required: 2.4
# Date created: 16 November 1996
# Whom: proff
#
# $Id: Makefile,v 1.1.1.1 1997/01/11 11:50:20 asami Exp $
#
DISTNAME= xmountains-2.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/math/fractals
EXTRACT_SUFX= .tgz
MAINTAINER= proff@iq.org
USE_IMAKE= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|