aboutsummaryrefslogtreecommitdiff
path: root/textproc/mkcatalog/Makefile
blob: 9a8789e7f61f16ce2084c737af7f2c8c2270b182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	mkcatalog
# Date created:		26 Oct 2000
# Whom:			shige
#
# $FreeBSD$
#
# 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
SCRIPTS_ENV=	CONFIGURE_TARGETS=${CONFIGURE_TARGETS}

SRC=			${.CURDIR}/src
CONFIGURE_TARGETS=	mkcatalog

do-fetch:
	@${DO_NADA}

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

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

.include <bsd.port.mk>