freebsd-ports/lang/STk/Makefile

24 lines
527 B
Makefile
Raw Normal View History

# New ports collection makefile for: STk
1996-09-18 01:55:40 +02:00
# Version required: 3.1
# Date created: 17 Sep 96
# Whom: jmacd@cs.berkeley.edu
#
# $Id: Makefile,v 1.11 1996/09/17 23:55:28 jmacd Exp $
#
1996-09-18 01:55:40 +02:00
DISTNAME= STk-3.1
CATEGORIES= lang
1995-04-15 07:44:50 +02:00
MASTER_SITES= ftp://kaolin.unice.fr/pub/
1995-04-16 01:41:41 +02:00
MAINTAINER= jmacd@FreeBSD.ORG
1996-09-18 01:55:40 +02:00
PATCH_STRIP= -p1
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>