openbsd-ports/mail/xfaces/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

27 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.5 2000/02/11 01:10:06 espie Exp $
BROKEN= bad packing lists
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:${PORTSDIR}/mail/faces
USE_IMAKE= YES
pre-configure:
@ln -sf ../sounds ${WRKSRC}
pre-install:
@mkdir -p ${LOCALBASE}/share/sounds
@mkdir -p ${X11BASE}/include/X11/pixmaps
.include <bsd.port.mk>