openbsd-ports/graphics/p5-Image-Imlib2/Makefile

30 lines
546 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2010/12/03 11:45:38 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Perl interface to the Imlib2 image library
2009-04-30 06:10:49 -04:00
DISTNAME= Image-Imlib2-2.02
REVISION= 2
CATEGORIES= graphics
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 12:10:25 -05:00
2010-11-17 03:05:12 -05:00
WANTLIB= X11 Xext freetype m pthread-stubs xcb z Imlib2>=1
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/imlib2
2010-11-17 03:05:12 -05:00
REGRESS_DEPENDS=devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
MODULES= cpan
CONFIGURE_STYLE=modbuild
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2006-11-13 06:20:24 -05:00
.include <bsd.port.mk>