a0eb3c6241
libXpm is standard with 2.3
37 lines
843 B
Makefile
37 lines
843 B
Makefile
# OpenBSD makefile for: xfaces-3.3
|
|
# Version required: 1.6.1
|
|
# Date created: December 4, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:01 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xfaces-3.3
|
|
CATEGORIES= mail
|
|
# xfaces-sounds.tar.gz only in LOCAL_PORTS
|
|
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
|
|
ftp://odie.physik2.uni-rostock.de/pub/ \
|
|
${MASTER_SITE_LOCAL}
|
|
DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces
|
|
OS_RELEASE!= uname -r
|
|
OS_HAS_XPM= 2.3
|
|
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
|
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
.endif
|
|
|
|
|
|
USE_IMAKE= YES
|
|
|
|
pre-configure:
|
|
@ln -sf ../sounds ${WRKSRC}
|
|
|
|
pre-install:
|
|
@${MKDIR} ${LOCALBASE}/share/sounds
|
|
@${MKDIR} ${X11BASE}/include/X11/pixmaps
|
|
|
|
.include <bsd.port.mk>
|