freebsd-ports/lang/STk/Makefile

23 lines
509 B
Makefile
Raw Normal View History

# New ports collection makefile for: STk
1996-09-17 19:55:40 -04:00
# 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
1995-04-15 01:44:50 -04:00
MASTER_SITES= ftp://kaolin.unice.fr/pub/
1995-04-15 19:41:41 -04:00
MAINTAINER= jmacd@FreeBSD.ORG
1996-09-17 19:55:40 -04:00
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>