1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/editors/madedit/Makefile

28 lines
568 B
Makefile
Raw Normal View History

2013-01-31 13:38:42 +00:00
# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= madedit
2009-02-16 08:52:19 +00:00
PORTVERSION= 0.2.9
PORTREVISION= 12
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION}
2013-10-28 03:39:14 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source and cross-platform text/hex editor
2013-10-28 03:39:14 +00:00
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
BROKEN_sparc64= yes
.include <bsd.port.mk>