blob: 707ba786f39fbac4b02f98a57969188bccee53af (
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
|
# New ports collection makefile for: msql
# Version required: 1.0.14
# Date created: 14 January 1995
# Whom: mr (original)
#
DISTNAME= msql-1.0.16
CATEGORIES+= databases
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
MAINTAINTER= jfitz@freebsd.org
IS_INTERACTIVE= yes
PREFIX= /usr/local/Minerva
NO_MTREE= yes
RESTRICTED= "restrictive copyright (no commercial use)"
post-install:
.for file in Commercial License mSQL-Invoice.txt msql-pwr.README msql-pwr.gif msql-pwr2.gif
cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
.endfor
.if !defined(NOPORTDOCS)
.for file in HISTORY acl.txt mSQL-1.0.11.ps
cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
.endfor
.endif
cp ${WRKSRC}/scripts/run_daemon ${PREFIX}
.include <bsd.port.mk>
|