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
|
|
|
|
CATEGORIES= graphics
|
2001-01-07 23:32:55 +01:00
|
|
|
MASTER_SITES= http://wine.sexcity.pl/morpheus/meat/
|
2000-09-14 10:18:50 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A library for loading (and saving) 3d models (3d modeller object files)
|
2000-09-14 10:18:50 +02:00
|
|
|
|
2003-11-20 19:18:55 +01:00
|
|
|
CONFLICTS= xmorph*
|
|
|
|
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2000-09-14 10:18:50 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|