freebsd-ports/cad/admesh/Makefile
Edwin Groothuis b24867305d NEW port CAD/admesh
A tool to analyze STL (stereolitholigraphy) files.

PR:		ports/52997
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-10-10 05:16:19 +00:00

25 lines
560 B
Makefile

# New ports collection makefile for: admesh
# Date created: 25 June 2003
# Whom: Pedro F. Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= admesh
PORTVERSION= 0.95
CATEGORIES= cad
MASTER_SITES= http://www.varlog.com//products/admesh/files/
MAINTAINER= giffunip@asme.org
COMMENT= Program for processing STL triangulated solid meshes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin/
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ADMESH.DOC ${DOCSDIR}/admesh.doc
.endif
.include <bsd.port.mk>