summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
blob: a46273d66d5a7d50dda41471f41b77e70e0cbbcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    STk
# Version required:     3.1
# Date created:         17 Sep 96 
# Whom:                 jmacd@cs.berkeley.edu
#
# $FreeBSD$
#

DISTNAME=       STk-3.1.1
CATEGORIES=	lang
MASTER_SITES=	ftp://kaolin.unice.fr/pub/

MAINTAINER=	jmacd@FreeBSD.ORG

BROKEN_ELF=	yes

USE_XLIB=	yes
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>