mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
95d52e52fb
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.
23 lines
387 B
Makefile
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>
|