summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r--graphics/dia/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
new file mode 100644
index 000000000000..0bf67925bb0f
--- /dev/null
+++ b/graphics/dia/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: dia
+# Version required: 0.81
+# Date created: 2 November 1999
+# Whom: saper@system.pl
+#
+# $FreeBSD$
+#
+
+DISTNAME= dia-0.81
+CATEGORIES= graphics
+MASTER_SITES= http://www.lysator.liu.se/~alla/dia/files/
+
+MAINTAINER= saper@system.pl
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ xml.5:${PORTSDIR}/textproc/libxml \
+ gdk_imlib.5:${PORTSDIR}/graphics/imlib
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+MAN1= dia.1
+
+.include <bsd.port.mk>