3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
29 lines
648 B
Makefile
29 lines
648 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= 2
|
|
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="-I${LOCALBASE}/include -I." \
|
|
LIBS="-L${LOCALBASE}/lib -lfltk -lX11"
|
|
|
|
PLIST_FILES= bin/mbasecalc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mbasecalc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|