mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
727 B
Makefile
34 lines
727 B
Makefile
# New ports collection makefile for: STk
|
|
# Date created: 17 Sep 96
|
|
# Whom: jmacd@cs.berkeley.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= STk
|
|
PORTVERSION= 4.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
ftp://kaolin.unice.fr/pub/STk/
|
|
MASTER_SITE_SUBDIR= devel/lang/lisp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A scheme interpreter with full access to the Tk graphical package
|
|
|
|
USE_XORG= x11 ice sm xt
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS= -I${LOCALBASE}/include
|
|
|
|
PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
|
|
|
|
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= "Does not compile on sparc64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|