29c7e1e039
PR: ports/25863 Submitted by: Jeremy Norris <ishmael27@home.com>
25 lines
493 B
Makefile
25 lines
493 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
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= http://www.muhri.net/
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Imlib2.3
|
|
|
|
.include <bsd.port.mk>
|