freebsd-ports/lang/STk/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
482 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
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://kaolin.unice.fr/pub/STk/
MASTER_SITE_SUBDIR= devel/lang/lisp
MAINTAINER= ports@FreeBSD.org
USE_XLIB= yes
GNU_CONFIGURE= yes
PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
.include <bsd.port.mk>