mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
nspostgres is an internal PostgreSQL database driver for AOLserver 3.x and 4.x.
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
2afaed2bf9
commit
c52df9dac4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183950
@ -9,6 +9,7 @@
|
||||
SUBDIR += animenfo-client
|
||||
SUBDIR += animenfo-client-gtk
|
||||
SUBDIR += aolserver-nsmysql
|
||||
SUBDIR += aolserver-nspostgres
|
||||
SUBDIR += bbdb
|
||||
SUBDIR += bbdb-emacs20
|
||||
SUBDIR += cdb
|
||||
|
46
databases/aolserver-nspostgres/Makefile
Normal file
46
databases/aolserver-nspostgres/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: aolserver-nspostgres
|
||||
# Date created: 12 Oct 2006
|
||||
# Whom: Martin Matuska <martin@matuska.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aolserver-nspostgres
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
DISTFILES= nspostgres-${PORTVERSION}.tar.gz
|
||||
DIST_SUBDIR= aolserver
|
||||
|
||||
MAINTAINER= martin@matuska.org
|
||||
COMMENT= Internal PostgreSQL driver for AOLserver
|
||||
|
||||
WRKSRC= ${WRKDIR}/nspostgres-${PORTVERSION}
|
||||
|
||||
AOLSERVERBASE?= ${PREFIX}/aolserver
|
||||
BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
|
||||
USE_PGSQL= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} POSTGRES=${LOCALBASE} ACS=1
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ChangeLog README
|
||||
.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-nspostgres/distinfo
Normal file
3
databases/aolserver-nspostgres/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (aolserver/nspostgres-4.0.tar.gz) = ce53fe8231fdd72a114e594d0cdb7629
|
||||
SHA256 (aolserver/nspostgres-4.0.tar.gz) = ac428dad695414d439f2685b2ad8619ccccd667d517d1a044a45a343a21f562a
|
||||
SIZE (aolserver/nspostgres-4.0.tar.gz) = 20960
|
6
databases/aolserver-nspostgres/pkg-descr
Normal file
6
databases/aolserver-nspostgres/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
nspostgres is an internal PostgreSQL database driver for AOLserver 3.x and 4.x.
|
||||
|
||||
WWW: http://www.aolserver.com/
|
||||
|
||||
- Martin Matuska
|
||||
martin@matuska.org
|
3
databases/aolserver-nspostgres/pkg-plist
Normal file
3
databases/aolserver-nspostgres/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%AOLSERVERBASE%%/bin/nspostgres.so
|
||||
%%AOLSERVERBASE%%/lib/libnspostgres.a
|
||||
%%AOLSERVERBASE%%/lib/libnspostgres.so
|
Loading…
x
Reference in New Issue
Block a user