d34ccf4ad4
installed there is no need to uncompress them; Use -O2 optimization; config file template installed in /usr/local/lib; config file resides in /etc; put install/uninstall messages in packing list; get rid of message file that breaks pkg_add
22 lines
381 B
Makefile
22 lines
381 B
Makefile
# OpenBSD makefile for: idled
|
|
# Version required: 1.16
|
|
# Date created: 06 Nov 1997
|
|
# Whom: ejovi
|
|
#
|
|
# $OpenBSD: Makefile,v 1.4 1998/07/25 00:44:47 marc Exp $
|
|
#
|
|
|
|
DISTNAME= idled-1.16
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= marc@openbsd.org
|
|
|
|
NO_CDROM= "NOFEE: Can not sell"
|
|
|
|
MASTER_SITES= ftp://ftp.cs.hope.edu/pub/idled/
|
|
|
|
post-extract:
|
|
@(cd ${WRKSRC}; make clean)
|
|
|
|
.include <bsd.port.mk>
|