freebsd-ports/cad/admesh/Makefile
Brendan Fabeny c4b63b80fd adjust FETCH_ARGS to accommodate redirects
used by master site
2011-08-12 09:04:40 +00:00

31 lines
617 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
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.varlog.com/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program for processing STL triangulated solid meshes
FETCH_ARGS?= -Fpr
GNU_CONFIGURE= yes
PLIST_FILES= bin/admesh
PORTDOCS= admesh.doc
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>