mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ffb21b5654
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
27 lines
500 B
Makefile
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>
|