3e7c2cc765
Pkgsrc changes: - none Changes since version 2.21.0: ============================= 2010-01-21 * 2.22.0 released * Fixed bug 2936564: Can't get item number or title 2010-01-06: * Fixed bugs 2887061 and 2922040: Recognize "bad password" page.
24 lines
599 B
Makefile
24 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/01/22 20:15:00 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= esniper-2-22-0
|
|
PKGNAME= esniper-2.22.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://esniper.sourceforge.net/
|
|
COMMENT= Simple, lightweight tool for sniping ebay auctions
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|