1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/astro/SETIsupport/Makefile
Herve Quiroz 9e484f23d4 Fix MASTER_SITES
PR:		75695
Submitted by:	Manfred Riem <mnriem@gmail.com>
Approved by:	maintainer timeout
2004-12-22 20:18:40 +00:00

34 lines
907 B
Makefile

# New ports collection makefile for: SETISupport
# Date Created: 1 Jul 2000
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
PORTNAME= SETISupport
PORTVERSION= 0.75
CATEGORIES= astro java
MASTER_SITES= http://otsubo.info/contents/SETISupport/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= gibbon@cocoa.freemail.ne.jp
COMMENT= JAVA application that shows current state of seti@home client
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \
${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
USE_XLIB= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/share/java/SETISupport
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/java/SETISupport
@${INSTALL_SCRIPT} ${FILESDIR}/SETISupport.sh ${PREFIX}/bin/SETISupport
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>