2013-03-18 22:56:30 +01:00
|
|
|
# Created by: Thierry Thomas <thierry@pompo.net>
|
2004-11-15 11:37:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= triangle
|
2005-11-20 10:29:25 +01:00
|
|
|
PORTVERSION= 1.6
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2004-11-15 23:51:06 +01:00
|
|
|
CATEGORIES= math
|
2015-05-11 20:34:57 +02:00
|
|
|
MASTER_SITES= NL/voronoi
|
2004-11-15 11:37:05 +01:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-03-31 14:53:57 +02:00
|
|
|
MAINTAINER= bf@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
|
2004-11-15 11:37:05 +01:00
|
|
|
|
2014-03-03 16:52:20 +01:00
|
|
|
NO_CDROM= No commercial use without prior arrangement with the author
|
2004-11-15 11:37:05 +01:00
|
|
|
|
2004-12-30 10:33:04 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2014-03-10 17:25:33 +01:00
|
|
|
USES= zip
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2004-11-15 11:37:05 +01:00
|
|
|
MAKEFILE= makefile
|
|
|
|
|
|
|
|
PLIST_FILES= bin/triangle bin/showme
|
|
|
|
|
|
|
|
do-install:
|
2014-06-19 14:37:54 +02:00
|
|
|
${INSTALL_PROGRAM} ${PLIST_FILES:S|^bin|${WRKSRC}|} ${STAGEDIR}${PREFIX}/bin
|
2004-11-15 11:37:05 +01:00
|
|
|
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
test: build
|
|
|
|
(cd ${INSTALL_WRKSRC} && ./triangle -p A.poly && ./showme A.1.poly)
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|