blob: db64fd6c38709a43a6c01c4839c89b2a211db18f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: esniper
# Date created: 10 April 2005
# Whom: Lewis Thompson <lewiz@compsoc.man.ac.uk>
#
# $FreeBSD$
PORTNAME= esniper
DISTVERSION= 2-17-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.4:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
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>
|