summaryrefslogtreecommitdiff
path: root/math/drgeo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r--math/drgeo/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
new file mode 100644
index 000000000000..7a2d0b280c5b
--- /dev/null
+++ b/math/drgeo/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: drgenius
+# Date created: 11 January 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= drgenius
+PORTVERSION= 0.8.0
+CATEGORIES= math
+MASTER_SITES= http://www.ofset.org/drgenius/
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
+LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack libglade
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>