Add freetds-msdblib, a slave port to build freetds with Microsoft db-lib

(required for PHP MSSQL extension).

Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-01-15 19:07:26 +00:00
parent cc754f6440
commit 2e063acc4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98217
2 changed files with 17 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += firebird-devel
SUBDIR += fireprofile
SUBDIR += freetds
SUBDIR += freetds-msdblib
SUBDIR += gadfly
SUBDIR += gauche-gdbm
SUBDIR += gbib

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: freetds-msdblib
# Date created: 15 Jan 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -msdblib
MAINTAINER= ale@FreeBSD.org
WITH_MSDBLIB= yes
MASTERDIR= ${.CURDIR}/../freetds
.include "${MASTERDIR}/Makefile"