3f55f50337
... after safekeeping his commit bit. With hat: portmgr-secretary
27 lines
671 B
Makefile
27 lines
671 B
Makefile
# Created by: Jose Rodriguez <king@v2project.com>
|
|
|
|
PORTNAME= jbidwatcher
|
|
PORTVERSION= 2.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc java
|
|
MASTER_SITES= http://www.jbidwatcher.com/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Java-based application allowing you to monitor eBay auctions
|
|
|
|
USES= tar:bzip2
|
|
USE_JAVA= yes
|
|
USE_ANT= yes
|
|
ALL_TARGET= jar
|
|
|
|
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>
|