blob: 1fd70e47cc13d56b7f51427415e95f379372f48e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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>
|