2007-08-06 19:00:13 +02:00
|
|
|
# New ports collection makefile for: madedit
|
|
|
|
# Date created: 2007-08-08
|
|
|
|
# Whom: Xin LI <delphij@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= madedit
|
2007-11-13 01:39:20 +01:00
|
|
|
PORTVERSION= 0.2.8
|
2007-08-06 19:00:13 +02:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
|
|
COMMENT= An open-source and cross-platform text/hex editor
|
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_WX= 2.6+
|
|
|
|
WANT_UNICODE= yes
|
|
|
|
|
|
|
|
LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
|
|
|
|
CONFIGURE_ENV+= PKG_CONFIG="${PKG_CONFIG}" glib_gtk2_CFLAGS="${glib_gtk2_CFLAGS}" glib_gtk2_LIBS="${glib_gtk2_LIBS}"
|
|
|
|
|
|
|
|
PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
|
|
|
|
glib_gtk2_CFLAGS=`${PKG_CONFIG} --cflags gtk+-2.0`
|
|
|
|
glib_gtk2_LIBS= `${PKG_CONFIG} --libs gtk+-2.0`
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|