a546d0987e
Alien::wxWidgets public interface smartly uses Module::Pluggable to find the config anyway. Tested to still work with p5-Wx. spotted by jasper@
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/09/08 21:46:17 landry Exp $
|
|
|
|
COMMENT = building, finding and using wxWidgets binaries
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Alien-wxWidgets-0.44
|
|
PKGNAME = p5-${DISTNAME}p0
|
|
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>
|