1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/misc/cave/Makefile
Dmitry Marakasov 0c4bdcaf10 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-09-13 09:01:51 +00:00

26 lines
504 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
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>