1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/jbidwatcher/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

28 lines
686 B
Makefile

# Created by: Jose Rodriguez <king@v2project.com>
# $FreeBSD$
PORTNAME= jbidwatcher
PORTVERSION= 2.5.6
CATEGORIES= misc java
MASTER_SITES= http://www.jbidwatcher.com/download/
MAINTAINER= shurd@FreeBSD.org
COMMENT= Java-based application allowing you to monitor eBay auctions
USES= tar:bzip2
USE_JAVA= yes
USE_ANT= yes
ALL_TARGET= jar
JAVA_VERSION= 1.6+
SUB_FILES= jbidwatcher
SUB_LIST+= PORTVERSION=${PORTVERSION}
PLIST_FILES= %%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \
bin/${PORTNAME}
do-install:
@${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>