mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
19 lines
370 B
Makefile
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>
|