9bd1a1dddb
o) move COMMENT into Makefile o) bump NEED_VERSION
29 lines
659 B
Makefile
29 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/03/24 12:51:52 reinhard Exp $
|
|
|
|
COMMENT= 'multi-radix calculator for x11'
|
|
|
|
DISTNAME= hexcalc
|
|
CATEGORIES= math
|
|
EXTRACT_SUFX= ..tar.Z
|
|
NEED_VERSION= 1.363
|
|
|
|
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ \
|
|
http://toxiclinux.org/binary
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@home.com>
|
|
|
|
USE_X11= Yes
|
|
|
|
FAKE_FLAGS= PREFIX="${WRKINST}${PREFIX}"
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hexcalc ${PREFIX}/bin/hexcalc
|
|
${INSTALL_MAN} ${WRKSRC}/hexcalc.man ${PREFIX}/man/man1/hexcalc.1
|
|
|
|
.include <bsd.port.mk>
|