openbsd-ports/math/hc/Makefile
robert f78d86f930 - use a signed int instead of long int; (now it works on sparc64)
- regen patches

requested and ok by naddy@
2005-03-16 20:26:51 +00:00

32 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.8 2005/03/16 20:26:51 robert Exp $
COMMENT= "multi-radix integer desk calculator"
DISTNAME= hc
PKGNAME= hc-1.1p0
CATEGORIES= math
HOMEPAGE= http://www.geocities.com/connorbd/software/hc.html
MASTER_SITES= http://www.geocities.com/connorbd/software/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/hcdist
MAKE_FILE= makefile
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hc.1 ${PREFIX}/man/man1
.include <bsd.port.mk>