diff options
Diffstat (limited to 'graphics/lib3ds/Makefile')
-rw-r--r-- | graphics/lib3ds/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile new file mode 100644 index 000000000000..dfb9df5f7e35 --- /dev/null +++ b/graphics/lib3ds/Makefile @@ -0,0 +1,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> |