openbsd-ports/math/hexcalc/Makefile

33 lines
733 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.13 2010/10/24 21:25:51 ajacoutot Exp $
COMMENT= multi-radix calculator for x11
DATE= 19951219
DISTNAME= hexcalc
2010-07-18 06:30:41 -04:00
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/
2001-11-18 02:41:46 -05:00
NO_REGRESS= Yes
2010-10-18 16:52:05 -04:00
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>