freebsd-ports/sysutils/mktool/Makefile
Pete Fritchman 579362f7c8 Add mktool 0.0.7, portable tools to manage processes and networked
services.

PR:		38674
Submitted by:	Jos Backus <jos@catnook.com>
2002-05-31 00:19:51 +00:00

25 lines
555 B
Makefile

# ports collection makefile for: mktool
# Date created: 2002/05/28
# Whom: Jos Backus <jos@catnook.com>
#
# $FreeBSD$
#
PORTNAME= mktool
PORTVERSION= 0.0.7
CATEGORIES= sysutils
MASTER_SITES= http://www.io.com/~manoj/file/
MAINTAINER= jos@catnook.com
WRKSRC= ${WRKDIR}/mktool
USE_GMAKE= yes
post-extract:
@${PERL} -pi -e 's,^OPT=.*,OPT=${CFLAGS},; \
s,=gcc,?=gcc,; \
s,^bindir=.*,bindir=${PREFIX}/bin,; \
s,cp -a,install -m ${BINMODE},' ${WRKSRC}/Makefile
.include <bsd.port.mk>