1999-11-26 15:52:39 -05:00
|
|
|
# New ports collection makefile for: freetds
|
|
|
|
# Date created: 02 Nov 1999
|
|
|
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-08 18:49:07 -04:00
|
|
|
PORTNAME= freetds
|
2001-02-02 13:16:04 -05:00
|
|
|
PORTVERSION= 0.51
|
2001-02-14 07:48:45 -05:00
|
|
|
PORTREVISION= 1
|
1999-11-26 15:52:39 -05:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= ALPHA/freetds
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2001-01-30 08:53:30 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-11-26 15:52:39 -05:00
|
|
|
|
2001-02-14 07:48:45 -05:00
|
|
|
USE_GMAKE= yes
|
2000-06-03 03:59:18 -04:00
|
|
|
USE_LIBTOOL= yes
|
2001-02-14 07:48:45 -05:00
|
|
|
CONFIGURE_ARGS= --with-tdsver=7.0 \
|
2000-02-29 15:49:07 -05:00
|
|
|
--enable-dbmfix
|
2001-02-14 07:48:45 -05:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \
|
|
|
|
's| install-includeHEADERS||g'
|
1999-11-26 15:52:39 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|