1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/aha/Makefile
Ben Woods 95d52e52fb */*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
2021-05-22 10:13:01 +08:00

23 lines
387 B
Makefile

PORTNAME= aha
DISTVERSION= 0.5.1
CATEGORIES= textproc devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Ansi HTML Adapter
LICENSE= LGPL20+ MPL11
LICENSE_COMB= dual
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= theZiz
MAKE_ARGS= MANDIR="${MANPREFIX}/man"
PLIST_FILES= bin/aha \
man/man1/aha.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aha
.include <bsd.port.mk>