freebsd-ports/graphics/libmorph/Makefile
Tijl Coosemans 5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00

24 lines
500 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-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmorph.so \
${STAGEDIR}${PREFIX}/lib/morph/loaders/*.so
.include <bsd.port.mk>