Add a FreeBSD xterm icon to match the Linux Penguin one that already ships

with AfterStep
Submitted by:	Alexander Indenbaum <baum@actcom.co.il>
This commit is contained in:
James FitzGibbon 1997-06-07 02:55:42 +00:00
parent 685f8803f4
commit bacced750a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6783
6 changed files with 176 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Date created: October 29th 1996
# Whom: jfitz@FreeBSD.ORG
#
# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $
# $Id: Makefile,v 1.17 1997/05/17 19:48:20 jfitz Exp $
#
DISTNAME= AfterStep-1.0
@ -37,7 +37,7 @@ post-install:
@echo " reinstall this port with -DUSE_HICOLOR_ICONS"
@echo " defined"
.endif
@for file in AFstep.xpm penguin.xpm; do \
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \
done
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/

File diff suppressed because one or more lines are too long

View file

@ -37,6 +37,7 @@ lib/X11/afterstep/sounds/gong.au
lib/X11/afterstep/sounds/meepmeep.au
lib/X11/afterstep/sounds/small-step.au
lib/X11/afterstep/sounds/train.au
include/X11/pixmaps/monitor_bsd.xpm
include/X11/pixmaps/3dpaint.xpm
include/X11/pixmaps/AFstep.xpm
include/X11/pixmaps/FileFolders.xpm

View file

@ -3,7 +3,7 @@
# Date created: October 29th 1996
# Whom: jfitz@FreeBSD.ORG
#
# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $
# $Id: Makefile,v 1.17 1997/05/17 19:48:20 jfitz Exp $
#
DISTNAME= AfterStep-1.0
@ -37,7 +37,7 @@ post-install:
@echo " reinstall this port with -DUSE_HICOLOR_ICONS"
@echo " defined"
.endif
@for file in AFstep.xpm penguin.xpm; do \
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \
done
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/

File diff suppressed because one or more lines are too long

View file

@ -37,6 +37,7 @@ lib/X11/afterstep/sounds/gong.au
lib/X11/afterstep/sounds/meepmeep.au
lib/X11/afterstep/sounds/small-step.au
lib/X11/afterstep/sounds/train.au
include/X11/pixmaps/monitor_bsd.xpm
include/X11/pixmaps/3dpaint.xpm
include/X11/pixmaps/AFstep.xpm
include/X11/pixmaps/FileFolders.xpm