1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/converters/cocot/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

32 lines
620 B
Makefile

PORTNAME= cocot
DISTVERSIONPREFIX= ${PORTNAME}-1.2-
DISTVERSION= 20171118
CATEGORIES= converters
MAINTAINER= mew14930xvi@inbox.lv
COMMENT= Code Converter on TTY
WWW= https://github.com/vmi/cocot
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv
USE_GITHUB= yes
GH_ACCOUNT= vmi
GNU_CONFIGURE= yes
PLIST_FILES= bin/cocot ${DOCSDIR}/ja/README.ja
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/ja
${INSTALL_DATA} ${WRKSRC}/README.ja ${STAGEDIR}${DOCSDIR}/ja
.include <bsd.port.mk>