6bacc48958
eBay launched several breakages against Jbidwatcher (well, not really intentional), such that actually winning was hard to do.
37 lines
969 B
Makefile
37 lines
969 B
Makefile
# New ports collection makefile for: jbidwatcher
|
|
# Date Created: 24 July 2004
|
|
# Whom: Jose Rodriguez <king@v2project.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jbidwatcher
|
|
DISTVERSION= 1.0.2
|
|
PORTREVISION?= 0
|
|
CATEGORIES= misc java
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://www.jbidwatcher.com/rdl/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= JBidWatcher-${DISTVERSION}
|
|
EXTRACT_SUFX= .jar
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= A Java-based application allowing you to monitor eBay auctions
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.3+
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
|
|
bin/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
|
|
@${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \
|
|
-e "s:%%JAVAJARDIR%%:${JAVAJARDIR}:" \
|
|
${FILESDIR}/jbidwatcher.sh > ${PREFIX}/bin/${PORTNAME}
|
|
@${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/${PORTNAME}
|
|
@${CHMOD} a+rx ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|