1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/print/indexinfo/Makefile
Baptiste Daroussin 4ce54eef38 Update to 0.2.5
- Add support for capsicum
2016-09-18 14:14:25 +00:00

23 lines
407 B
Makefile

# $FreeBSD$
PORTNAME= indexinfo
PORTVERSION= 0.2.5
CATEGORIES= print ports-mgmt
MAINTAINER= bapt@FreeBSD.org
COMMENT= Utility to regenerate the GNU info page index
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= bapt
INSTALL_TARGET= install-strip
PLIST_FILES= bin/indexinfo
.if exists(/usr/include/sys/capsicum.h)
CFLAGS+= -DHAVE_CAPSICUM
.endif
.include <bsd.port.mk>