diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-04-25 08:44:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-04-25 08:44:53 +0000 |
commit | caa1fcfca9bc92f9602170584c4d4e88470c0739 (patch) | |
tree | 172eb1011458a203310a5ec1a479f3578875a397 /mail/xfaces | |
parent | 419d508c1aacad29d67024fcd0fd6a78db466c7c (diff) | |
download | ports-caa1fcfca9bc92f9602170584c4d4e88470c0739.tar.gz ports-caa1fcfca9bc92f9602170584c4d4e88470c0739.zip |
Notes
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 35 | ||||
-rw-r--r-- | mail/xfaces/distinfo | 10 | ||||
-rw-r--r-- | mail/xfaces/pkg-descr | 4 | ||||
-rw-r--r-- | mail/xfaces/pkg-plist | 3 |
4 files changed, 52 insertions, 0 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile new file mode 100644 index 000000000000..3fdba2bdb458 --- /dev/null +++ b/mail/xfaces/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: xfaces-3.3 +# Date created: 15 Dec 2001 +# Whom: Ted Faber <faber@isi.edu> +# $FreeBSD$ +# + +PORTNAME= xfaces +PORTVERSION= 3.3 +PORTREVISION= 0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \ + http://www.mavetju.org/download/adopted/xfaces/ +EXTRACT_SUFX= .tar.Z +DIST_SUBDIR= ${PORTNAME} + +PATCH_SITES= ${MASTER_SITES} +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. +PATCH_DIST_STRIP= + +MAINTAINER= faber@isi.edu +COMMENT= Display shaped icons for mail spool contents + +LIB_DEPENDS=compface:${PORTSDIR}/mail/faces:install + +# GNU make properly processes some overridden rules in the makefile that +# imake generates. Specifically, installing the html docs. +USE_GMAKE=yes +USE_IMAKE=yes + +MAN1= xfaces.1 + +.include <bsd.port.mk> diff --git a/mail/xfaces/distinfo b/mail/xfaces/distinfo new file mode 100644 index 000000000000..0424d21b3ce6 --- /dev/null +++ b/mail/xfaces/distinfo @@ -0,0 +1,10 @@ +MD5 (xfaces/xfaces-3.3.tar.Z) = c47b81f72b892be37d25dd29567bec04 +SIZE (xfaces/xfaces-3.3.tar.Z) = 182793 +MD5 (xfaces/patch-charnier) = 72a41efb8da8bccf7241b5b879c52678 +SIZE (xfaces/patch-charnier) = 1439 +MD5 (xfaces/patch-faber) = ffc8ac725a1730c9d35024a10c74e1ab +SIZE (xfaces/patch-faber) = 1057 +MD5 (xfaces/patch-graaff) = 26e7ffececf2f8c40fd3bbd3a54f1ce1 +SIZE (xfaces/patch-graaff) = 3950 +MD5 (xfaces/patch-kinzler3) = 253a7748f80d01e34f3d3fc6e2cc7857 +SIZE (xfaces/patch-kinzler3) = 2997 diff --git a/mail/xfaces/pkg-descr b/mail/xfaces/pkg-descr new file mode 100644 index 000000000000..df8fa2d6095c --- /dev/null +++ b/mail/xfaces/pkg-descr @@ -0,0 +1,4 @@ +A program for monitoring mailspools (and other things) that can display +shaped icons. + +WWW: ftp://ftp.cs.indiana.edu/pub/faces/index.html diff --git a/mail/xfaces/pkg-plist b/mail/xfaces/pkg-plist new file mode 100644 index 000000000000..303cce8457a5 --- /dev/null +++ b/mail/xfaces/pkg-plist @@ -0,0 +1,3 @@ +bin/xfaces +lib/X11/app-defaults/XFaces +lib/X11/doc/html/xfaces.1.html |