blob: 4fbc09c26df091fe9e751d19d74255bc18153e79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: btparse
# Date created: 2006-03-19
# Whom: Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#
PORTNAME= btparse
PORTVERSION= 0.35
CATEGORIES= textproc
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/A/AM/AMBS/${PORTNAME}
MAINTAINER= kay_lehmann@web.de
COMMENT= C library for parsing and processing BibTeX data files
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PERL5_BUILD=yes
MAN3= btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \
bt_postprocess.3 bt_macros.3 bt_split_names.3 \
bt_format_names.3 bt_misc.3
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>
|