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
|
2012-10-26 06:18:09 +02:00
|
|
|
DISTVERSION= 2-28-0
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
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
|
|
|
|
2012-10-26 06:18:09 +02:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
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
|
|
|
|
|
|
|
|
MAN1= esniper.1
|
|
|
|
|
2007-07-08 09:34:58 +02:00
|
|
|
PLIST_FILES= bin/esniper
|
|
|
|
|
|
|
|
PORTEXAMPLES= sample_auction.txt sample_config.txt
|
|
|
|
|
2013-09-20 22:50:57 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:38:12 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2012-10-26 06:18:09 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2012-03-08 09:04:10 +01:00
|
|
|
|
2005-04-11 23:10:03 +02:00
|
|
|
post-install:
|
2012-10-26 06:18:09 +02:00
|
|
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
2005-04-11 23:10:03 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
2012-10-26 06:18:09 +02:00
|
|
|
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
|
2007-07-08 09:34:58 +02:00
|
|
|
.endif
|
2005-04-11 23:10:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|