1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/lang/csharp-mode.el/Makefile
Ashish SHUKLA 709e7e7325 - Chase Emacs updates
PR:		ports/165082
2012-02-22 13:31:32 +00:00

40 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= 4
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>