mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# New ports collection makefile for: STk
|
|
# Version required: 2.1
|
|
# Date created: 28 Dec 1994
|
|
# Whom: jmacd@uclink.berkeley.edu
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/15 05:44:28 asami Exp $
|
|
#
|
|
|
|
DISTNAME= STk-2.1.6
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://kaolin.unice.fr/pub/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= "prefix = ${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|