diff options
author | petef <petef@FreeBSD.org> | 2002-05-31 00:19:51 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-31 00:19:51 +0000 |
commit | 80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c (patch) | |
tree | 2455866b18b69467dbadf16906c8720e598bdecc /sysutils/mktool/Makefile | |
parent | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (diff) | |
download | FreeBSD-ports-80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c.zip FreeBSD-ports-80dc71b0ef655f9d7f9c4aa7ce116883ca43e28c.tar.gz |
Add mktool 0.0.7, portable tools to manage processes and networked
services.
PR: 38674
Submitted by: Jos Backus <jos@catnook.com>
Diffstat (limited to 'sysutils/mktool/Makefile')
-rw-r--r-- | sysutils/mktool/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/mktool/Makefile b/sysutils/mktool/Makefile new file mode 100644 index 0000000..1e2d6c7 --- /dev/null +++ b/sysutils/mktool/Makefile @@ -0,0 +1,25 @@ +# 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> |