diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/imposter/DESCR | 4 | ||||
-rw-r--r-- | print/imposter/Makefile | 22 | ||||
-rw-r--r-- | print/imposter/PLIST | 3 | ||||
-rw-r--r-- | print/imposter/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/print/imposter/DESCR b/print/imposter/DESCR new file mode 100644 index 00000000000..cffde2875bc --- /dev/null +++ b/print/imposter/DESCR @@ -0,0 +1,4 @@ +Imposter is a standalone viewer for the presentations created by OpenOffice.org +Impress software. User interface uses GTK2 toolkit. GNOME Human Interface +Guidelines are followed but GNOME libraries are not used to keep dependencies +at minimum. diff --git a/print/imposter/Makefile b/print/imposter/Makefile new file mode 100644 index 00000000000..ae885b8fb01 --- /dev/null +++ b/print/imposter/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 21:12:53 xtraeme Exp $ +# + +DISTNAME= imposter-0.1 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imposter/} + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://imposter.sourceforge.net/ +COMMENT= Standalone OpenOffice presentations viewer using GTK2 + +BUILD_USES_MSGFMT= yes + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_PKGLOCALEDIR= yes +USE_X11= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/imposter/PLIST b/print/imposter/PLIST new file mode 100644 index 00000000000..2d0cbcafabc --- /dev/null +++ b/print/imposter/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 21:12:53 xtraeme Exp $ +bin/imposter +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/imposter.mo diff --git a/print/imposter/distinfo b/print/imposter/distinfo new file mode 100644 index 00000000000..04ffacae74e --- /dev/null +++ b/print/imposter/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/28 21:12:53 xtraeme Exp $ + +SHA1 (imposter-0.1.tar.gz) = 25a6f48a7ffdb7eafed614179cda0eb5638bbce0 +Size (imposter-0.1.tar.gz) = 152167 bytes |