2013-04-30 20:00:28 +00:00
|
|
|
# Created by: Ted Faber <faber@isi.edu>
|
2005-04-25 08:44:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfaces
|
|
|
|
PORTVERSION= 3.3
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 5
|
2005-04-25 08:44:53 +00:00
|
|
|
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}
|
2005-06-10 19:13:28 +00:00
|
|
|
PATCHFILES= patch-charnier patch-faber patch-graaff patch-kinzler3
|
2005-04-25 08:44:53 +00:00
|
|
|
# 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
|
|
|
|
|
2013-04-30 20:00:28 +00:00
|
|
|
LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
|
2005-04-25 08:44:53 +00:00
|
|
|
|
|
|
|
# GNU make properly processes some overridden rules in the makefile that
|
|
|
|
# imake generates. Specifically, installing the html docs.
|
2013-06-28 11:51:05 +00:00
|
|
|
USES= imake
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xt xpm
|
2005-04-25 08:44:53 +00:00
|
|
|
|
|
|
|
MAN1= xfaces.1
|
|
|
|
|
2013-09-20 19:59:12 +00:00
|
|
|
NO_STAGE= yes
|
2005-06-10 19:13:28 +00:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DATADIR}/images
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images
|
|
|
|
|
2005-04-25 08:44:53 +00:00
|
|
|
.include <bsd.port.mk>
|