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

29 lines
486 B
Makefile
Raw Normal View History

2012-08-23 11:50:05 -04:00
# $OpenBSD: Makefile,v 1.27 2012/08/23 15:50:05 sthen 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
2012-08-23 11:50:05 -04:00
REVISION= 0
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
2012-08-23 11:50:05 -04:00
WANTLIB += c 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>