2000-09-14 10:18:50 +02:00
|
|
|
# New ports collection makefile for: libmorph
|
|
|
|
# Date Created: 14 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmorph
|
|
|
|
PORTVERSION= 0.1.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-09-14 10:18:50 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-24 10:00:56 +01:00
|
|
|
MASTER_SITES= http://www.winnicki.net/morpheus/meat/
|
2000-09-14 10:18:50 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Library for loading (and saving) 3D modeller object files
|
2000-09-14 10:18:50 +02:00
|
|
|
|
2003-11-20 19:18:55 +01:00
|
|
|
CONFLICTS= xmorph*
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-09-14 10:18:50 +02:00
|
|
|
|
2005-06-01 21:56:04 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2000-09-14 10:18:50 +02:00
|
|
|
.include <bsd.port.mk>
|