freebsd-ports/graphics/opennurbs/Makefile
Jason Helfman 9a1515f37b - move from INSTALL_LIB to INSTALL_DATA for libopenNURBS.a symbol inclusion
- while here drop redundant MKDIR
- bump PORTREVISION

PR:	ports/166536
Submitted by:	maintainer, fernando.apesteguia@gmail.com
Feature safe:	yes
2012-04-02 16:47:38 +00:00

40 lines
1.2 KiB
Makefile

# New ports collection makefile for: opennurbs
# Date created: Aug 17 2011
# Whom: Fernando Apesteguia <fernando.apesteguia@gmail.com>
#
# $FreeBSD$
PORTNAME= opennurbs
PORTVERSION= 20111122
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2011-11-22/
MASTER_SITE_SUBDIR=${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Tools to accurately transfer 3-D geometry between applications
USE_DOS2UNIX= yes
USE_GMAKE= yes
USE_ZIP= yes
USE_ICONV= build
MAKEFILE= makefile
EXAMPLESDIR= ${PREFIX}/libexec/openNURBS
pre-build:
iconv -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
@${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h
do-install:
@${INSTALL_DATA} ${WRKSRC}/libopenNURBS.a ${PREFIX}/lib
@${MKDIR} ${EXAMPLESDIR}
.for i in brep dump read roundtrip userdata write
@${INSTALL_PROGRAM} ${WRKSRC}/example_${i}/example_${i} ${EXAMPLESDIR}
.endfor
@${MKDIR} ${PREFIX}/include/openNURBS/zlib
@${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/openNURBS/
@${INSTALL_DATA} ${WRKSRC}/zlib/*.h ${PREFIX}/include/openNURBS/zlib
.include <bsd.port.mk>