Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / xfaces / Makefile
1 # Created by: Ted Faber <faber@isi.edu>
2 # $FreeBSD$
3
4 PORTNAME=       xfaces
5 PORTVERSION=    3.3
6 PORTREVISION=   5
7 CATEGORIES=     mail
8 MASTER_SITES=   ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
9                 http://www.mavetju.org/download/adopted/xfaces/
10 DIST_SUBDIR=    ${PORTNAME}
11
12 PATCH_SITES=    ${MASTER_SITES}
13 PATCHFILES=     patch-charnier patch-faber patch-graaff patch-kinzler3
14 # patch-graff above has a partial pathname in there that none of the others
15 # do.  The default value for PATCH_DIST_STRIP [-p0] fails on that, this empty
16 # value keeps any -p option from the patch command and works.
17 PATCH_DIST_STRIP=
18
19 MAINTAINER=     faber@isi.edu
20 COMMENT=        Display shaped icons for mail spool contents
21
22 LIB_DEPENDS=    libcompface.so:mail/faces
23
24 # GNU make properly processes some overridden rules in the makefile that
25 # imake generates.  Specifically, installing the html docs.
26 USES=           imake gmake tar:Z
27 USE_XORG=       ice sm x11 xaw xext xmu xt xpm
28
29 post-install:
30         @${MKDIR} ${STAGEDIR}${DATADIR}/images
31         ${INSTALL_DATA} ${WRKSRC}/images/* ${STAGEDIR}${DATADIR}/images
32
33 .include <bsd.port.mk>