2005-11-09 12:31:40 +01:00
|
|
|
# Ports collection makefile for: gem-colortools
|
|
|
|
# Date created: 09 nov 2005
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= colortools
|
|
|
|
PORTVERSION= 1.3.0
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= print rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ruby-pdf
|
2005-11-09 12:31:40 +01:00
|
|
|
DISTNAME= color-tools-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2005-11-10 20:52:06 +01:00
|
|
|
COMMENT= Provides colour space definition and manpiulation
|
2005-11-09 12:31:40 +01:00
|
|
|
|
2008-03-29 13:33:28 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
2005-11-09 12:31:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|