freebsd-ports/sysutils/sloth/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 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>