freebsd-ports/graphics/p5-Imlib2/Makefile
Rong-En Fan 97a0094598 - Respect X11BASE
Reported by:	pointyhat
2006-11-30 20:09:02 +00:00

29 lines
579 B
Makefile

# 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= 2
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.3:${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>