freebsd-ports/deskutils/org-mode.el6/Makefile
2011-06-16 13:03:52 +00:00

25 lines
517 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.33f
PORTREVISION= 2
CATEGORIES= deskutils elisp
MASTER_SITES= http://orgmode.org/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= org-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Emacs mode for notes and project planning
BROKEN= Does not fetch
USE_EMACS= yes
USE_GMAKE= yes
MAKE_FLAGS= prefix=${PREFIX}
.include <bsd.port.mk>