freebsd-ports/misc/cave/Makefile

27 lines
468 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: cave
# Date created: Dec 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cave
PORTVERSION= 1.0b
CATEGORIES= misc
2002-06-13 09:28:53 +02:00
MASTER_SITES= http://cyclic.sourceforge.net/cave/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/misc
MAINTAINER= ports@FreeBSD.org
2002-06-13 09:28:53 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
2002-06-13 09:28:53 +02:00
MAN1= cave.1
pre-build:
${CP} ${WRKSRC}/doc/cave.man ${WRKSRC}/doc/cave.1
.include <bsd.port.mk>