1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/tvbrowser/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

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>