1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/print/indexinfo/Makefile
2014-06-26 14:17:05 +00:00

19 lines
370 B
Makefile

# $FreeBSD$
PORTNAME= indexinfo
PORTVERSION= 0.2
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
PLIST_FILES= bin/indexinfo
INSTALL_TARGET= install-strip
.include <bsd.port.mk>