openbsd-ports/math/hoc/Makefile

39 lines
993 B
Makefile
Raw Normal View History

# Ports collection makefile for "hoc", the High Order Calculator
2010-10-18 16:52:05 -04:00
# $OpenBSD: Makefile,v 1.26 2010/10/18 20:52:06 espie Exp $
COMMENT= from Kernighan & Pike: High Order Calculator
1998-09-16 15:35:08 -04:00
DISTNAME= hoc
2010-07-18 06:30:41 -04:00
PKGNAME= hoc-1.1
REVISION= 0
1998-09-16 15:35:08 -04:00
CATEGORIES= math
2002-10-27 13:29:15 -05:00
MASTER_SITES= http://cm.bell-labs.com/cm/cs/who/bwk/
1998-09-16 15:35:08 -04:00
EXTRACT_SUFX= .sh
EXTRACT_CASES= *.sh) /bin/sh ${FULLDISTDIR}/$$archive;;
1998-09-16 15:35:08 -04:00
MAINTAINER= Ian Darwin <ian@openbsd.org>
1998-09-16 15:35:08 -04:00
2001-11-21 10:22:56 -05: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..."
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-27 02:16:44 -05:00
WANTLIB= c m
2000-02-12 01:29:49 -05:00
ALL_TARGET= hoc
2000-02-22 12:08:31 -05:00
MAKE_FILE= makefile
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
1998-09-16 15:35:08 -04:00
WRKDIST= ${WRKDIR}
1998-09-16 15:35:08 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hoc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hoc.1 ${PREFIX}/man/man1
1998-09-16 15:35:08 -04:00
.include <bsd.port.mk>