summaryrefslogtreecommitdiff
path: root/print/LPRng-core/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-01 18:51:57 +0000
committerwiz <wiz@pkgsrc.org>2005-06-01 18:51:57 +0000
commit8679ea9da1ae3b3ed7d706d6677dc1f09e3d3651 (patch)
treea1662bc0ed13fba94c1372553fadb1ec128c6aee /print/LPRng-core/Makefile
parent8ef285f516fea08214543d08e5ac6cb02039e0fa (diff)
downloadpkgsrc-8679ea9da1ae3b3ed7d706d6677dc1f09e3d3651.tar.gz
Convert to options framework.
Diffstat (limited to 'print/LPRng-core/Makefile')
-rw-r--r--print/LPRng-core/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index 46fb6622942..e7695759d58 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/01 18:51:57 wiz Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
@@ -26,18 +26,7 @@ CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}"
CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}"
CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}"
-.include "../../mk/bsd.prefs.mk"
-
-LPRNG_SUID?= YES
-LPRNG_PRIV_PORTS?= NO
-BUILD_DEFS+= LPRNG_SUID LPRNG_PRIV_PORTS
-
-.if (${LPRNG_SUID} == "NO")
-CONFIGURE_ARGS+= --disable-setuid
-.endif
-.if (${LPRNG_PRIV_PORTS} == "YES")
-CONFIGURE_ARGS+= --enable-priv_ports
-.endif
+.include "options.mk"
# Look for printer configuration files firstly in /etc, then ${PREFIX}/etc.
#