mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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
26 lines
492 B
Makefile
26 lines
492 B
Makefile
# New ports collection makefile for: freetds
|
|
# Date created: 02 Nov 1999
|
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freetds
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= ALPHA/freetds
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= midom@dammit.lt
|
|
|
|
WRKSRC= ${WRKDIR}/freetds
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--with-tdsver=7.0 \
|
|
--enable-dbmfix
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|