freebsd-ports/misc/esniper/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

36 lines
819 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-18-1
PORTREVISION= 1
CATEGORIES= misc net
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= A lightweight console application for sniping ebay auctions
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config
USE_OPENSSL= yes
MAN1= esniper.1
PLIST_FILES= bin/esniper
PORTEXAMPLES= sample_auction.txt sample_config.txt
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>