23 lines
517 B
Makefile
23 lines
517 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.7 1995/04/24 21:50:34 asami Exp $
|
|
#
|
|
|
|
DISTNAME= STk-2.1.6
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://kaolin.unice.fr/pub/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
IS_INTERACTIVE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= "prefix=${PREFIX}" -f
|
|
|
|
post-install:
|
|
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
|
|
|
.include <bsd.port.mk>
|