1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/psvn/Makefile
Boris Samorodov 3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: psvn
# Date created: 18 May 2004
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= psvn
PORTVERSION= 38969
PORTREVISION= 1
CATEGORIES= devel elisp
MASTER_SITES= http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/emacs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= psvn.el\?revision=${PORTVERSION}
EXTRACT_SUFX= # empty
MAINTAINER= bsam@FreeBSD.org
COMMENT= Subversion interface for Emacs
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion
USE_EMACS= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}/psvn.el
PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}/psvn.el \
${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}/psvn.elc
PLIST_DIRS= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
do-build:
cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile psvn.el
do-install:
${MKDIR} ${ELISPDIR}
${INSTALL_DATA} ${WRKSRC}/psvn.* ${ELISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>