aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mktool/Makefile
blob: 8d0480f8477c2ed7add48464060d20b7225673cb (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
# ports collection makefile for:        mktool
# Date created:                         2002/05/28
# Whom:                                 Jos Backus <jos@catnook.com>
#
# $FreeBSD$
#

PORTNAME=	mktool
PORTVERSION=	0.0.25
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.io.com/~manoj/file/

MAINTAINER=	jos@catnook.com
COMMENT=	Portable tools to manage processes and networked services

USE_GMAKE=	yes
USE_BZIP2=	yes

pre-patch:
	@${REINPLACE_CMD} -e ' \
		s,^OPT=.*,OPT=${CFLAGS},; \
		s,=gcc,?=gcc,; \
		s,^bindir=.*,bindir=${PREFIX}/bin,; \
		s,cp -p,${INSTALL_PROGRAM},' ${WRKSRC}/Makefile

.include <bsd.port.mk>