1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/misc/cave/Makefile
Martin Wilke 43cf79e971 - Update MASTER_SITES and WWW
PR:		148563
Submitted by:	Ports Fury
2010-07-15 08:13:10 +00:00

26 lines
456 B
Makefile

# ex:ts=8
# Ports collection makefile for: cave
# Date created: Dec 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cave
PORTVERSION= 1.0b
CATEGORIES= misc
MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Character Animation Viewer for Everyone
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1
.include <bsd.port.mk>