diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-05-08 15:54:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-05-08 15:54:54 +0000 |
commit | a99a52ea64e5cf9369efda21ee93e684756f18e5 (patch) | |
tree | ae0323a9997c9c5eb1141560a068dd2c68fad573 /ftp/curlpp | |
parent | 2588c3574f655459769d170d1694a6defefd6145 (diff) | |
download | ports-a99a52ea64e5cf9369efda21ee93e684756f18e5.tar.gz ports-a99a52ea64e5cf9369efda21ee93e684756f18e5.zip |
Notes
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index e7fdb711618c..ed0428c18869 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: curlpp -# Date created: Nov 27, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= curlpp PORTVERSION= 0.7.3 @@ -13,7 +8,7 @@ CATEGORIES= ftp MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A C++ wrapper for libcurl +COMMENT= C++ wrapper for libcurl LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl @@ -23,8 +18,8 @@ CONFIGURE_ARGS= --disable-ewarning CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USES= pathfix USE_LDCONFIG= yes +USES= pathfix .include <bsd.port.options.mk> |