mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
7942a84651
of this port it has been a while since I used it and I was unable to thoroughly test it today. A lot of the patches were removed.
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# New ports collection makefile for: STk
|
|
# Version required: 3.1
|
|
# Date created: 17 Sep 96
|
|
# Whom: jmacd@cs.berkeley.edu
|
|
#
|
|
# $Id: Makefile,v 1.13 1997/03/06 10:58:52 asami Exp $
|
|
#
|
|
|
|
DISTNAME= STk-3.1.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://kaolin.unice.fr/pub/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
PATCH_STRIP= -p1
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= "prefix=${PREFIX}" -f
|
|
|
|
post-install:
|
|
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
|
|
|
.include <bsd.port.mk>
|