landry 857d746261 Import p5-Alien-wxWidgets 0.44, a prerequisite for p5-Wx.
Alien::wxWidgets can be used to detect and get configuration settings
from an installed wxWidgets.
2009-09-04 16:05:55 +00:00

26 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/04 16:05:55 landry Exp $
COMMENT = building, finding and using wxWidgets binaries
MODULES = cpan
DISTNAME = Alien-wxWidgets-0.44
CATEGORIES = devel
CPAN_AUTHOR = MBARBON
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
pre-configure:
${SUBST_CMD} ${WRKSRC}/inc/My/Build/Any_wx_config_Bakefile.pm
RUN_DEPENDS = ::x11/wxWidgets
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>