forked from Lainports/opnsense-ports
26 lines
477 B
Makefile
26 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= amath
|
|
PORTVERSION= 1.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://suyai.innolan.net/
|
|
|
|
MAINTAINER= cs@innolan.dk
|
|
COMMENT= Simple command line calculator
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
HAS_CONFIGURE= yes
|
|
MAKE_ARGS= CC=${CC}
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
USE_GCC= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
do-test:
|
|
${WRKSRC}/${PORTNAME} test
|
|
|
|
.include <bsd.port.mk>
|