2014-06-26 15:34:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= indexinfo
|
2014-12-30 08:36:45 +01:00
|
|
|
PORTVERSION= 0.2.2
|
2014-06-26 15:34:02 +02:00
|
|
|
CATEGORIES= print ports-mgmt
|
|
|
|
MASTER_SITES= http://files.etoilebsd.net/indexinfo/
|
|
|
|
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
|
|
COMMENT= Utility to regenerate the GNU info page index
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-12-30 08:36:45 +01:00
|
|
|
CONFIGURE_ARGS= --disable-maintainer-mode
|
2014-06-26 15:34:02 +02:00
|
|
|
PLIST_FILES= bin/indexinfo
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|