2001-03-17 17:21:52 +01:00
|
|
|
# ports collection makefile for: p5-Imlib2
|
|
|
|
# Date created: 16 March 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Imlib2
|
|
|
|
PORTVERSION= 1.0.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2001-03-17 17:21:52 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= http://www.muhri.net/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
|
|
|
|
2002-06-04 03:38:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Perl bindings for Imlib2
|
2001-03-17 17:21:52 +01:00
|
|
|
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL= imlib2
|
2001-03-17 17:21:52 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Imlib2.3
|
|
|
|
|
2006-11-30 21:09:02 +01:00
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
|
2006-11-30 21:09:02 +01:00
|
|
|
|
2001-03-17 17:21:52 +01:00
|
|
|
.include <bsd.port.mk>
|