freebsd-ports/math/mbasecalc/Makefile
Thomas Abthorpe a820d140e0 - Reassign to the heap at maintainer's request
- Trim header while I am here
2013-03-19 15:11:01 +00:00

24 lines
561 B
Makefile

# Created by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
# $FreeBSD$
PORTNAME= mbasecalc
PORTVERSION= 1.1
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= http://www.muquit.com/muquit/software/mbasecalc/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple calculator program inspired by basecalc
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
MAKE_ARGS= INCLUDES="`fltk-config --cflags` -I." \
LIBS="`fltk-config --ldflags`"
PLIST_FILES= bin/mbasecalc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mbasecalc ${PREFIX}/bin
.include <bsd.port.mk>