1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/editors/madedit/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

26 lines
546 B
Makefile

# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= madedit
PORTVERSION= 0.2.9
PORTREVISION= 20
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source and cross-platform text/hex editor
LICENSE= GPLv2
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= gettext pkgconfig dos2unix desktop-file-utils
USE_WX= 2.8
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
LIBS+= -L${LOCALBASE}/lib -lX11
.include <bsd.port.mk>