1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/indexinfo/Makefile
Bryan Drewery 1761e6570e Fix recursive dependency issue with gmake.
Add a hard .error so I don't miss this again.

PR:		237979
Submitted by:	tcberner, adamw (based on)
Pointyhat to:	bdrewery
2019-05-20 17:06:34 +00:00

24 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= indexinfo
PORTVERSION= 0.3.1
CATEGORIES= print ports-mgmt
MAINTAINER= bapt@FreeBSD.org
COMMENT= Utility to regenerate the GNU info page index
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_CSTD= gnu99
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>