2005-04-11 23:10:03 +02:00
|
|
|
# New ports collection makefile for: esniper
|
|
|
|
# Date created: 10 April 2005
|
|
|
|
# Whom: Lewis Thompson <lewiz@compsoc.man.ac.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= esniper
|
2008-04-27 10:13:13 +02:00
|
|
|
DISTVERSION= 2-18-1
|
2009-01-23 16:43:14 +01: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
|
|
|
|
|
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
2007-07-08 09:34:58 +02:00
|
|
|
COMMENT= A lightweight console application for sniping ebay auctions
|
2005-04-11 23:10:03 +02:00
|
|
|
|
2009-01-23 16:43:14 +01:00
|
|
|
LIB_DEPENDS= curl.5:${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
|
|
|
|
|
2005-04-11 23:10:03 +02:00
|
|
|
post-install:
|
2007-07-08 09:34:58 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2005-04-11 23:10:03 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR}
|
2007-07-08 09:34:58 +02:00
|
|
|
.endif
|
2005-04-11 23:10:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|