mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
28 lines
600 B
Makefile
28 lines
600 B
Makefile
# Created by: 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
|
|
|
|
EXPIRATION_DATE= 2013-11-01
|
|
|
|
BROKEN= Unfetchable due to MASTER_SITES reorganization
|
|
USES= gmake
|
|
USE_BZIP2= yes
|
|
|
|
NO_STAGE= 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>
|