1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/databases/unixODBC/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

27 lines
500 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
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>