2001-02-11 14:15:03 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libtecla
|
|
|
|
# Date created: Feb 12, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtecla
|
2001-07-04 03:32:03 -04:00
|
|
|
PORTVERSION= 1.3.3
|
2001-02-11 14:15:03 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
|
|
|
|
|
2001-05-23 05:00:04 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-02-11 14:15:03 -05:00
|
|
|
|
2001-03-16 13:25:43 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-11 14:15:03 -05:00
|
|
|
|
2001-03-16 13:25:43 -05:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
ALL_TARGET=
|
2001-02-11 14:15:03 -05:00
|
|
|
|
|
|
|
MAN3= cfc_file_start.3 cfc_literal_escapes.3 cfc_set_check_fn.3 \
|
|
|
|
cpl_add_completion.3 cpl_complete_word.3 cpl_file_completions.3 \
|
|
|
|
cpl_last_error.3 cpl_list_completions.3 cpl_record_error.3 \
|
|
|
|
del_CplFileConf.3 del_ExpandFile.3 del_GetLine.3 del_PathCache.3 \
|
|
|
|
del_PcaPathConf.3 del_WordCompletion.3 ef_expand_file.3 \
|
2001-05-01 06:51:41 -04:00
|
|
|
ef_last_error.3 ef_list_expansions.3 gl_change_terminal.3 \
|
|
|
|
gl_customize_completion.3 \
|
2001-02-11 14:15:03 -05:00
|
|
|
gl_get_line.3 libtecla.3 new_CplFileConf.3 new_ExpandFile.3 \
|
|
|
|
new_GetLine.3 new_PathCache.3 new_PcaPathConf.3 new_WordCompletion.3 \
|
|
|
|
pca_last_error.3 pca_lookup_file.3 pca_path_completions.3 \
|
|
|
|
pca_scan_path.3 pca_set_check_fn.3 ppc_file_start.3 \
|
|
|
|
ppc_literal_escapes.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|