mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
33 lines
620 B
Makefile
33 lines
620 B
Makefile
PORTNAME= libansilove
|
|
PORTVERSION= 1.2.9
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Library for converting ANSI, ASCII, and other formats to PNG
|
|
|
|
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>
|