aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xfaces/Makefile
blob: 20df32569b4af1b18a8a878ec298cccf6751e87a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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>
#
# $Id: Makefile,v 1.6 1997/04/30 03:18:05 asami 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= Lars_Koeller@odie.physik2.uni-rostock.de

BUILD_DEPENDS=  ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas
LIB_DEPENDS=    compface\\.1\\.:${PORTSDIR}/mail/faces \
        Xpm\\.4\\.:${PORTSDIR}/graphics/xpm

USE_IMAKE=  YES

pre-configure:
    @ln -sf ../sounds ${WRKSRC}

pre-install:
    @${MKDIR} ${LOCALBASE}/share/sounds
    @${MKDIR} ${X11BASE}/include/X11/pixmaps

.include <bsd.port.mk>