21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: msql
|
|
# Version required: 1.0.5
|
|
# Date created: 14 January 1995
|
|
# Whom: mr (original)
|
|
#
|
|
# $Id: Makefile,v 1.7 1995/08/26 09:31:14 asami Exp $
|
|
#
|
|
|
|
DISTNAME= msql-1.0.5
|
|
CATEGORIES+= databases
|
|
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
|
|
|
|
IS_INTERACTIVE= yes
|
|
PREFIX= /usr/local/Minerva
|
|
NO_MTREE= yes
|
|
# restrictive copyright (no commercial use)
|
|
NO_PACKAGE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|