ports/textproc/recutils/Makefile

27 lines
482 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = tools to access human-editable plaintext record files
DISTNAME = recutils-1.9
SHARED_LIBS += rec 1.0 # 1.0
CATEGORIES = textproc
HOMEPAGE = https://www.gnu.org/software/recutils/
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += c gcrypt gpg-error iconv intl m readline
2023-09-28 02:05:49 +00:00
SITES = ${SITE_GNU:=recutils/}
2023-08-16 22:26:55 +00:00
BUILD_DEPENDS = devel/check
LIB_DEPENDS = security/libgcrypt
CONFIGURE_STYLE = gnu
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>