# New ports collection makefile for: strace # Date created: Tue May 15 22:29:27 MSD 2001 # Whom: Alex Semenyaka # # $FreeBSD$ # PORTNAME= strace PORTVERSION= 4.5.18 PORTREVISION= 1 CATEGORIES= devel sysutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A portable process tracer USE_BZIP2= yes USE_PERL5= yes # for strace-graph GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/strace bin/strace-graph MAN1= strace.1 .if !defined(NOPORTDOCS) PORTDOCS= AUTHORS COPYRIGHT CREDITS ChangeLog NEWS PORTING \ README README-freebsd README-svr4 TODO .endif post-patch: ${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/strace-graph do-install: @${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin @${MKDIR} ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/strace.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include .cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
|
* Cleanup plistantoine2014-11-141-5/+0
|
* Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-011-0/+17
| | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
* - Add linux_base-{f7,f8} support.hrs2008-11-211-30/+0
| | | | - Separate out gtk module part to textproc/linux-scim-gtk.