15 lines
292 B
Makefile
15 lines
292 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= www tcl
|
|
PKGNAMEPREFIX= aolserver-
|
|
|
|
AOLSERVER_XOTCL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/xotcl
|
|
|
|
DEPRECATED= abandonware, messing up on clusters
|
|
EXPIRATION_DATE= 2014-04-03
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|