freebsd-ports/math/triangle/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

33 lines
745 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= triangle
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= NL
MASTER_SITE_SUBDIR= voronoi
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= bf@FreeBSD.org
COMMENT= Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
NO_CDROM= No commercial use without prior arrangement with the author
NO_WRKSUBDIR= yes
USES= zip
USE_XORG= x11
MAKEFILE= makefile
PLIST_FILES= bin/triangle bin/showme
do-install:
${INSTALL_PROGRAM} ${PLIST_FILES:S|^bin|${WRKSRC}|} ${STAGEDIR}${PREFIX}/bin
.if defined(MAINTAINER_MODE)
test: build
(cd ${INSTALL_WRKSRC} && ./triangle -p A.poly && ./showme A.1.poly)
.endif
.include <bsd.port.mk>