2014-06-26 15:34:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= indexinfo
|
2017-11-05 21:41:19 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2014-06-26 15:34:02 +02:00
|
|
|
CATEGORIES= print ports-mgmt
|
|
|
|
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
|
|
COMMENT= Utility to regenerate the GNU info page index
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-10-26 09:59:22 +02:00
|
|
|
USE_CSTD= gnu99
|
2015-03-20 08:56:25 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= bapt
|
2014-06-26 15:34:02 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-03-20 08:56:25 +01:00
|
|
|
PLIST_FILES= bin/indexinfo
|
2014-06-26 15:34:02 +02:00
|
|
|
|
2016-09-18 16:14:25 +02:00
|
|
|
.if exists(/usr/include/sys/capsicum.h)
|
|
|
|
CFLAGS+= -DHAVE_CAPSICUM
|
|
|
|
.endif
|
|
|
|
|
2014-06-26 15:34:02 +02:00
|
|
|
.include <bsd.port.mk>
|