1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/cad/admesh/Makefile
2006-07-28 14:42:54 +00:00

29 lines
655 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= ports@FreeBSD.org
COMMENT= Program for processing STL triangulated solid meshes
GNU_CONFIGURE= yes
PLIST_FILES= bin/admesh %%PORTDOCS%%%%DOCSDIR%%/admesh.doc
PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
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>