mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1761e6570e
Add a hard .error so I don't miss this again. PR: 237979 Submitted by: tcberner, adamw (based on) Pointyhat to: bdrewery
24 lines
423 B
Makefile
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>
|