mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
a3f0c1830c
Submitted by: daichi
29 lines
519 B
Makefile
29 lines
519 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tttcmds
|
|
PORTVERSION= 1.0.20181214
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= daichi@FreeBSD.org
|
|
COMMENT= Unix-style data processing commands and library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
|
|
CONFLICTS_INSTALL= open-usp-tukubai
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= daichigoto
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|