22 lines
421 B
Makefile
22 lines
421 B
Makefile
|
# New ports collection makefile for: lib3ds
|
||
|
# Date Created: 18 January 2001
|
||
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= lib3ds
|
||
|
PORTVERSION= 1.0.0
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
|
||
|
MAINTAINER= sobomax@FreeBSD.org
|
||
|
|
||
|
USE_LIBTOOL= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
MAN1= 3ds2m.1 3ds2rib.1 3dsdump.1 lib3ds-config.1
|
||
|
|
||
|
.include <bsd.port.mk>
|