aboutsummaryrefslogtreecommitdiffstats
path: root/devel/datadesigner/Makefile
blob: c65db3e3125364332250e9edcc9b05e577e4f25e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ex:ts=8
# Ports collection makefile for:    datadesigner
# Date created:         Jul 9, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   datadesigner
PORTVERSION=    0.5
PORTREVISION=   10
CATEGORIES= devel
MASTER_SITES=   SF/dbdesign/${PORTNAME}/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Database Schema Designer

LIB_DEPENDS=    expat.6:${PORTSDIR}/textproc/expat2

USE_GNOME=  libxml2 libxslt
USE_ICONV=  yes
USE_WX=     2.4
WX_CONF_ARGS=   absolute
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.endif

.include <bsd.port.mk>