freebsd-ports/ftp/fpc-libcurl/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

23 lines
512 B
Makefile

# New ports collection makefile for: fpc-libcurl
# Date created: 2007-09-11
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= ftp lang
PKGNAMESUFFIX= -libcurl
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to libcurl
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= LIBCURL "Install curl tools and library " on
.include "${MASTERDIR}/Makefile"