1997-03-23 17:33:50 +00:00
|
|
|
# New ports collection makefile for: idled
|
|
|
|
# Version required: 1.16
|
|
|
|
# Date created: 12 March 1997
|
|
|
|
# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
|
1997-03-25 08:19:32 +00:00
|
|
|
#
|
1997-03-25 08:24:34 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/03/25 08:19:32 obrien Exp $
|
1997-03-25 08:19:32 +00:00
|
|
|
#
|
1997-03-23 17:33:50 +00:00
|
|
|
|
|
|
|
DISTNAME= idled-1.16
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.cs.hope.edu/pub/idled/
|
|
|
|
|
1997-03-25 08:24:34 +00:00
|
|
|
MAINTAINER= andrew@ugh.net.au
|
1997-03-23 17:33:50 +00:00
|
|
|
|
1997-03-25 08:19:32 +00:00
|
|
|
NO_CDROM= non-profit use and distribution only
|
1997-03-25 08:24:34 +00:00
|
|
|
MANCOMPRESSED= yes
|
1997-03-23 17:33:50 +00:00
|
|
|
MAN5= idled.cf.5
|
|
|
|
MAN8= idled.8
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
(cd ${WRKSRC}; make clean)
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/libexec/idled
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|