mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
nsmysql is an internal MySQL database driver for AOLserver 3.x and 4.x, by
Panoptic Computer Network. WWW: http://www.aolserver.com/ - Martin Matuska martin@matuska.org PR: ports/105781 Submitted by: Martin Matuska <martin@matuska.org> Approved by: erwin (mentor)
This commit is contained in:
parent
a6620f8bb4
commit
2afaed2bf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183949
5 changed files with 60 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
SUBDIR += adstudio
|
||||
SUBDIR += animenfo-client
|
||||
SUBDIR += animenfo-client-gtk
|
||||
SUBDIR += aolserver-nsmysql
|
||||
SUBDIR += bbdb
|
||||
SUBDIR += bbdb-emacs20
|
||||
SUBDIR += cdb
|
||||
|
|
46
databases/aolserver-nsmysql/Makefile
Normal file
46
databases/aolserver-nsmysql/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# New ports collection makefile for: aolserver-nsmysql
|
||||
# Date created: 12 Oct 2006
|
||||
# Whom: Martin Matuska <martin@matuska.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aolserver-nsmysql
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
DISTFILES= nsmysql_v1.tar.gz
|
||||
DIST_SUBDIR= aolserver
|
||||
|
||||
MAINTAINER= martin@matuska.org
|
||||
COMMENT= Internal MySQL database driver for AOLserver
|
||||
|
||||
WRKSRC= ${WRKDIR}/nsmysql_v1
|
||||
|
||||
AOLSERVERBASE?= ${PREFIX}/aolserver
|
||||
BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ChangeLog README INSTALL
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${PORTDOCS}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/aolserver-nsmysql/distinfo
Normal file
3
databases/aolserver-nsmysql/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (aolserver/nsmysql_v1.tar.gz) = cf1eda5901574aa97619c028196b1545
|
||||
SHA256 (aolserver/nsmysql_v1.tar.gz) = a90c0051da9e5d40e7d8514febb7ae8d38500fdbc658c373ad998385589d4a7b
|
||||
SIZE (aolserver/nsmysql_v1.tar.gz) = 10996
|
7
databases/aolserver-nsmysql/pkg-descr
Normal file
7
databases/aolserver-nsmysql/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
nsmysql is an internal MySQL database driver for AOLserver 3.x and 4.x, by
|
||||
Panoptic Computer Network.
|
||||
|
||||
WWW: http://www.aolserver.com/
|
||||
|
||||
- Martin Matuska
|
||||
martin@matuska.org
|
3
databases/aolserver-nsmysql/pkg-plist
Normal file
3
databases/aolserver-nsmysql/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%AOLSERVERBASE%%/bin/nsmysql.so
|
||||
%%AOLSERVERBASE%%/lib/libnsmysql.a
|
||||
%%AOLSERVERBASE%%/lib/libnsmysql.so
|
Loading…
Add table
Reference in a new issue