From 107f518227fe6162256dabf57611728e080b9277 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 14 Jun 1997 08:05:41 +0000 Subject: New port FreeBSD icons. Currently used by fvwm95 port (will commit changes soon). Contains nice FreeBSD logos and such for inclusion into window managers (if you need buttons or logos) or maybe for a Web page. Would be nice to make this collection somewhat greater ;-) If fvwm95 uses this port, then the tgz archive in fvwm95's files section can be nuked. --- x11/fbsd-icons/Makefile | 25 +++++++++++++++++++++++++ x11/fbsd-icons/distinfo | 1 + x11/fbsd-icons/pkg-comment | 1 + x11/fbsd-icons/pkg-descr | 4 ++++ x11/fbsd-icons/pkg-plist | 11 +++++++++++ 5 files changed, 42 insertions(+) create mode 100644 x11/fbsd-icons/Makefile create mode 100644 x11/fbsd-icons/distinfo create mode 100644 x11/fbsd-icons/pkg-comment create mode 100644 x11/fbsd-icons/pkg-descr create mode 100644 x11/fbsd-icons/pkg-plist (limited to 'x11/fbsd-icons') diff --git a/x11/fbsd-icons/Makefile b/x11/fbsd-icons/Makefile new file mode 100644 index 000000000000..2dccd6c89c74 --- /dev/null +++ b/x11/fbsd-icons/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: fbsd-icons +# Version required: 1.0 +# Date created: Sat Jun 14 09:43:24 CEST 1997 +# Whom: Andreas Klemm +# +# $Id$ +# + +DISTNAME= fbsd-icons +PKGNAME= fbsd-icons-1.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= andreas@FreeBSD.ORG + +USE_X11= yes +NO_BUILD= yes +NO_CONFIGURE= yes +NO_WRKSUBDIR= yes + +do-install: + mkdir -p ${X11BASE}/icons + ( cd ${X11BASE}/icons; tar xzf ${DISTDIR}/fbsd-icons.tar.gz ) + +.include diff --git a/x11/fbsd-icons/distinfo b/x11/fbsd-icons/distinfo new file mode 100644 index 000000000000..4ed32b2e3eb1 --- /dev/null +++ b/x11/fbsd-icons/distinfo @@ -0,0 +1 @@ +MD5 (fbsd-icons.tar.gz) = 092b3aa09eba735eab939fe307e6f392 diff --git a/x11/fbsd-icons/pkg-comment b/x11/fbsd-icons/pkg-comment new file mode 100644 index 000000000000..884ac2c77484 --- /dev/null +++ b/x11/fbsd-icons/pkg-comment @@ -0,0 +1 @@ +a collection of icons related to the FreeBSD project (daemon gifs and such) diff --git a/x11/fbsd-icons/pkg-descr b/x11/fbsd-icons/pkg-descr new file mode 100644 index 000000000000..1c88a19f3008 --- /dev/null +++ b/x11/fbsd-icons/pkg-descr @@ -0,0 +1,4 @@ +This is a collection of logos and icons related to the FreeBSD project +for inclusion into x11 window managers. + +Currently the fvwm95 port uses some of the logos. diff --git a/x11/fbsd-icons/pkg-plist b/x11/fbsd-icons/pkg-plist new file mode 100644 index 000000000000..5d1b023d4fde --- /dev/null +++ b/x11/fbsd-icons/pkg-plist @@ -0,0 +1,11 @@ +icons/chuck.xpm +icons/freebsd-menu.xpm +icons/freebsd2-menu.xpm +icons/freebsd3-menu.xpm +icons/mini-backup.xpm +icons/mini-info.xpm +icons/mini-internet.xpm +icons/mini-iris.xpm +icons/mini-kfm.xpm +icons/mini-run2.xpm +icons/mini-world.xpm -- cgit v1.2.3