1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/databases/freetds/Makefile
Maxim Sobolev 5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00

26 lines
493 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_SHLIBS= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tdsver=7.0 \
--enable-dbmfix
USE_GMAKE= yes
.include <bsd.port.mk>