mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
26 lines
551 B
Makefile
26 lines
551 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= madedit
|
|
PORTVERSION= 0.2.9
|
|
PORTREVISION= 24
|
|
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>
|