diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-14 16:05:41 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-14 16:05:41 +0800 |
commit | a4352420f6369baa62bd083a9b93da9830c1371a (patch) | |
tree | 72189a84aba1b998a4ed97cbbdfeb40bb6fe37d0 /x11 | |
parent | 2d510d9c7d4c0370ef3c0e4effa4e3a4de2326b0 (diff) | |
download | freebsd-ports-gnome-a4352420f6369baa62bd083a9b93da9830c1371a.tar.gz freebsd-ports-gnome-a4352420f6369baa62bd083a9b93da9830c1371a.tar.zst freebsd-ports-gnome-a4352420f6369baa62bd083a9b93da9830c1371a.zip |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbsd-icons/Makefile | 25 | ||||
-rw-r--r-- | x11/fbsd-icons/distinfo | 1 | ||||
-rw-r--r-- | x11/fbsd-icons/pkg-comment | 1 | ||||
-rw-r--r-- | x11/fbsd-icons/pkg-descr | 4 | ||||
-rw-r--r-- | x11/fbsd-icons/pkg-plist | 11 |
5 files changed, 42 insertions, 0 deletions
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 <andreas@klemm.gtn.com> +# +# $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 <bsd.port.mk> 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 |