28 lines
528 B
Makefile
28 lines
528 B
Makefile
# OpenBSD makefile for: idled
|
|
# Version required: 1.16
|
|
# Date created: 06 Nov 1997
|
|
# Whom: ejovi
|
|
#
|
|
# $OpenBSD: Makefile,v 1.3 1998/04/12 22:51:16 marc Exp $
|
|
#
|
|
|
|
DISTNAME= idled-1.16
|
|
CATEGORIES= sysutils
|
|
NO_CDROM= "NOFEE: Can not sell"
|
|
|
|
MASTER_SITES= ftp://ftp.cs.hope.edu/pub/idled/
|
|
|
|
MAINTAINER= joey@openbsd.org
|
|
NO_CDROM= non-profit use and distribution only
|
|
MANCOMPRESSED= yes
|
|
MAN5= idled.cf.5
|
|
MAN8= idled.8
|
|
|
|
post-extract:
|
|
(cd ${WRKSRC}; make clean)
|
|
|
|
post-install:
|
|
strip ${PREFIX}/libexec/idled
|
|
|
|
.include <bsd.port.mk>
|