diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-01 04:45:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-01 04:45:36 +0000 |
commit | 9583282acd6c1d2ddfe06657bb0054dc986ca4fd (patch) | |
tree | cdf53a8f0a679e1321495c63c4c3cf15b1c34be5 /net/nos-ttb | |
parent | 12b2d23c0925605a3275dc1e086bd43d65cf6be8 (diff) | |
download | ports-9583282acd6c1d2ddfe06657bb0054dc986ca4fd.tar.gz ports-9583282acd6c1d2ddfe06657bb0054dc986ca4fd.zip |
Notes
Diffstat (limited to 'net/nos-ttb')
-rw-r--r-- | net/nos-ttb/Makefile | 17 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 4 | ||||
-rw-r--r-- | net/nos-ttb/files/patch-src__ttb | 11 | ||||
-rw-r--r-- | net/nos-ttb/pkg-plist | 4 |
4 files changed, 23 insertions, 13 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 10af224031dc..0422d1065c24 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -7,26 +7,21 @@ # PORTNAME= nos-ttb -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ -DISTNAME= ttb -EXTRACT_SUFX= +DISTNAME= ttb-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= NOS teletekst browser -NO_WRKSUBDIR= yes NO_BUILD= yes USE_PYTHON= yes -PLIST_FILES= bin/ttb - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + ${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> diff --git a/net/nos-ttb/distinfo b/net/nos-ttb/distinfo index 47215953dc77..ec0c2eb3bd67 100644 --- a/net/nos-ttb/distinfo +++ b/net/nos-ttb/distinfo @@ -1,2 +1,2 @@ -MD5 (ttb) = 106fc1be59569c1c786c798371b28ee8 -SIZE (ttb) = 35439 +MD5 (ttb-0.9.2.tar.gz) = fda4c25a41cac90df0aef591d8e5b66a +SIZE (ttb-0.9.2.tar.gz) = 18556 diff --git a/net/nos-ttb/files/patch-src__ttb b/net/nos-ttb/files/patch-src__ttb new file mode 100644 index 000000000000..f2db98a9aa27 --- /dev/null +++ b/net/nos-ttb/files/patch-src__ttb @@ -0,0 +1,11 @@ +--- src/ttb.orig Sat Oct 1 14:39:20 2005 ++++ src/ttb Sat Oct 1 14:39:31 2005 +@@ -781,7 +781,7 @@ + page = [int(argv[1]),int(argv[2])] + + glade = get_data_file ('ttb/ttb.glade') +- icon = get_data_file ('pixmaps/ttb.png') ++ icon = get_data_file ('ttb/ttb.png') + + TTB(glade, icon, page) + return 0 diff --git a/net/nos-ttb/pkg-plist b/net/nos-ttb/pkg-plist new file mode 100644 index 000000000000..569e1a88b1c4 --- /dev/null +++ b/net/nos-ttb/pkg-plist @@ -0,0 +1,4 @@ +bin/ttb +share/ttb/ttb.glade +share/ttb/ttb.png +@dirrm share/ttb |