freebsd-ports/sysutils/mktool/Makefile
Yen-Ming Lee 4c0771ee11 Patch to update sysutils/mktool to version 0.0.25. This also cleans up
the port Makefile a little and switches us to using the .bz2 distfile.

PR:		53287
Submitted by:	Jos Backus <jos@catnook.com>
2003-06-14 04:25:33 +00:00

27 lines
634 B
Makefile

# ports collection makefile for: mktool
# Date created: 2002/05/28
# Whom: Jos Backus <jos@catnook.com>
#
# $FreeBSD$
#
PORTNAME= mktool
PORTVERSION= 0.0.25
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_REINPLACE= 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>