mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
32 lines
826 B
Makefile
32 lines
826 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mmex
|
|
PORTVERSION= 0.9.9.0
|
|
CATEGORIES= finance
|
|
MASTER_SITES= http://www.codelathe.com/${PORTNAME}/installer/linux/ \
|
|
SF/moneymanagerex/moneymanagerex/Version%20${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Free, open-source, easy-to-use personal finance software
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
|
USE_WX= 2.8+
|
|
WX_UNICODE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
|
|
CPPFLAGS+= -I${LOCALBASE}/include # helps to find boost
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/man1/s,$$(datadir),${MANPREFIX},' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|