aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-05-12 19:48:49 +0800
committermakc <makc@FreeBSD.org>2013-05-12 19:48:49 +0800
commit42c3e01f07107a7ded656f841e10cae90815ea5d (patch)
treefcff4e051f035837ff7cab73432d274b96171613 /cad
parentc2b64d94e19f83563bdf4236c8047c64f184ed69 (diff)
downloadfreebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.gz
freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.zst
freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.zip
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Diffstat (limited to 'cad')
-rw-r--r--cad/librecad/Makefile7
-rw-r--r--cad/librecad/pkg-descr2
2 files changed, 3 insertions, 6 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile
index ab2048f9fea3..a1bfc6f99744 100644
--- a/cad/librecad/Makefile
+++ b/cad/librecad/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: librecad
-# Date created: 2012-01-03
-# Whom: Max Brazhnikov <makc@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= librecad
PORTVERSION= 1.0.0
@@ -19,6 +14,8 @@ USE_QT4= help qt3support help-tools_build moc_build qmake_build \
rcc_build uic_build uic3_build
MAKE_JOBS_SAFE= yes
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/cad/librecad/pkg-descr b/cad/librecad/pkg-descr
index 5413f2255fab..2fbf69946976 100644
--- a/cad/librecad/pkg-descr
+++ b/cad/librecad/pkg-descr
@@ -1,4 +1,4 @@
LibreCAD is a 2D CAD drawing application based on the community
edition of QCad (www.qcad.org).
-WWW: http://librecad.org
+WWW: http://librecad.org