55b9bdd478
basecalc came with Xlib Programming Manual from O'Reilly as an example of X lib programming. mbasecalc is an immitation of basecalc which is available on different platforms. PR: ports/67993 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
27 lines
598 B
Makefile
27 lines
598 B
Makefile
# New ports collection makefile for: mbasecalc
|
|
# Date created: 15 June 2004
|
|
# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mbasecalc
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.muquit.com/muquit/software/mbasecalc/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ppl@nbnet.nb.ca
|
|
COMMENT= Simple calculator program inspired by basecalc
|
|
|
|
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
|
|
|
USE_X_PREFIX= yes
|
|
MAKE_ENV= INCLUDES=-I${X11BASE}/include
|
|
|
|
PLIST_FILES= bin/mbasecalc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mbasecalc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|