Date: Wed, 5 Feb 2014 10:21:20 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342681 - head/graphics/figurine Message-ID: <201402051021.s15ALKIP077234@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Feb 5 10:21:20 2014 New Revision: 342681 URL: http://svnweb.freebsd.org/changeset/ports/342681 QAT: https://qat.redports.org/buildarchive/r342681/ Log: - STAGE-clean - Convert to OPTIONSng - Add LICENSE - Remove article from COMMENT line Deleted: head/graphics/figurine/pkg-plist Modified: head/graphics/figurine/Makefile Modified: head/graphics/figurine/Makefile ============================================================================== --- head/graphics/figurine/Makefile Wed Feb 5 10:19:02 2014 (r342680) +++ head/graphics/figurine/Makefile Wed Feb 5 10:21:20 2014 (r342681) @@ -8,17 +8,23 @@ CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org -COMMENT= A drawing program for X11 +COMMENT= Drawing program for X11 + +LICENSE= GPLv2 + +OPTIONS_DEFINE= DOCS RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig GNU_CONFIGURE= yes USE_XORG= xpm -MAN1= figurine.1 +PLIST_FILES= bin/figurine \ + man/man1/figurine.1.gz + +PORTDOCS= * -NO_STAGE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> # Optimizations produce bad assembly code on sparc64 .if ${ARCH} == "sparc64" @@ -26,7 +32,7 @@ CFLAGS+= -O0 .endif post-patch: -.if defined(NOPORTDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e "s|Doc examples src|src|" \ ${WRKSRC}/Makefile.in .endif @@ -36,4 +42,4 @@ post-patch: ${WRKSRC}/Doc/Makefile.in \ ${WRKSRC}/examples/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051021.s15ALKIP077234>