a47e32588f
- Strip libraries
27 lines
615 B
Makefile
27 lines
615 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmorph
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.winnicki.net/morpheus/meat/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for loading (and saving) 3D modeller object files
|
|
|
|
CONFLICTS= xmorph*
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmorph.so \
|
|
${STAGEDIR}${PREFIX}/lib/morph/loaders/*.so
|
|
|
|
.include <bsd.port.mk>
|