mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
28 lines
598 B
Makefile
28 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>
|