1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/tramp/Makefile
Jun Kuriyama 234855527e Fix installation with xorg 7.2.
PR:		ports/113082
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2007-06-16 03:13:37 +00:00

58 lines
1.2 KiB
Makefile

# New ports collection makefile for: tramp (for emacs21)
# Date Created: 12 Dec 2001
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tramp
PORTVERSION= 2.1.7
PORTREVISION= 1
CATEGORIES= net elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Transparent remote file access tool for emacsen
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:259
TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR}
CONFIGURE_ENV= TEXI2DVI=no
CONFIGURE_ARGS= --with-contrib --prefix=${PREFIX} \
--with-lispdir=${PREFIX}/${TRAMP_LISPDIR} \
--infodir=${PREFIX}/info \
--with-emacs=${EMACS_CMD}
INFO= tramp
.if defined(JAPANESE_INFO)
CONFIGURE_ARGS+= --with-japanese-manual
INFO+= tramp
.endif
.if ${EMACS_PORT_NAME} == emacs20
PLIST_SUB+= EMACS20_ONLY=""
.else
PLIST_SUB+= EMACS20_ONLY="@comment "
.endif
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE})
.endif
${LN} -sf ../contrib/password.el ${WRKSRC}/lisp
post-install:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE} install)
.endif
.include <bsd.port.mk>