aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cave/Makefile
blob: a0d861a96e08699bae368d0766b0a418bff1cec2 (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=    0.6
CATEGORIES= misc
MASTER_SITES=   http://cyclic.sourceforge.net/cave/

MAINTAINER= ports@FreeBSD.org

MANCOMPRESSED=  yes
MAN1=   cave.1

post-patch:
    @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
        s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile

.include <bsd.port.mk>