openbsd-ports/math/hexcalc/Makefile
2010-10-24 20:58:58 +00:00

33 lines
733 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/10/24 21:25:51 ajacoutot Exp $
COMMENT= multi-radix calculator for x11
DATE= 19951219
DISTNAME= hexcalc
PKGNAME= ${DISTNAME}-${DATE}
REVISION= 0
CATEGORIES= math
EXTRACT_SUFX= ..tar.Z
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xaw Xext Xmu Xt c pthread-stubs xcb
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
NO_REGRESS= Yes
USE_GROFF = Yes
post-extract:
@rm -f ${WRKSRC}/*.orig
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hexcalc ${PREFIX}/bin/hexcalc
${INSTALL_MAN} ${WRKSRC}/hexcalc.man ${PREFIX}/man/man1/hexcalc.1
.include <bsd.port.mk>