7758b7a8aa
A Sybase/Microsoft TDS protocol library. PR: 14668 Submitted by: Domas Mituzas <midom@dammit.lt>
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: freetds
|
|
# Version required: 0.47pre2
|
|
# Date created: 02 Nov 1999
|
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= freetds-0.47pre2
|
|
PKGNAME= freetds-0.47p2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= ALPHA/freetds
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= midom@dammit.lt
|
|
|
|
WRKSRC= ${WRKDIR}/freetds
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|