aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/netpbm-devel/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 3e6efedb2b81..ba4eab5930ca 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -381,6 +381,7 @@
SUBDIR += multivideo
SUBDIR += mxp
SUBDIR += netpbm
+ SUBDIR += netpbm-devel
SUBDIR += nip2
SUBDIR += nurbs++
SUBDIR += ocaml-images
diff --git a/graphics/netpbm-devel/Makefile b/graphics/netpbm-devel/Makefile
new file mode 100644
index 000000000000..189b3075e0f0
--- /dev/null
+++ b/graphics/netpbm-devel/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: netpm-devel
+# Date created: 25.May 2006
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+
+CATEGORIES= graphics
+
+MAINTAINER= dinoex@FreeBSD.org
+
+WITH_NETPBM_DEVEL=yes
+MASTERDIR?= ${.CURDIR}/../netpbm
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"