# New ports collection makefile for:	mkcatalog
# Date created:		26 Oct 2000
# Whom:			shige
#
# $FreeBSD: ports/textproc/mkcatalog/Makefile,v 1.2 2000/12/13 11:27:19 shige Exp $
#
# This port is self contained in the src directory.
#

PORTNAME=	mkcatalog
PORTVERSION=	1.1
CATEGORIES=	textproc
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	shige@FreeBSD.org

NO_WRKSUBDIR=	yes
NO_CHECKSUM=	yes
NO_BUILD=	yes

SRC=			${.CURDIR}/src

do-fetch:
	@${DO_NADA}

pre-configure:
	    ${CP} ${SRC}/$${i}.in ${WRKDIR} ; \
	done

do-install:
	@${INSTALL_SCRIPT} ${WRKDIR}/mkcatalog ${PREFIX}/sbin/mkcatalog

.include <bsd.port.mk>
