2012-11-01 11:10:32 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= recutils
|
2014-05-21 05:55:21 +02:00
|
|
|
PORTVERSION= 1.7
|
2014-06-25 20:36:39 +02:00
|
|
|
PORTREVISION= 1
|
2012-11-01 11:10:32 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= GNU
|
|
|
|
|
|
|
|
MAINTAINER= zeus@ibs.dn.ua
|
|
|
|
COMMENT= Tools and libraries to access human-editable, plain text databases
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2014-06-26 11:41:38 +02:00
|
|
|
USES= charsetfix libtool makeinfo
|
2012-11-01 11:10:32 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2014-01-09 04:01:23 +01:00
|
|
|
INFO= rec-mode recutils
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
2012-11-01 11:10:32 +01:00
|
|
|
|
2014-01-09 04:01:23 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
OPTIONS_SUB= yes
|
2012-11-01 11:10:32 +01:00
|
|
|
|
2014-01-09 04:01:23 +01:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
2012-11-01 11:10:32 +01:00
|
|
|
|
2012-11-01 14:43:27 +01:00
|
|
|
post-install:
|
2014-01-09 04:01:23 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
2012-11-01 14:43:27 +01:00
|
|
|
|
2012-11-01 11:10:32 +01:00
|
|
|
.include <bsd.port.mk>
|