freebsd-ports/biology/lamarc/Makefile
Dmitry Marakasov d262e5a758 - Switch to options helpers
- Regenerate patches with `make makepatch`
- Mark WXGTK option broken: does not build: src/convErr/gc_errhandling.cpp:75:12: error: cannot initialize return object of type 'const char *' with an rvalue of type 'const wxChar *' (aka 'const wchar_t *')
2016-08-18 09:31:58 +00:00

36 lines
780 B
Makefile

# Created by: Johann Visagie <wjv@FreeBSD.org>
# $FreeBSD$
PORTNAME= lamarc
PORTVERSION= 2.1.8
DISTVERSIONSUFFIX= -src
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= http://evolution.genetics.washington.edu/lamarc/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Package of programs for computing population parameters
LICENSE= APACHE20
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
GNU_CONFIGURE= yes
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= WXGTK DOCS
WXGTK_USE= WX=2.8
WXGTK_VARS= WX_CONF_ARGS=absolute
WXGTK_PLIST_FILES= bin/lam_conv
WXGTK_CONFIGURE_OFF= --disable-converter
WXGTK_BROKEN= does not build
post-patch:
@${REINPLACE_CMD} -e \
's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>