From 1131600d9a05f5fb15c67aa8741b1d074caf0d9f Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 11 Apr 2005 21:10:03 +0000 Subject: A new port for esniper (http://esniper.sourceforge.net/), a lightweight eBay snipe tool. PR: ports/79771 Submitted by: Lewis Thompson --- misc/esniper/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 misc/esniper/Makefile (limited to 'misc/esniper/Makefile') diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile new file mode 100644 index 000000000000..032195e96f8a --- /dev/null +++ b/misc/esniper/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: esniper +# Date created: 10 April 2005 +# Whom: Lewis Thompson +# +# $FreeBSD$ + +PORTNAME= esniper +DISTVERSION= 2-10-0 +CATEGORIES= misc net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= lewiz@compsoc.man.ac.uk +COMMENT= Lightweight tool for sniping ebay auctions + +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl + +GNU_CONFIGURE= yes +USE_OPENSSL= yes + +MAN1= esniper.1 + +post-install: + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR} + +.include -- cgit