1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/cad/admesh/Makefile
Yuri Victorovich c5110864ff cad/admesh: Update 0.95 -> 0.98.3
Port changes:
* Project moved to github
* Add LICENSE_FILE
* Add USE_LDCONFIG: it now installs the shared library
* Remove do-install: it now installs by itself

Reported by:	repology
2018-07-15 08:12:56 +00:00

36 lines
659 B
Makefile

# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD$
PORTNAME= admesh
DISTVERSIONPREFIX= v
DISTVERSION= 0.98.3
CATEGORIES= cad
MAINTAINER= ports@FreeBSD.org
COMMENT= Program for processing STL triangulated solid meshes
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITHUB= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
PLIST_FILES= bin/admesh \
include/admesh/stl.h \
lib/libadmesh.so \
lib/libadmesh.so.1 \
lib/libadmesh.so.1.0.0 \
libdata/pkgconfig/libadmesh.pc \
man/man1/admesh.1.gz
do-install-DOCS-on:
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
.include <bsd.port.mk>