1999-10-27 16:53:35 +00:00
|
|
|
# Ports collection makefile for "hoc", the High Order Calculator
|
2007-09-15 18:44:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2007/09/15 18:44:36 steven Exp $
|
2001-05-06 01:58:40 +00:00
|
|
|
|
2007-09-15 18:44:36 +00:00
|
|
|
COMMENT= from Kernighan & Pike: High Order Calculator
|
1998-09-16 19:35:08 +00:00
|
|
|
|
|
|
|
DISTNAME= hoc
|
2006-10-29 23:14:43 +00:00
|
|
|
PKGNAME= hoc-1.1p0
|
1998-09-16 19:35:08 +00:00
|
|
|
CATEGORIES= math
|
2002-10-27 18:29:15 +00:00
|
|
|
|
1999-10-30 20:35:34 +00:00
|
|
|
MASTER_SITES= http://cm.bell-labs.com/cm/cs/who/bwk/
|
1998-09-16 19:35:08 +00:00
|
|
|
EXTRACT_SUFX= .sh
|
2001-08-05 20:50:55 +00:00
|
|
|
EXTRACT_CASES= *.sh) /bin/sh ${FULLDISTDIR}/$$archive;;
|
1998-09-16 19:35:08 +00:00
|
|
|
|
2000-10-05 16:10:24 +00:00
|
|
|
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
1998-09-16 19:35:08 +00:00
|
|
|
|
2001-11-21 15:22:56 +00:00
|
|
|
HOMEPAGE= http://cm.bell-labs.com/cm/cs/who/bwk/
|
|
|
|
|
|
|
|
# License is included in the distfile: "Permission to use, copy,
|
|
|
|
# modify, and distribute this software... for any purpose and without
|
|
|
|
# fee.. provided that the copyright notice appear in all copies..."
|
2000-04-08 22:18:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-27 07:16:44 +00:00
|
|
|
WANTLIB= c m
|
2000-02-12 06:29:49 +00:00
|
|
|
|
1999-10-30 20:35:34 +00:00
|
|
|
ALL_TARGET= hoc
|
2000-02-22 17:08:31 +00:00
|
|
|
MAKE_FILE= makefile
|
1998-09-16 19:35:08 +00:00
|
|
|
|
2000-02-10 23:14:27 +00:00
|
|
|
WRKDIST= ${WRKDIR}
|
1999-10-27 16:53:35 +00:00
|
|
|
|
1998-09-16 19:35:08 +00:00
|
|
|
do-install:
|
1999-10-30 20:35:34 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hoc ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/hoc.1 ${PREFIX}/man/man1
|
1998-09-16 19:35:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|