1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/mkcatalog/Makefile
2015-12-30 14:07:42 +00:00

26 lines
446 B
Makefile

# Created by: shige
# $FreeBSD$
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>