1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11-toolkits/wxd/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

47 lines
1.0 KiB
Makefile

# New ports collection makefile for: wxd
# Date created: 29 August 2006
# Whom: Jona Joachim <walkingshadow@grummel.net>
#
# $FreeBSD$
#
PORTNAME= wxd
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= x11-toolkits devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= jaj@hcl-club.lu
COMMENT= wxWidgets bindings for the D programming language
BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_WX= 2.8
WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS= UNICODE "Build the Unicode version" On
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= does not compile
.endif
.if !defined(WITHOUT_UNICODE)
WX_UNICODE= yes
.endif
pre-patch:
@${RM} ${WRKSRC}/Makefile
@${MV} ${WRKSRC}/GNUmakefile ${WRKSRC}/Makefile
@${RM} ${WRKSRC}/wxc/Makefile
@${MV} ${WRKSRC}/wxc/GNUmakefile ${WRKSRC}/wxc/Makefile
@${RM} ${WRKSRC}/wx/Makefile
@${MV} ${WRKSRC}/wx/GNUmakefile ${WRKSRC}/wx/Makefile
.include <bsd.port.post.mk>