# New ports collection makefile for: py-sybase # Date created: 21 November 2002 # Whom: Gregory Bond # # $FreeBSD$ PORTNAME= sybase PORTVERSION= 0.37 PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= http://object-craft.com.au/projects/sybase/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-html${EXTRACT_SUFX} MAINTAINER= gnb@itga.com.au COMMENT= A Python Database API interface to the Sybase RDBMS LIB_DEPENDS= tds.5:${PORTSDIR}/databases/freetds USE_PYTHON= yes USE_PYDISTUTILS= yes .if defined(TDS_VERSION) TDS_SUF="=${TDS_VERSION}" .else pre-fetch: @V=`${PKG_INFO} | sed -ne 's/^freetds-0.\(..\).*/\1/p'` ; \ if [ $$V -le 60 ]; then \ ${ECHO_MSG} "Suggest you update your FreeTDS port to at least version 0.61" ; \ ${ECHO_MSG} "Otherwise, you will need to add TDS_VERSION=$$V to the Make command" ; \ exit 1 ;\ fi .endif # defined(TDS_VERSION) MAKE_ENV+= SYBASE=${LOCALBASE} .if !defined(WITHOUT_THREADS) BUILDARGS= -D WANT_THREADS -U WANT_BULKCOPY -D HAVE_FREETDS${TDS_SUF} .else BUILDARGS= -U WANT_BULKCOPY -D HAVE_FREETDS${TDS_SUF} .endif # Need this because -D<> args needed for build_ext but illegal for build do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build_ext ${BUILDARGS} ) @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build) post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${DOCSDIR} @${TAR} -cf - -C ${WRKSRC}/examples . | ${TAR} -xf - -C ${EXAMPLESDIR} @${TAR} -cf - -C ${WRKDIR}/${PORTNAME} . | ${TAR} -xf - -C ${DOCSDIR} .endif .include ron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not explicitly pass F77 and FFLAGS to CONFIGURE_ENV, this is now donegerald2009-01-181-1/+1
* - Fix build with gfortran43pav2009-01-111-1/+2
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Convert gzstream, libgfx[1] and qslim to shlibssat2008-05-031-4/+4
* - Unbreak buildmiwi2008-05-031-5/+4
* - Mark BROKEN Does not compilemiwi2008-04-231-0/+2
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* - Switch to USE_FORTRAN knobmiwi2007-07-131-6/+1
* - Fix build with gcc 4.2miwi2007-07-062-3/+24
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* science/netcdflwhsu2007-04-101-2/+2
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+3
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.thierry2006-01-311-1/+1
* SHA256ifyedwin2006-01-241-0/+1
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+1
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1
* Fix PTHREAD_* misspellingsvs2005-08-311-1/+1
* Assign maintainership to new victim^Wvolunteerkris2004-12-211-1/+1
* Fix build with gcc 3.4arved2004-08-212-0/+21
* Fix build on -CURRENTkris2004-07-021-0/+16
* - Use USE_ICONV knobkrion2004-03-311-2/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-301-0/+1
* - Fix build on 5.xpav2003-12-074-22/+54
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-203-12/+16
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2
* Add missing dependency on gtkgl and unbreak the port.glewis2002-06-201-1/+2
* Fix another few places where giconv used instead of iconv.sobomax2002-03-191-1/+1
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-5/+0
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1