mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
![Patrick Li](/assets/img/avatar_default.png)
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com>
26 lines
452 B
Makefile
26 lines
452 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: sloth
|
|
# Date created: May 9, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sloth
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.namodn.com/pub/projects/ \
|
|
http://communityprojects.org/apps/sloth/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= sloth.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|