mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
36 lines
920 B
Makefile
36 lines
920 B
Makefile
# 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
|
|
${MASTER_SITE_LOCAL}
|
|
DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.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
|
|
MAN1= xfaces.1
|
|
|
|
pre-configure:
|
|
@${LN} -sf ../sounds ${WRKSRC}
|
|
|
|
pre-install:
|
|
@${MKDIR} ${LOCALBASE}/share/sounds
|
|
@${MKDIR} ${X11BASE}/include/X11/pixmaps
|
|
|
|
.include <bsd.port.mk>
|