mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cf118ccf87
Reported by: lwhsu
31 lines
614 B
Makefile
31 lines
614 B
Makefile
PORTNAME= sayaka
|
|
PORTVERSION= 3.5.1
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= sue@iwmt.org
|
|
COMMENT= Twitter client for sixel-capable terminals
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
libmbedtls.so:security/mbedtls
|
|
|
|
USES= compiler:c++17-lang iconv jpeg pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= isaki68k
|
|
|
|
PLIST_FILES= bin/sayaka
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/sayaka ${STAGEDIR}${PREFIX}/bin
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|