openbsd-ports/devel/p5-Alien-wxWidgets/Makefile
2015-06-08 06:49:05 +00:00

24 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.10 2015/06/08 06:49:05 ajacoutot Exp $
COMMENT = building, finding and using wxWidgets binaries
MODULES = cpan
DISTNAME = Alien-wxWidgets-0.67
CATEGORIES = devel
REVISION = 0
# perl
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = devel/p5-Module-Pluggable \
x11/wxWidgets,-media
BUILD_DEPENDS = ${RUN_DEPENDS}
pre-configure:
${SUBST_CMD} ${WRKSRC}/inc/My/Build/Any_wx_config_Bakefile.pm
.include <bsd.port.mk>