1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/libxo/Makefile
Nuno Teixeira 5ac8e1f377 devel/libxo: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-06 10:48:39 +00:00

23 lines
553 B
Makefile

PORTNAME= libxo
PORTVERSION= 0.6.1
PORTREVISION= 2
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= jonathan@FreeBSD.org
COMMENT= Library to generate text, XML, JSON, and HTML output
WWW= https://github.com/Juniper/libxo
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright
USES= autoreconf gmake libtool pathfix perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
USE_PERL5= run
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>