20 lines
408 B
Makefile
20 lines
408 B
Makefile
# New ports collection makefile for: shiva-collections
|
|
# Date created: 26 February 2011
|
|
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shiva-collections
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.opengtl.org/
|
|
|
|
MAINTAINER= avilla@FreeBSD.org
|
|
COMMENT= Collection of kernels for OpenGTL
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|