mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
32 lines
742 B
Makefile
32 lines
742 B
Makefile
#
|
|
# New ports collection makefile for: nos-ttb
|
|
# Date created: 6 May 2005
|
|
# Whom: Edwin Groothuis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nos-ttb
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/
|
|
DISTNAME= ttb-${PORTVERSION}
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= NOS teletekst browser
|
|
|
|
#don't know if pygtk-1.X could also be used
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
|
|
NO_BUILD= yes
|
|
USE_PYTHON= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/ttb
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/ttb ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/glade/ttb.glade ${PREFIX}/share/ttb
|
|
${INSTALL_DATA} ${WRKSRC}/images/ttb.png ${PREFIX}/share/ttb
|
|
|
|
.include <bsd.port.mk>
|