openbsd-ports/devel/p5-Alien-wxWidgets/Makefile

28 lines
546 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:26 ajacoutot Exp $
COMMENT = building, finding and using wxWidgets binaries
MODULES = cpan
DISTNAME = Alien-wxWidgets-0.47
REVISION = 0
CATEGORIES = devel
CPAN_AUTHOR = MBARBON
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# 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
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = x11/wxWidgets
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>