aboutsummaryrefslogtreecommitdiff
path: root/graphics/libansilove/Makefile
blob: 97262cbddecd41e6dc460912e87f7869d6fb695d (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
31
32
33
34
PORTNAME=	libansilove
PORTVERSION=	1.3.1
CATEGORIES=	graphics

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Library for converting ANSI, ASCII, and other formats to PNG
WWW=		https://www.ansilove.org/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libgd.so:graphics/gd

USE_GITHUB=	yes
GH_ACCOUNT=	ansilove

USES=		cpe cmake
USE_LDCONFIG=	yes

CPE_VENDOR=	ansilove

PLIST_SUB=	PORTVERSION=${PORTVERSION}

PORTDOCS=	AUTHORS ChangeLog README.md THANKS

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor

.include <bsd.port.mk>