View | Details | Raw Unified | Return to bug 125643
Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 8-21 Link Here
8
PORTNAME=	xemacs
8
PORTNAME=	xemacs
9
PORTVERSION=	${XEMACS_VER}
9
PORTVERSION=	${XEMACS_VER}
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES+=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	${MASTER_SITE_XEMACS}
12
MASTER_SITES=	${MASTER_SITE_XEMACS}
13
MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
13
MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
14
DISTNAME=	xemacs-${XEMACS_VER}
14
DISTNAME=	xemacs-${XEMACS_VER}
15
DIST_SUBDIR=	xemacs
15
DIST_SUBDIR=	xemacs
16
16
17
MAINTAINER?=	ports@FreeBSD.org
17
MAINTAINER=	pgollucci@p6m7g8.com
18
COMMENT?=	This port tracks the stable version of the XEmacs text editor
18
COMMENT=	This port tracks the stable version of the XEmacs text editor
19
19
20
CONFLICTS=	emacs-19.* emacs-21.* emacs-22.* \
20
CONFLICTS=	emacs-19.* emacs-21.* emacs-22.* \
21
		xemacs-devel-[0-9]* \
21
		xemacs-devel-[0-9]* \
Lines 59-66 Link Here
59
		xemacs-${XEMACS_VER}/xemacs
59
		xemacs-${XEMACS_VER}/xemacs
60
ALL_TARGET=	all dist
60
ALL_TARGET=	all dist
61
61
62
PLIST_SUB=	XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} \
62
PLIST_SUB+=	XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
63
		LOCALBASE=${LOCALBASE}
64
63
65
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>

Return to bug 125643