aboutsummaryrefslogtreecommitdiffstats
path: root/databases/aolserver-nsmysql/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-04-04 07:01:30 +0800
committerrene <rene@FreeBSD.org>2014-04-04 07:01:30 +0800
commit3396f8b9cfdec34d875acee2cfa7c59fa6042507 (patch)
tree5dcbf753a19240c9c381efb0b94c1f76a32023c0 /databases/aolserver-nsmysql/Makefile
parent7dd9ff1ea8c1e5c57e8b6eb578ddf002f95c1df2 (diff)
downloadfreebsd-ports-gnome-3396f8b9cfdec34d875acee2cfa7c59fa6042507.tar.gz
freebsd-ports-gnome-3396f8b9cfdec34d875acee2cfa7c59fa6042507.tar.zst
freebsd-ports-gnome-3396f8b9cfdec34d875acee2cfa7c59fa6042507.zip
Remove expired ports:
2014-04-03 www/aolserver: abandonware, messing up on clusters 2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver 2014-04-03 www/openacs: Depends on expiring www/aolserver 2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters 2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters 2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters 2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters 2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters 2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters 2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
Diffstat (limited to 'databases/aolserver-nsmysql/Makefile')
-rw-r--r--databases/aolserver-nsmysql/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/databases/aolserver-nsmysql/Makefile b/databases/aolserver-nsmysql/Makefile
deleted file mode 100644
index ee22d953fee4..000000000000
--- a/databases/aolserver-nsmysql/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: Martin Matuska <mm@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= nsmysql
-PORTVERSION= 1.0
-PORTREVISION= 3
-CATEGORIES= databases www
-MASTER_SITES= SF/aolserver/${PORTNAME}/${PORTNAME}_v1
-PKGNAMEPREFIX= aolserver-
-DISTNAME= nsmysql_v1
-DIST_SUBDIR= aolserver
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Internal MySQL database driver for AOLserver
-
-DEPRECATED= abandonware, messing up on clusters
-EXPIRATION_DATE= 2014-04-03
-
-AOLSERVERBASE?= aolserver
-BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
-RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
-
-USE_MYSQL= yes
-USE_GMAKE= yes
-
-MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
- MYSQL_PREFIX="${LOCALBASE}" \
- MODLIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient_r" \
- DLLLIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient_r" \
- NO_LDOVERRIDE=1
-
-PLIST_FILES= ${AOLSERVERBASE}/bin/nsmysql.so \
- ${AOLSERVERBASE}/lib/libnsmysql.a \
- ${AOLSERVERBASE}/lib/libnsmysql.so
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= ChangeLog README INSTALL
-.endif
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \
- -e '/^OBJS =.*/{n;s/.*/MODOBJS = $$(OBJS)/g;G;}' \
- ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${DOCSDIR}
-.for FILE in ${PORTDOCS}
- @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>