mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Install a set of sample images and point the application defaults to use them
PR: ports/82124 Submitted by: Ted Faber <faber@isi.edu> (maintainer)
This commit is contained in:
parent
c5feaaf3ee
commit
3c20ce84dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137214
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= xfaces
|
||||
PORTVERSION= 3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
|
||||
http://www.mavetju.org/download/adopted/xfaces/
|
||||
@ -13,7 +14,7 @@ EXTRACT_SUFX= .tar.Z
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCHFILES= patch-charnier patch-faber patch-graaff patch-kinzler3
|
||||
PATCHFILES= patch-charnier patch-faber patch-graaff patch-kinzler3
|
||||
# patch-graff above has a partial pathname in there that none of the others
|
||||
# do. The default value for PATCH_DIST_STRIP [-p0] fails on that, this empty
|
||||
# value keeps any -p option from the patch command and works.
|
||||
@ -31,4 +32,8 @@ USE_IMAKE=yes
|
||||
|
||||
MAN1= xfaces.1
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DATADIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
11
mail/xfaces/files/patch-XFaces.ad
Normal file
11
mail/xfaces/files/patch-XFaces.ad
Normal file
@ -0,0 +1,11 @@
|
||||
--- XFaces.ad.orig Sat Mar 12 16:38:54 1994
|
||||
+++ XFaces.ad Fri Jun 10 08:59:11 2005
|
||||
@@ -72,7 +72,7 @@
|
||||
!
|
||||
|
||||
XFaces.soundPath: /usr/sounds:/usr/demo/SOUND/sounds
|
||||
-XFaces.imagePath: /usr/images
|
||||
+XFaces.imagePath: /usr/X11R6/share/xfaces/images
|
||||
|
||||
!
|
||||
! This is where we look for sounds/images in the "faces" format.
|
@ -1,2 +1,44 @@
|
||||
bin/xfaces
|
||||
lib/X11/app-defaults/XFaces
|
||||
%%DATADIR%%/images/andrew-shape.xpm
|
||||
%%DATADIR%%/images/andrew.xpm
|
||||
%%DATADIR%%/images/asterix.xpm
|
||||
%%DATADIR%%/images/backup-shape.xpm
|
||||
%%DATADIR%%/images/bart-shape.xpm
|
||||
%%DATADIR%%/images/bart.xpm
|
||||
%%DATADIR%%/images/bill-shape.xpm
|
||||
%%DATADIR%%/images/bill.xpm
|
||||
%%DATADIR%%/images/crab.xpm
|
||||
%%DATADIR%%/images/ctuna.xpm
|
||||
%%DATADIR%%/images/ddts.xpm
|
||||
%%DATADIR%%/images/dpanic-shape.xpm
|
||||
%%DATADIR%%/images/dpanic.xpm
|
||||
%%DATADIR%%/images/hobbes-shape.xpm
|
||||
%%DATADIR%%/images/hobbes.xpm
|
||||
%%DATADIR%%/images/lbolt-shape.xpm
|
||||
%%DATADIR%%/images/lbolt.xpm
|
||||
%%DATADIR%%/images/mailer-daemon.xpm
|
||||
%%DATADIR%%/images/news-shape.xpm
|
||||
%%DATADIR%%/images/nomail-shape.xpm
|
||||
%%DATADIR%%/images/nomail.xbm
|
||||
%%DATADIR%%/images/nomail.xpm
|
||||
%%DATADIR%%/images/planet-shape.xpm
|
||||
%%DATADIR%%/images/planet.xpm
|
||||
%%DATADIR%%/images/root-shape.xpm
|
||||
%%DATADIR%%/images/root.xpm
|
||||
%%DATADIR%%/images/schoolbus.xpm
|
||||
%%DATADIR%%/images/sun-shape.xpm
|
||||
%%DATADIR%%/images/sun.xpm
|
||||
%%DATADIR%%/images/sunflash.xpm
|
||||
%%DATADIR%%/images/taz.xpm
|
||||
%%DATADIR%%/images/texas-shape.xpm
|
||||
%%DATADIR%%/images/texas.xpm
|
||||
%%DATADIR%%/images/unido-shape.xpm
|
||||
%%DATADIR%%/images/uucp-shape.xpm
|
||||
%%DATADIR%%/images/uucp.xpm
|
||||
%%DATADIR%%/images/window.xpm
|
||||
%%DATADIR%%/images/www-shape.xpm
|
||||
%%DATADIR%%/images/x.xpm
|
||||
%%DATADIR%%/images/xconq.xpm
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user