1995-01-14 06:01:06 -05:00
|
|
|
# New ports collection makefile for: msql
|
1996-06-02 21:56:15 -04:00
|
|
|
# Version required: 1.0.14
|
1995-04-11 16:44:46 -04:00
|
|
|
# Date created: 14 January 1995
|
1995-01-14 06:01:06 -05:00
|
|
|
# Whom: mr (original)
|
|
|
|
#
|
1996-06-02 21:56:15 -04:00
|
|
|
# $Id: Makefile,v 1.9 1995/09/14 11:27:52 asami Exp $
|
1995-01-14 06:01:06 -05:00
|
|
|
#
|
|
|
|
|
1996-06-02 21:56:15 -04:00
|
|
|
DISTNAME= msql-1.0.14
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= databases
|
1995-04-11 16:44:46 -04:00
|
|
|
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
|
|
|
|
|
1995-08-26 05:31:14 -04:00
|
|
|
IS_INTERACTIVE= yes
|
1995-01-14 06:01:06 -05:00
|
|
|
PREFIX= /usr/local/Minerva
|
1995-08-28 03:49:48 -04:00
|
|
|
NO_MTREE= yes
|
1996-06-02 21:56:15 -04:00
|
|
|
RESTRICTED= "restrictive copyright (no commercial use)"
|
1995-01-14 06:01:06 -05:00
|
|
|
|
1996-06-02 21:56:15 -04:00
|
|
|
post-install:
|
|
|
|
.for file in License Rates.txt mSQL-Invoice.txt
|
|
|
|
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
|
1995-01-14 06:01:06 -05:00
|
|
|
|
1996-06-02 21:56:15 -04:00
|
|
|
.include <bsd.port.mk>
|