aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cave/Makefile
blob: cb370dbbf8c9bc7741d5b96c08756e9f37b725bc (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
# ex:ts=8
# Ports collection makefile for:    cave
# Date created:         Dec 30, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   cave
PORTVERSION=    1.0
CATEGORIES= misc
MASTER_SITES=   http://cyclic.sourceforge.net/cave/ \
        ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/misc

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes

MANCOMPRESSED=  yes
MAN1=   cave.1

.include <bsd.port.mk>