aboutsummaryrefslogtreecommitdiff
path: root/textproc/libcrm114/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libcrm114/Makefile')
-rw-r--r--textproc/libcrm114/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/textproc/libcrm114/Makefile b/textproc/libcrm114/Makefile
deleted file mode 100644
index 50a536e252f9..000000000000
--- a/textproc/libcrm114/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Martin Schuette <info@mschuette.name>
-
-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>