mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
640 B
Makefile
29 lines
640 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
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
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>
|