aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Imlib2/Makefile
blob: 9007ba7555c65594fb7aefb3cfd5cc02bb554336 (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
# ports collection makefile for:    p5-Imlib2
# Date created:             16 March 2001
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   Imlib2
PORTVERSION=    1.0.0
PORTREVISION=   4
CATEGORIES= graphics perl5
MASTER_SITES=   http://www.muhri.net/
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-Perl-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Perl bindings for Imlib2

LIB_DEPENDS=    Imlib2.4:${PORTSDIR}/graphics/imlib2

PERL_CONFIGURE= yes

MAN3=       Imlib2.3

post-patch:
    @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>