summaryrefslogtreecommitdiffstats
path: root/devel/strace/Makefile
blob: eb880f6d1c88edc1f1271ceea72e342a379433a6 (plain)
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
# New ports collection makefile for:	strace
# Date created:		Tue May 15 22:29:27 MSD 2001
# Whom:			Alex Semenyaka <alex@rinet.ru>
#
# $FreeBSD$
#

PORTNAME=	strace
PORTVERSION=	4.3
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	alex@rinet.ru

GNU_CONFIGURE=	yes

MAN1=		strace.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1
	-${MKDIR} ${PREFIX}/share/strace
	${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace

.include <bsd.port.mk>
OpenPOWER on IntegriCloud