18 lines
376 B
Makefile
18 lines
376 B
Makefile
# New ports collection makefile for: cedet for emacs20
|
|
# Date created: 16 Jun 2004
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../cedet
|
|
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
DEPRECATED= "no longer supported"
|
|
BROKEN= "Does not build"
|
|
EXPIRATION_DATE=2005-11-30
|
|
|
|
.include "${MASTERDIR}/Makefile"
|