1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/opendx/Makefile
Thomas Gellekum e435d1389a Upgrade to 4.0.9. Include some fixes for dxworker.
PR:		14213
Submitted by:	Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
1999-11-03 11:55:51 +00:00

34 lines
804 B
Makefile

# New ports collection makefile for: opendx
# Version required: 4.0.9
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= dx-4.0.9
PKGNAME= opendx-4.0.9
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
netcdf.1:${PORTSDIR}/math/netcdf
USE_XLIB= yes
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -Dfreebsd -I${PREFIX}/include" \
CPPFLAGS="-I${PREFIX}/include" \
CXXFLAGS="${CFLAGS} -Dfreebsd -I${PREFIX}/include" \
LDFLAGS="-L${PREFIX}/lib"
NO_MTREE= yes
PLIST_SUB= ARCH=${MACHINE_ARCH}
post-patch:
@find ${WRKSRC} -name Makefile.in | \
xargs /usr/bin/perl -pi -e 's/-lXm /\$${MOTIFLIB} /g'
.include <bsd.port.mk>