1996-12-14 22:33:03 +00:00
|
|
|
# New ports collection makefile for: xfaces-3.3
|
|
|
|
# Version required: 1.6.1
|
|
|
|
# Date created: 11 December 96
|
|
|
|
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
|
|
|
|
# With some
|
|
|
|
# modifications from: Andreas Klemm <andreas@FreeBSD.ORG>
|
|
|
|
#
|
1998-09-21 01:59:20 +00:00
|
|
|
# $Id: Makefile,v 1.11 1998/09/17 00:32:45 asami Exp $
|
1996-12-14 22:33:03 +00:00
|
|
|
#
|
|
|
|
|
1996-12-16 14:42:10 +00:00
|
|
|
DISTNAME= xfaces-3.3
|
1996-12-14 22:33:03 +00:00
|
|
|
CATEGORIES= mail
|
1996-12-17 05:31:55 +00:00
|
|
|
# xfaces-sounds.tar.gz only in LOCAL_PORTS
|
1996-12-14 22:33:03 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
|
1997-04-30 03:18:09 +00:00
|
|
|
${MASTER_SITE_LOCAL}
|
1996-12-17 05:31:55 +00:00
|
|
|
DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz
|
1997-04-30 03:18:09 +00:00
|
|
|
|
1997-11-17 18:47:53 +00:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1996-12-14 22:33:03 +00:00
|
|
|
|
1998-09-21 01:59:20 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas
|
|
|
|
LIB_DEPENDS= compface.1:${PORTSDIR}/mail/faces \
|
1998-09-17 00:33:02 +00:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
1996-12-14 22:33:03 +00:00
|
|
|
|
|
|
|
USE_IMAKE= YES
|
|
|
|
|
|
|
|
pre-configure:
|
1996-12-17 05:31:55 +00:00
|
|
|
@ln -sf ../sounds ${WRKSRC}
|
1996-12-14 22:33:03 +00:00
|
|
|
|
|
|
|
pre-install:
|
1996-12-17 05:08:34 +00:00
|
|
|
@${MKDIR} ${LOCALBASE}/share/sounds
|
1996-12-19 12:08:02 +00:00
|
|
|
@${MKDIR} ${X11BASE}/include/X11/pixmaps
|
1996-12-14 22:33:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|