mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
37 lines
825 B
Makefile
37 lines
825 B
Makefile
# New ports collection makefile for: tvbrowser
|
|
# Date Created: 24 May 2005
|
|
# Whom: Lars Engels <lars.engels@0x20.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tvbrowser
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= tvbrowser
|
|
|
|
MAINTAINER= lars.engels@0x20.net
|
|
COMMENT= A digital TV guide
|
|
|
|
USE_LDCONFIG= yes
|
|
NO_BUILD= yes
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.5+
|
|
SUB_FILES= tvbrowser
|
|
|
|
DESKTOP_ENTRIES="TV-Browser" \
|
|
"A digital TV guide" \
|
|
"${DATADIR}/imgs/tvbrowser128.png" \
|
|
"tvbrowser" \
|
|
"Application;TV;" \
|
|
false
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${FIND} . -type d -exec ${MKDIR} "${DATADIR}/{}" \;
|
|
cd ${WRKSRC} && ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
|
|
${INSTALL_SCRIPT} ${WRKDIR}/tvbrowser ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|