forked from Lainports/freebsd-ports
editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
39 lines
848 B
Makefile
39 lines
848 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.8.5
|
|
PORTREVISION= 7
|
|
CATEGORIES= lang elisp
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Emacs/XEmacs major mode for editing C\# source code
|
|
|
|
PROJECTHOST= csharpmode
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS= # none
|
|
EXTRACT_AFTER_ARGS= .
|
|
|
|
USE_EMACS= yes
|
|
|
|
PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el
|
|
|
|
post-patch:
|
|
@${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|