freebsd-ports/graphics/opendx/Makefile

35 lines
823 B
Makefile
Raw Normal View History

# New ports collection makefile for: opendx
2000-02-14 14:05:12 +01:00
# Version required: 4.0.10
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
2000-02-14 14:05:12 +01:00
DISTNAME= dx-4.0.10
PKGNAME= opendx-4.0.10
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
MAINTAINER= ports@FreeBSD.org
1999-10-05 11:14:50 +02:00
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
netcdf.1:${PORTSDIR}/math/netcdf
USE_XLIB= yes
REQUIRES_MOTIF= yes
2000-02-14 14:05:12 +01:00
USE_NEWGCC= yes
GNU_CONFIGURE= yes
1999-10-05 11:14:50 +02:00
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>