aboutsummaryrefslogtreecommitdiff
path: root/deskutils/org-mode.el6/Makefile
blob: c489ec7955fb9013f9c7ae39ac49e15cc5da074b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTREVISION=	1
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>