freebsd-ports/devel/libedit/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

41 lines
858 B
Makefile

# New ports collection Makefile for: libedit
# Date created: 9 February 2002
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= libedit
PORTVERSION= 2.6.4
CATEGORIES= devel
MASTER_SITES= http://www.canonware.com/download/libedit/
MAINTAINER= ports@FreeBSD.org
USE_AUTOCONF= yes
CONFIGURE_ARGS= --disable-readline
INSTALLS_SHLIB= yes
MAN3= editline.3
MAN5= editrc.5
MLINKS= editline.3 el_init.3 \
editline.3 el_end.3 \
editline.3 el_reset.3 \
editline.3 el_gets.3 \
editline.3 el_getc.3 \
editline.3 el_push.3 \
editline.3 el_parse.3 \
editline.3 el_set.3 \
editline.3 el_get.3 \
editline.3 el_source.3 \
editline.3 el_resize.3 \
editline.3 el_line.3 \
editline.3 el_insertstr.3 \
editline.3 el_deletestr.3 \
editline.3 history_init.3 \
editline.3 history_end.3 \
editline.3 history.3
MANCOMPRESSED= no
.include <bsd.port.mk>