openbsd-ports/math/hexcalc/Makefile
pvalchev 1bf0d2e5c9 remove .orig files in distribution, as according to millert POSIX says
patch will try to patch those instead (and patches here fail to apply
with the new patch)
2003-08-12 20:03:34 +00:00

31 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.7 2003/08/12 20:03:34 pvalchev Exp $
COMMENT= "multi-radix calculator for x11"
DATE= 19951219
DISTNAME= hexcalc
PKGNAME= ${DISTNAME}-${DATE}
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
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
NO_REGRESS= Yes
USE_X11= 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>