2012-10-26 06:18:09 +02:00
|
|
|
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
|
2005-04-11 23:10:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= esniper
|
2014-07-02 06:33:54 +02:00
|
|
|
DISTVERSION= 2-31-0
|
2005-04-11 23:10:03 +02:00
|
|
|
CATEGORIES= misc net
|
2007-11-05 20:59:18 +01:00
|
|
|
MASTER_SITES= SF
|
2005-04-11 23:10:03 +02:00
|
|
|
|
2010-05-22 19:36:46 +02:00
|
|
|
MAINTAINER= ag-freebsd@muc.de
|
2012-10-26 06:18:09 +02:00
|
|
|
COMMENT= Lightweight console application for sniping ebay auctions
|
2005-04-11 23:10:03 +02:00
|
|
|
|
2014-04-05 08:27:39 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2005-04-11 23:10:03 +02:00
|
|
|
|
2014-07-02 06:33:54 +02:00
|
|
|
USES= tar:tgz
|
2005-04-11 23:10:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-04-27 10:13:13 +02:00
|
|
|
CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config
|
2005-04-11 23:10:03 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2014-04-05 08:27:39 +02:00
|
|
|
PLIST_FILES= bin/esniper man/man1/esniper.1.gz
|
2007-07-08 09:34:58 +02:00
|
|
|
|
|
|
|
PORTEXAMPLES= sample_auction.txt sample_config.txt
|
|
|
|
|
2014-02-21 14:38:12 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2005-04-11 23:10:03 +02:00
|
|
|
post-install:
|
2014-04-05 08:27:39 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
|
2005-04-11 23:10:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|