freebsd-ports/deskutils/org-mode.el6/Makefile
Edwin Groothuis 7d924dfbd2 [NEW PORT] deskutils/org-mode.el6: An Emacs mode for notes and project planning
Org-mode is a mode for keeping notes, maintaining ToDo lists, and
	doing project planning with a fast and effective plain-text system.

	Org-mode develops organizational tasks around NOTES files that contain
	information about projects as plain text. Org-mode is implemented on
	top of outline-mode, which makes it possible to keep the content of
	large files well structured. Visibility cycling and structure editing
	help to work with the tree. Tables are easily created with a built-in
	table editor. Org-mode supports ToDo items, deadlines, time stamps,
	and scheduling. It dynamically compiles entries into an agenda. Plain
	text URL-like links connect to websites, emails, Usenet messages, BBDB
	entries, and any files related to the projects. For printing and
	sharing of notes, an Org-mode file can be exported as a structured
	ASCII file, or as HTML.

	WWW: http://staff.science.uva.nl/~dominik/Tools/org/

PR:		ports/125819
Submitted by:	"Thinker K.F. Li" <thinker@branda.to>
2008-08-17 06:00:27 +00:00

24 lines
535 B
Makefile

# New ports collection makefile for: org-mode.el6
# Date created: 2008-07-21
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= org-mode.el
PORTVERSION= 6.05b
CATEGORIES= deskutils elisp
MASTER_SITES= http://orgmode.org/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= org-${PORTVERSION}
MAINTAINER= thinker@branda.to
COMMENT= An Emacs mode for notes and project planning
USE_EMACS= yes
USE_GMAKE= yes
EMACS_PORT_NAME?= emacs22
MAKE_FLAGS= prefix=${PREFIX}
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>