aboutsummaryrefslogtreecommitdiffstats
path: root/databases/unixODBC/Makefile
blob: 4c40a97a216420f5ef78644be3c5b339da8e936f (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
# New ports collection makefile for:    unixODBC
# Version Required: 1.8.8
# Date created:         May 11, 2000
# Whom:                 Nick Sayer <nsayer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   unixODBC
PORTVERSION=    1.8.8
CATEGORIES= databases
MASTER_SITES=   http://www.unixodbc.org/

MAINTAINER= nsayer@FreeBSD.org

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes
.if defined(WITH_X)
USE_XLIB=   yes
CONFIGURE_ARGS+=--enable-gui
.else
CONFIGURE_ARGS+=--disable-gui
USE_XLIB=   yes
.endif

.include <bsd.port.mk>