blob: 3a21bbd1d5842025c6aa6ce07c1f8e3e83551fc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: STk
# Version required: 2.1
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.3 1995/02/25 21:59:40 ats Exp $
#
DISTNAME= STk-2.1.6
MASTER_SITES= ftp://kaolin.unice.fr/pub/
CATEGORIES+= languages
GNU_CONFIGURE= yes
MAKE_FLAGS= "prefix = ${PREFIX}"
.include <bsd.port.mk>
|