blob: 12a49cdc1d5e774da52001b1ff97d04507859813 (
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
|
# 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.33f
PORTREVISION= 1
CATEGORIES= deskutils elisp
MASTER_SITES= http://orgmode.org/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= org-${PORTVERSION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= An Emacs mode for notes and project planning
USE_EMACS= yes
USE_GMAKE= yes
MAKE_FLAGS= prefix=${PREFIX}
.include <bsd.port.mk>
|