openbsd-ports/mail/xfaces/Makefile

42 lines
941 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2010/04/24 20:18:39 naddy Exp $
COMMENT= mail image display for X11
DISTNAME= xfaces-3.3
PKGNAME= ${DISTNAME}p4
CATEGORIES= mail
2000-06-04 21:09:24 -04:00
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
2004-10-08 16:58:17 -04:00
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
MASTER_SITES0= ftp://ftp.enst.fr/distfiles/ \
ftp://ftp.ntnu.no/pub/OpenBSD/distfiles/ \
ftp://ftp.smr.ru/pub/0/FreeBSD/releases/distfiles/
DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz:0
# License: "BSD NO"
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
2007-11-14 04:43:39 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m \
pthread-stubs xcb
2000-02-12 01:29:49 -05:00
LIB_DEPENDS= compface::mail/faces
CONFIGURE_STYLE=imake
2006-11-13 06:20:24 -05:00
USE_X11= Yes
2000-06-04 21:09:24 -04:00
post-extract:
@ln -sf ../sounds ${WRKSRC}
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
pre-install:
2000-06-04 21:09:24 -04:00
@${INSTALL_DATA_DIR} ${PREFIX}/share/sounds
@${INSTALL_DATA_DIR} ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>