mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
301 B
Makefile
21 lines
301 B
Makefile
COMMENT= Marco's Object Oriented calculator
|
|
|
|
GH_ACCOUNT= raylai
|
|
GH_PROJECT= moo
|
|
GH_TAGNAME= 1.5
|
|
REVISION= 1
|
|
|
|
CATEGORIES= math
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c
|
|
|
|
MAKE_FLAGS= CC=${CC}
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/bin \
|
|
MANDIR=${PREFIX}/man/man
|
|
|
|
.include <bsd.port.mk>
|