Date: Sun, 28 Apr 2013 04:27:44 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316701 - head/textproc/groff Message-ID: <201304280427.r3S4RiEf019915@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Apr 28 04:27:43 2013 New Revision: 316701 URL: http://svnweb.freebsd.org/changeset/ports/316701 Log: - adoption of optionsNG, trim historical header - shift license for portlint Approved by: maintainer, uqs@ Modified: head/textproc/groff/Makefile Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Sun Apr 28 04:23:07 2013 (r316700) +++ head/textproc/groff/Makefile Sun Apr 28 04:27:43 2013 (r316701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/groff -# Date created: 14.09.2010 -# Whom: Ulrich Spoerlein <uqs@FreeBSD.org> -# +# Created by: Ulrich Spoerlein <uqs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= groff PORTVERSION= 1.21 @@ -15,12 +11,12 @@ MASTER_SITE_SUBDIR= groff MAINTAINER= uqs@FreeBSD.org COMMENT= Software typesetting package +LICENSE= GPLv3 + BUILD_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript8 \ ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= GPLv3 - USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -34,7 +30,9 @@ PAPERSIZE=A4 CONFIGURE_ENV+= PAGE=${PAPERSIZE} .endif -OPTIONS= X11 "Enable X11 devices (-TX*) and gxditview" On +OPTIONS_DEFINE= X11 +X11_DESC= X11 devices (-TX*) and gxditview +OPTIONS_DEFAULT= X11 CONFLICTS= ja-groff-[0-9]* @@ -55,8 +53,9 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} EXAMPLESDIR= ${DOCSDIR}/examples .include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITHOUT_X11) +.if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+=--without-x PLIST_SUB+= X11="@comment " .if exists(${LOCALBASE}/bin/pnmcut) && exists(${LOCALBASE}/bin/pnmcrop) && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304280427.r3S4RiEf019915>