freebsd-ports/databases/msql3/Makefile

79 lines
2.3 KiB
Makefile
Raw Normal View History

1997-07-14 14:35:19 +02:00
# New ports collection makefile for: msql2
# Date created: December 17th 1996
# Whom: jfitz
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
1996-08-29 12:20:55 +02:00
#
PORTNAME= msql
PORTVERSION= 2.0.12
PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= The Mini SQL server, version 2
2001-01-27 22:38:54 +01:00
INSTALLS_SHLIB= YES
USE_PERL5= YES
USE_REINPLACE= YES
2001-01-27 22:38:54 +01:00
2001-10-21 20:41:45 +02:00
# Not free for commercial use.
RESTRICTED= "restrictive copyright (no commercial use)"
1997-07-14 14:35:19 +02:00
CFLAGS+= -DANSI_ARGS
1997-07-14 14:35:19 +02:00
MAKE_ENV+= WRKSRC=${WRKSRC}
# Uncomment this if you're upgrading from <= b4 to >= b5 and have already
# dumped your databases (or just build with -DOVERWRITE_DB)
#OVERWRITE_DB= YES
2001-01-27 09:55:25 +01:00
post-patch:
2001-01-27 22:38:54 +01:00
cd ${FILESDIR}; \
cp slibinstall.mm slibrary_unix.mm ${WRKSRC}/src/makegen
@${REINPLACE_CMD} -e "s|'bison -y' byacc|byacc 'bison -y'|g" \
${WRKSRC}/src/conf/configure
2001-01-27 09:55:25 +01:00
1997-07-14 14:35:19 +02:00
do-configure:
2001-01-27 09:55:25 +01:00
cd ${WRKSRC}; ${MAKE} target
cd ${WRKSRC}/targets/freebsd; ${SETENV} ${MAKE_ENV} ./setup
2001-01-27 09:55:25 +01:00
@${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/customize_scripts
1997-07-14 14:35:19 +02:00
pre-install:
2001-01-27 09:55:25 +01:00
@${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/check_old_version
pwd
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
1997-07-14 14:35:19 +02:00
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin
@${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/msql
2001-01-27 09:55:25 +01:00
@for file in msqladmin msqlimport msqlexport; do\
${CHGRP} msql ${PREFIX}/bin/$$file; \
1997-07-14 14:35:19 +02:00
done
${CHGRP} msql ${PREFIX}/sbin/msql2d
@for file in RELEASE_NOTES MSQL_BOOK INSTALL; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/msql; \
done
1999-08-22 21:01:07 +02:00
@${CHMOD} 751 ${PREFIX}/etc/msql2/
2001-06-01 08:05:18 +02:00
@${CHOWN} -R msql:msql ${PREFIX}/etc/msql2/
@${MKDIR} ${PREFIX}/etc/rc.d
1997-07-14 14:35:19 +02:00
@if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \
${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/msql2.sh \
${PREFIX}/etc/rc.d/msql2.sh; \
fi
1997-07-14 14:35:19 +02:00
.if !defined(BATCH)
@ /usr/bin/more -e ${FILESDIR}/post-install-notes
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile due to varargs.h being deprecated"
.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use"
.endif
.include <bsd.port.post.mk>