1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/esniper/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

31 lines
680 B
Makefile

# New ports collection makefile for: esniper
# Date created: 10 April 2005
# Whom: Lewis Thompson <lewiz@compsoc.man.ac.uk>
#
# $FreeBSD$
PORTNAME= esniper
DISTVERSION= 2-15-0
PORTREVISION= 1
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.4:${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 <bsd.port.mk>