blob: c43ffe89f58696161711b6a4f93e44cca021a257 (
plain) (
tree)
|
|
# 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
LICENSE= GPLv2+
USES= ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LIBS="${LDFLAGS} -lncurses"
CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
PLIST_FILES= bin/${PORTNAME} \
man/man1/cave.1.gz
post-patch:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1
.include <bsd.port.mk>
|