1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/lang/csharp-mode.el/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

40 lines
913 B
Makefile

# New ports collection makefile for: csharp-mode.el
# Date created: 19 Jun 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= csharp-mode.el
PORTVERSION= 0.5.0
PORTREVISION= 3
CATEGORIES= lang elisp
MASTER_SITES= http://mfgames.com/linux/releases/
DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs/XEmacs major mode for editing C\# source code
USE_BZIP2= yes
NO_WRKSUBDIR= yes
USE_EMACS= yes
EMACS_PORT_NAME?= emacs22
PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el \
${EMACS_SITE_LISPDIR}/csharp-mode.elc
post-patch:
@${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el
do-build:
cd ${WRKSRC} && ${EMACS_CMD} -batch -q -f batch-byte-compile csharp-mode.el
do-install:
${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>