aboutsummaryrefslogtreecommitdiff
path: root/editors/madedit/Makefile
blob: f3ef579aefe3fe9bc4eaf4590fe35ba58d877b4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	madedit
PORTVERSION=	0.2.9
PORTREVISION=	26
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 xorg
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>