mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
25 lines
434 B
Makefile
25 lines
434 B
Makefile
# Created by: shige
|
|
|
|
PORTNAME= mkcatalog
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Maintenance utility for sgml catalog files
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
SUB_FILES= mkcatalog
|
|
PLIST_FILES= sbin/mkcatalog
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/mkcatalog \
|
|
${STAGEDIR}${PREFIX}/sbin/mkcatalog
|
|
|
|
.include <bsd.port.mk>
|