freebsd-ports/editors/lpe/Makefile
Maxim Sobolev 3f2c56f12b o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
  reflect new location
o Update/delete patch files for new version:
    + Bug fix patches corrected by 1.2.6 removed
    + New bug fix to correct man page language (cz vs. cs)
    + New bug fix to correct syntax highlighting in some
      editing modes
    (New bug fixes have been sent to the author for
    inclusion in the next official release)

PR:		32915
Submitted by:	Ryan Thompson <ryan@sasknow.com>
Approved by:	old maintainer
2001-12-21 08:34:33 +00:00

30 lines
676 B
Makefile

# New ports collection makefile for: lpe
# Date created: 12 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lpe
PORTVERSION= 1.2.6
CATEGORIES= editors
MASTER_SITES= ftp://ftp.twu.net/users/cdsmith/lpe/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ryan@sasknow.com
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
MANLANG= bg cs de es fr pl ru
.include <bsd.port.mk>