ports/devel/vcglib/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
510 B
Makefile

PORTNAME= vcglib
PORTVERSION= 2020.09
CATEGORIES= devel
MAINTAINER= fernape@FreeBSD.org
COMMENT= Library for manipulation of triangle meshes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${LOCALBASE}/include/exif.h:devel/easyexif
USE_GITHUB= yes
GH_ACCOUNT= cnr-isti-vclab
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
(cd ${WRKSRC} && ${COPYTREE_SHARE} "apps eigenlib img vcg wrap" \
${STAGEDIR}${PREFIX}/include/${PORTNAME})
.include <bsd.port.mk>