mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= www tcl
|
|
PKGNAMEPREFIX= aolserver-
|
|
|
|
AOLSERVER_XOTCL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/xotcl
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|