blob: 3c4b54d9a443ef86e0db072e47178bf75c6f0b8a (
plain) (
blame)
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: xmountains
# Date created: 16 November 1996
# Whom: proff
#
# $FreeBSD$
#
PORTNAME= xmountains
PORTVERSION= 2.5
CATEGORIES= graphics
MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.Org
NO_WRKSUBDIR= yes
USE_IMAKE= yes
MAN6= xmountains.6
.include <bsd.port.mk>
|