blob: 91b424496da0dba160690ab8c174b7c82a16db94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# ex:ts=8
# New ports collection makefile for: p5-Imager
# Date created: Jul 24, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Imager
PORTVERSION= 0.84
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TONYC
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl module for manipulating gray, color and rgba format images
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
t1:${PORTSDIR}/devel/t1lib \
tiff:${PORTSDIR}/graphics/tiff \
gif.5:${PORTSDIR}/graphics/giflib
PERL_CONFIGURE= 5.8.0+
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
.include "Makefile.man"
.include <bsd.port.mk>
|