blob: dfb9df5f7e351964085d99c8348805135fd7c7db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|