summaryrefslogtreecommitdiff
path: root/textproc/fpc-libxml2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/fpc-libxml2/Makefile')
-rw-r--r--textproc/fpc-libxml2/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile
deleted file mode 100644
index 3f3e316c4e14..000000000000
--- a/textproc/fpc-libxml2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTREVISION= 4
-CATEGORIES= textproc lang
-PKGNAMESUFFIX= -libxml2
-
-COMMENT= Interface to xml2 library
-
-USES= fpc
-USE_FPC= rtl-objpas
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= LIBXML2
-LIBXML2_DESC= Install xml2 library
-OPTIONS_DEFAULT= LIBXML2
-
-LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
-
-.include "${MASTERDIR}/Makefile"