mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
28 lines
686 B
Makefile
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>
|