3c0332ec04
PR: 22172 Submitted by: David Hill <djhill@novagate.net>
28 lines
569 B
Makefile
28 lines
569 B
Makefile
# New ports collection makefile for: freetds
|
|
# Date created: 02 Nov 1999
|
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freetds
|
|
PORTVERSION= 0.51
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= ALPHA/freetds
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --with-tdsver=4.2 \
|
|
--enable-dbmfix
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \
|
|
's| install-includeHEADERS||g'
|
|
|
|
.include <bsd.port.mk>
|