summaryrefslogtreecommitdiff
path: root/ftp/fpc-libcurl/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-18 06:36:09 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-18 06:36:09 +0000
commit5e9dd3dc4806dee84f396d916525e418ba3410e2 (patch)
treecf97e7a5ba35256c89c77a1821aef587c350dfc0 /ftp/fpc-libcurl/Makefile
parent- New port: www/fpc-httpd (diff)
- New port: ftp/fpc-libcurl
Free Pascal interface to libcurl
Notes
Notes: svn path=/head/; revision=199667
Diffstat (limited to 'ftp/fpc-libcurl/Makefile')
-rw-r--r--ftp/fpc-libcurl/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/ftp/fpc-libcurl/Makefile b/ftp/fpc-libcurl/Makefile
new file mode 100644
index 000000000000..be241bf9026c
--- /dev/null
+++ b/ftp/fpc-libcurl/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: fpc-libcurl
+# Date created: 2007-09-11
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= ftp lang
+PKGNAMESUFFIX= -libcurl
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= Free Pascal interface to libcurl
+
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
+
+OPTIONS= LIBCURL "Install curl tools and library " on
+
+.include "${MASTERDIR}/Makefile"