summaryrefslogblamecommitdiff
path: root/editors/emacs20/Makefile
blob: d9a147b41c4b02cd352b37f5e0779b7cbe3e90ee (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                            
                                       

                           
                                                       

 
                          
                       
                                  
 
                                  
 
                   
                   

                                                         
                                       
                              
 

                                  
 
                      
# New ports collection makefile for:	GNU emacs
# Version required:	20.3
# Date created:		29 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.32 1998/09/01 02:29:50 jseger Exp $
#

DISTNAME=	emacs-20.3
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	jseger@FreeBSD.org

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	i386--freebsd --with-x-toolkit --with-pop
MAKE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAN1=		emacs.1 etags.1 ctags.1
PLIST_SUB=	EMACS_VER=20.3

pre-build:
	${RM} -rf ${WRKSRC}/info/*

.include <bsd.port.mk>