aboutsummaryrefslogtreecommitdiff
path: root/databases/pxlib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-21 17:43:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-21 17:43:46 +0000
commit14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3 (patch)
tree761cd23e07e2b5224d73f540985d84eede599029 /databases/pxlib
parent7ef963090c1ba3fae0e4ab7630e60ff49fe6a9f0 (diff)
downloadports-14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3.tar.gz
ports-14bc5a6c1142609693b3dcef0cd7e6a4b4755cb3.zip
Notes
Diffstat (limited to 'databases/pxlib')
-rw-r--r--databases/pxlib/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile
index 2d0f1c27fa12..efbe35e8a211 100644
--- a/databases/pxlib/Makefile
+++ b/databases/pxlib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pxlib
-# Date created: 10 December 2005
-# Whom: Sergey Matveychuk <sem@FreeBSD.org>
-#
+# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pxlib
PORTVERSION= 0.6.3
@@ -27,11 +23,12 @@ LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-OPTIONS= DOCS "Build and install documentation" off
+OPTIONS_DEFINE= MAN
+MAN_DESC= Build and install manpages
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_DOCS)
+.if ${PORT_OPTIONS:MMAN}
BUILD_DEPENDS+= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \
docbook2man:${PORTSDIR}/textproc/docbook-utils
@@ -58,4 +55,4 @@ pre-build:
${REINPLACE_CMD} -e 's/^DOCDIR =.*/DOCDIR =/' ${WRKSRC}/Makefile
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>