mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/cave.1.gz
|
|
|
|
post-patch:
|
|
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|