428b789b33
Note this port is RESTRICTED now, it's not free for commercial entities. Reviewed by: chuckr@glue.md.edu Submitted by: james@nexis.net and br@stiller.netland.inka.de, among others.
29 lines
658 B
Makefile
29 lines
658 B
Makefile
# New ports collection makefile for: msql
|
|
# Version required: 1.0.14
|
|
# Date created: 14 January 1995
|
|
# Whom: mr (original)
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/09/14 11:27:52 asami Exp $
|
|
#
|
|
|
|
DISTNAME= msql-1.0.14
|
|
CATEGORIES+= databases
|
|
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
|
|
|
|
IS_INTERACTIVE= yes
|
|
PREFIX= /usr/local/Minerva
|
|
NO_MTREE= yes
|
|
RESTRICTED= "restrictive copyright (no commercial use)"
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|