openbsd-ports/databases/freetds/Makefile

37 lines
993 B
Makefile
Raw Normal View History

2004-04-13 23:17:04 -04:00
# $OpenBSD: Makefile,v 1.17 2004/04/14 03:17:04 jcs Exp $
2004-04-13 23:17:04 -04:00
DISTNAME= freetds-0.62.3
CATEGORIES= databases
2002-09-11 20:12:48 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
COMMENT= "project to document and implement the TDS protocol"
HOMEPAGE= http://www.freetds.org/
2003-05-18 12:57:18 -04:00
MASTER_SITES= http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/
MAINTAINER= Joshua Stein <jcs@rt.fm>
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
2004-01-11 21:46:12 -05:00
--with-libiconv-prefix="${LOCALBASE}" \
--disable-threadsafe \
--disable-odbc
MAKE_ENV= RM=rm
2001-12-26 21:56:38 -05:00
MODULES= gettext
post-install:
2001-10-24 20:12:12 -04:00
@sed -e "s:@sysconfdir@:${SYSCONFDIR}:g" ${WRKSRC}/freetds.conf > \
${WRKSRC}/freetds.conf.new
@mkdir ${PREFIX}/share/examples/freetds
2001-10-24 20:12:12 -04:00
${INSTALL_DATA} ${WRKSRC}/freetds.conf.new \
${PREFIX}/share/examples/freetds/freetds.conf-sample
2004-01-11 21:46:12 -05:00
${INSTALL_DATA} ${WRKSRC}/src/pool/pool.conf \
${PREFIX}/share/examples/freetds/pool.conf-sample
.include <bsd.port.mk>