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

28 lines
471 B
Makefile
Raw Normal View History

2011-01-11 13:36:57 -05:00
# $OpenBSD: Makefile,v 1.26 2011/01/11 18:36:57 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Perl interface to the Imlib2 image library
2011-01-11 13:36:57 -05:00
DISTNAME= Image-Imlib2-2.03
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
2011-01-11 13:36:57 -05:00
WANTLIB= X11 Xext freetype m z Imlib2>=1
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/imlib2
2011-01-11 13:36:57 -05:00
MAKE_ENV= TEST_POD=Yes
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>