29 lines
706 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2017/10/13 18:10:46 ian Exp $
COMMENT= from Kernighan & Pike: High Order Calculator
1998-09-16 19:35:08 +00:00
GH_ACCOUNT = IanDarwin
GH_PROJECT = hoc
GH_TAGNAME = v1.1
REVISION= 1
2002-10-27 18:29:15 +00:00
CATEGORIES= math
1998-09-16 19:35:08 +00:00
MAINTAINER= Ian Darwin <ian@openbsd.org>
1998-09-16 19:35:08 +00:00
HOMEPAGE= https://www.cs.princeton.edu/~bwk/btl.mirror/new/
2001-11-21 15:22:56 +00:00
# BSD-like License from original distfile: "Permission to use, copy,
2001-11-21 15:22:56 +00:00
# modify, and distribute this software... for any purpose and without
# fee.. provided that the copyright notice appear in all copies..."
PERMIT_PACKAGE_CDROM= Yes
2004-12-27 07:16:44 +00:00
WANTLIB= c m
2000-02-12 06:29:49 +00:00
ALL_TARGET= hoc
1998-09-16 19:35:08 +00:00
do-install:
${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>