Files
ports/textproc/libcrm114/Makefile
T
Fernando Apesteguía f527664d86 textproc/libcrm114: fix build with -fno-common and deprecate port
Upstream has been abandoned since 2010 and there are no consumers in the ports
collection.

Maintainer is not aware of any users either.

PR:	250191
Submitted by:	info@mschuette.name (maintainer)
2020-10-08 11:52:08 +00:00

38 lines
800 B
Makefile

# Created by: Martin Schuette <info@mschuette.name>
# $FreeBSD$
PORTNAME= libcrm114
PORTVERSION= 20100726
CATEGORIES= textproc
MASTER_SITES= http://crm114.sourceforge.net/tarballs/
MAINTAINER= info@mschuette.name
COMMENT= CRM114 C-callable Library
LICENSE= LGPL3
DEPRECATED= No known users, dead upstream
EXPIRATION_DATE=2021-04-01
LIB_DEPENDS= libtre.so:textproc/libtre
USES= gmake
USE_LDCONFIG= yes
# pass stuff to gmake
CFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -DDO_INLINES
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE=yes
PLIST_FILES= lib/libcrm114.so \
lib/libcrm114.so.0 \
include/crm114_config.h \
include/crm114_lib.h \
include/crm114_structs.h \
include/crm114_sysincludes.h \
share/doc/libcrm114/HOWTO.txt \
share/doc/libcrm114/simple_demo.c
.include <bsd.port.mk>