dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
37 lines
806 B
Makefile
37 lines
806 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= csharp-mode.el
|
|
PORTVERSION= 0.8.5
|
|
PORTREVISION= 9
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
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.* \
|
|
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
|
|
.include <bsd.port.mk>
|