mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
43cf79e971
PR: 148563 Submitted by: Ports Fury
26 lines
456 B
Makefile
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>
|