1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/STk/Makefile

28 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: STk
1996-09-17 23:55:40 +00:00
# Version required: 3.1
# Date created: 17 Sep 96
# Whom: jmacd@cs.berkeley.edu
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
DISTNAME= STk-3.1.1
CATEGORIES= lang
1995-04-15 05:44:50 +00:00
MASTER_SITES= ftp://kaolin.unice.fr/pub/
MAINTAINER= jmacd@FreeBSD.org
1995-04-15 23:41:41 +00:00
BROKEN_ELF= yes
1998-12-22 07:45:39 +00:00
USE_XLIB= yes
1996-09-17 23:55:40 +00:00
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
MAKE_FLAGS= "prefix=${PREFIX}" -f
STK_ARCH!= echo "$$(uname)-$$(uname -r)-$$(uname -m)"
PLIST_SUB= STK_VERSION=3.1.1 STK_ARCH=${STK_ARCH}
post-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>