1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/editors/MathPlanner/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
676 B
Makefile

# ex:ts=8
# Ports collection makefile for: MathPlanner
# Date created: Feb 8, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= MathPlanner
PORTVERSION= 3.1.3
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://koti.mbnet.fi/jarmonik/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
MAINTAINER= ports@FreeBSD.org
COMMENT= A mathematical design and publishing application
USE_QT_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc\.h|stdlib.h|"
.include <bsd.port.mk>