0e6fa7c75c
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
27 lines
498 B
Makefile
27 lines
498 B
Makefile
# 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
|
|
|
|
USE_LIBTOOL= 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>
|