summaryrefslogtreecommitdiff
path: root/lang/python-mode.el/Makefile
blob: 86a9733448b8f0e449a463a2f3f7fed72888b88b (plain)
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
PORTNAME=	python-mode.el
PORTVERSION=	1.0
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	lang elisp python
MASTER_SITES=	SF/python-mode/OldFiles
DISTNAME=	python-mode-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Emacs lisp module for the Python language
WWW=		http://python-mode.sourceforge.net/

NO_BUILD=	yes

EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp

LISPFILES=	doctest-mode.el pycomplete.el pycomplete.py python-mode.el

do-install:
	@${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
.for i in ${LISPFILES}
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EMACSLISPDIR}
.endfor

.include <bsd.port.mk>