summaryrefslogtreecommitdiff
path: root/misc/cave/Makefile
blob: 8f2bf7431e7719c28987a01c55ccd5ed71e43583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

CFLAGS+=		-fcommon

EXPIRATION_DATE=	2020-09-30
DEPRECATED=		Unmaintained and dead upstream

PLIST_FILES=	bin/${PORTNAME} \
		man/man1/cave.1.gz

post-patch:
	@${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1

.include <bsd.port.mk>