diff options
| author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-03-24 14:22:29 +0000 |
|---|---|---|
| committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-03-24 14:22:29 +0000 |
| commit | b96adf5790873c81310f6b2861dfa929d028eb33 (patch) | |
| tree | 75a42032b22bce7f8538af9bb61e589cb2e0dc2e | |
| parent | update to 0.3.6 (diff) | |
New slave port of devel/cedet for Emacs 22
PR: ports/110707
Submitted by: Max N. Boyarov <m.boyarov at bsd.by>
Approved by: itetcu (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=188178
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/cedet-emacs22/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c8c8d71e4827..7e6d2fad47d0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -135,6 +135,7 @@ SUBDIR += cdk SUBDIR += cdoc SUBDIR += cedet + SUBDIR += cedet-emacs22 SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb diff --git a/devel/cedet-emacs22/Makefile b/devel/cedet-emacs22/Makefile new file mode 100644 index 000000000000..472695fc9358 --- /dev/null +++ b/devel/cedet-emacs22/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: cedet-emacs22 +# Date created: 01 Mar 2007 +# Whom: Max N. Boyarov <m.boyarov@bsd.by> +# +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../cedet + +MAINTAINER= m.boyarov@bsd.by + +EMACS_PORT_NAME= emacs22 + +.include "${MASTERDIR}/Makefile" |
