d0cf35cbee
- If only one number is input, print results in all bases. (From Pierre Riteau <pierre dot riteau at free dot fr>, thanks!). - Tokenize everything. Don't skip stuff that's not tokenized. - Enable all regression tests; I had forgotten I disabled them. Update tests to 64-bit goodness. Make it possible to override REGRESS_TARGETS on command line.
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/12 03:13:52 ray Exp $
|
|
|
|
COMMENT= "Marco's Object Oriented calculator"
|
|
|
|
DISTNAME= moo-1.3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Raymond Lai <ray@cyth.net>
|
|
|
|
HOMEPAGE= http://cyth.net/~ray/moo/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|