Index: head/benchmarks/super-smack/Makefile =================================================================== --- head/benchmarks/super-smack/Makefile (revision 235535) +++ head/benchmarks/super-smack/Makefile (revision 235536) @@ -1,45 +1,49 @@ # New ports collection makefile for: super-smack # Date created: 2005-12-10 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= super-smack PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= benchmarks databases MASTER_SITES= http://vegan.net/tony/supersmack/ MAINTAINER= gslin@gslin.org COMMENT= A benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} PORTDOCS= README TUTORIAL OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off .include .if !defined(WITHOUT_MYSQL) USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql +CONFIGURE_ARGS+=--with-mysql \ + --with-mysql-include=${LOCALBASE}/include/mysql \ + --with-mysql-lib=${LOCALBASE}/lib/mysql .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes -CONFIGURE_ARGS+= --with-pgsql +CONFIGURE_ARGS+=--with-pgsql \ + --with-pgsql-include=${LOCALBASE}/include + --with-pgsql-lib=${LOCALBASE}/lib .endif .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/benchmarks/super-smack/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/dbow/Makefile =================================================================== --- head/databases/dbow/Makefile (revision 235535) +++ head/databases/dbow/Makefile (revision 235536) @@ -1,26 +1,30 @@ # New ports collection makefile for: dbow # Date created: 24 March 2004 # Whom: Dermot Tynan # # $FreeBSD$ # PORTNAME= dbow PORTVERSION= 0.7 CATEGORIES= databases devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dbow +MASTER_SITES= SF MAINTAINER= dtynan@kalopa.com COMMENT= DBOW is a database object generator for C, Perl, PHP, etc +MAKE_ENV+= MYSQL_INC=${LOCALBASE}/include/mysql \ + MYSQL_LIB=${LOCALBASE}/lib/mysql + USE_MYSQL= yes MAN1= dbow.1 post-patch: @${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \ + -e "s|^MYSQL_INC=|MYSQL_INC?=|" \ + -e "s|^MYSQL_LIB=|MYSQL_LIB?=|" \ ${WRKSRC}/example/Makefile ${WRKSRC}/lib/Makefile \ ${WRKSRC}/src/Makefile .include Property changes on: head/databases/dbow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property