freebsd-ports/multimedia/gdialog/Makefile
Philip M. Gollucci 3298bc2da1 "GDialog" is an add-on for "Project X - DVB demux Tool".
It adds a dialog to it's GUI to retrieve and select the video recordings
of the Siemens Gigaset M740AV settop box.
For details refer to the wiki (german only):
http://www.m740.de/wiki/ProjectX_mit_Gigaset-Erweiterung

WWW: http://sourceforge.net/projects/gdialog-x
Heiner (h.eichmann@gmx.de)

PR:		ports/133928
Submitted by:	Heiner Eichmann <h.eichmann at gmx.de>
2009-06-23 19:24:46 +00:00

38 lines
995 B
Makefile

# New ports collection makefile for: gdialog
# Date created: Sun Apr 19 21:30:26 CEST 2009
# Whom: Heiner Eichmann <h.eichmann@gmx.de>
#
# $FreeBSD$
#
PORTNAME= gdialog
PORTVERSION= 2.5
CATEGORIES= multimedia java
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}-x
DISTNAME= GDialog-090400-25
MAINTAINER= h.eichmann@gmx.de
COMMENT= A Project X addon to read Siemens Gigaset M740AV video recordings
BUILD_DEPENDS= projectx>=0.90.4.00:${PORTSDIR}/multimedia/projectx
RUN_DEPENDS= projectx>=0.90.4.00:${PORTSDIR}/multimedia/projectx
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.3+
USE_JIKES= no
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= gdialog
DATADIR= ${JAVASHAREDIR}/projectx
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/GDialog.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ReleaseNotes.txt ${DATADIR}/GDialog-ReleaseNotes.txt
${INSTALL_DATA} ${WRKSRC}/Copying ${DATADIR}/GDialog-Copying
${INSTALL_SCRIPT} ${WRKDIR}/gdialog ${PREFIX}/bin/gdialog
.include <bsd.port.mk>