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

 

                     


                                           
                              
 

                                                    

                   
                   

                                                                       
                                
                                                 


             
                      
# New ports collection makefile for:	lpe
# Date created:		12 April 1999
# Whom:			Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	lpe
PORTVERSION=	1.2.4
CATEGORIES=	editors
MASTER_SITES=	http://cdsmith.twu.net/lpe/

MAINTAINER=	cj@vallcom.net

LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang \
		intl.1:${PORTSDIR}/devel/gettext

USE_GMAKE=	yes
USE_LIBTOOL=	yes
CONFIGURE_ENV=	LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
		CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \
		LIBS="-ltermcap"
CONFIGURE_ARGS=	--includedir=${LOCALBASE}/include

MAN1=	lpe.1

.include <bsd.port.mk>