mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
d9611f9375
Approved by: pat
26 lines
441 B
Makefile
26 lines
441 B
Makefile
# 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
|
|
|
|
PORTCOMMENT= Character Animation Viewer for Everyone
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= cave.1
|
|
|
|
.include <bsd.port.mk>
|