summaryrefslogtreecommitdiff
path: root/databases/msql3/Makefile
blob: 783b1d5fa8a4b5c540d6bd04798964f2670d5e71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# New ports collection makefile for:	msql2
# Date created:		December 17th 1996
# Whom:			jfitz
#
# $FreeBSD$
#

PORTNAME=	msql
PORTVERSION=    2.0.12
PORTREVISION=	1
CATEGORIES=	databases

MAINTAINER=	ports@FreeBSD.org

INSTALLS_SHLIB= YES

# Not free for commercial use.
NO_PACKAGE=	YES
RESTRICTED=	"restrictive copyright (no commercial use)"

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

post-patch:
		cd ${FILESDIR}; \
		cp slibinstall.mm slibrary_unix.mm ${WRKSRC}/src/makegen

do-configure:
		cd ${WRKSRC}; ${MAKE} target
		cd ${WRKSRC}/targets/freebsd; ${SETENV} ${MAKE_ENV} ./setup
		@${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/customize_scripts

pre-install:
		@${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/check_old_version
		PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL

post-install:
		@${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin
		@${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/msql
		@for file in msqladmin msqlimport msqlexport; do\
			/usr/bin/chgrp msql ${PREFIX}/bin/$$file; \
		done
		/usr/bin/chgrp msql ${PREFIX}/sbin/msql2d
		@for file in RELEASE_NOTES MSQL_BOOK INSTALL; do \
			${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/msql; \
		done
		@${CHMOD} 751 ${PREFIX}/etc/msql2/
		@${CHOWN} -R msql:msql ${PREFIX}/etc/msql2/
		@${MKDIR} ${PREFIX}/etc/rc.d
		@if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \
			${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \
			${INSTALL_SCRIPT} -m 751 ${FILESDIR}/msql2.sh \
				${PREFIX}/etc/rc.d/msql2.sh; \
		fi
.if !defined(BATCH)
		@ /usr/bin/more -e ${FILESDIR}/post-install-notes
.endif

.include <bsd.port.pre.mk>

.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>