aboutsummaryrefslogblamecommitdiff
path: root/misc/esniper/Makefile
blob: 74f94d28d45a8a567efd4baf1f674ce981858e82 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                      


                       
                      
                        
                  
 
                                 
                                                                         
 

                          
                                   
 
                       
                   
                                                               
 
                                                 


                                                    
                        
 
             

                                                                                 

                      
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
# $FreeBSD$

PORTNAME=	esniper
DISTVERSION=	2-35-0
CATEGORIES=	misc net
MASTER_SITES=	SF

MAINTAINER=	ag-freebsd@muc.de
COMMENT=	Lightweight console application for sniping ebay auctions

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		tar:tgz
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-curl-config=${LOCALBASE}/bin/curl-config

PLIST_FILES=	bin/esniper man/man1/esniper.1.gz

PORTEXAMPLES=	sample_auction.txt sample_config.txt

OPTIONS_DEFINE=	EXAMPLES

post-install:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>