aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql++/Makefile')
-rw-r--r--databases/mysql++/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile
deleted file mode 100644
index c6bcda2d497f..000000000000
--- a/databases/mysql++/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# ports collection makefile for: MySQL++
-# Date created: 20th July 2000
-# Whom: Miklos Niedermayer <mico@bsd.hu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mysql++
-PORTVERSION= 2.3.2
-PORTREVISION= 1
-CATEGORIES= databases devel
-MASTER_SITES= http://tangentsoft.net/mysql++/releases/
-PKGNAMESUFFIX= -mysql${MYSQL_VER}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Complex C++ API for MySQL${MYSQL_VER}
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-CONFLICTS= ${PORTNAME}*-1.*
-NO_LATEST_LINK= yes
-
-NOT_FOR_ARCHS= amd64 sparc64
-NOT_FOR_ARCHS_REASON_amd64= Fails to compile
-NOT_FOR_ARCHS_REASON_sparc64= Fails to compile
-
-USE_MYSQL= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
-USE_LDCONFIG= yes
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-PORTDOCS= *
-PORTEXAMPLES= *
-
-PORTSCOUT= limit:^2\.
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/html
- @(cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${DOCSDIR}/html)
- @${MKDIR} ${DOCSDIR}/pdf
- @(cd ${WRKSRC}/doc/pdf && ${COPYTREE_SHARE} . ${DOCSDIR}/pdf)
-.endif
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
-.endif
-
-.include <bsd.port.mk>