126 lines
4.1 KiB
Makefile
126 lines
4.1 KiB
Makefile
# New ports collection makefile for: faces-1.6.1
|
|
# Date created: 09 December 96
|
|
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
|
|
# Andreas Klemm <andreas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= faces
|
|
PORTVERSION= 1.7.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Visual mail, user and print face server
|
|
|
|
USE_REINPLACE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= compface.1
|
|
MAN3= compface.3
|
|
MLINKS= compface.1 uncompface.1 \
|
|
compface.3 uncompface.3
|
|
|
|
.if defined(WITHOUT_X11)
|
|
PLIST_SUB+= X11="@comment "
|
|
WITH_AUDIO= # none
|
|
.else # with X11
|
|
PLIST_SUB+= X11=""
|
|
USE_GNOME= gnomehack gtk12
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I../compface -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L../compface -L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --enable-imap --enable-pop \
|
|
--enable-name-unknown --with-spooldir=/var/mail \
|
|
--with-facedir=${DATADIR}
|
|
MAN1+= faces.1
|
|
# Audio support is only possible with X11
|
|
.if defined(WITHOUT_AUDIO)
|
|
WITH_AUDIO= # none
|
|
.else
|
|
WITH_AUDIO?= rplay
|
|
.endif
|
|
.endif
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
.endif
|
|
|
|
.if ${WITH_AUDIO} == "nas"
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${X11BASE}/bin/auplay
|
|
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
|
|
.endif
|
|
.if ${WITH_AUDIO} == "sox"
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${LOCALBASE}/bin/play
|
|
RUN_DEPENDS= play:${PORTSDIR}/audio/sox
|
|
.endif
|
|
.if ${WITH_AUDIO} == "rplay"
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${LOCALBASE}/bin/rplay
|
|
RUN_DEPENDS= rplay:${PORTSDIR}/audio/rplay
|
|
.endif
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "${PORTNAME} has the following tunables:"
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} " WITHOUT_X11=yes build without X11/GTK support"
|
|
@${ECHO_MSG} " WITHOUT_AUDIO=yes build without audio support"
|
|
@${ECHO_MSG} " WITH_AUDIO=nas build with NAS audio support"
|
|
@${ECHO_MSG} " WITH_AUDIO=sox build with SOX audio support"
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "The default is X11/GTK with rplay audio support"
|
|
@${ECHO_MSG} ""
|
|
|
|
# I have no better idea up to now
|
|
# Insall the working Makefile for compface from the old faces port
|
|
# This was much less complex an builds the shared libs, too
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s%/usr/local/faces%${DATADIR}%g ; \
|
|
s%/var/spool/mail%/var/mail%g" ${WRKSRC}/faces/faces.man
|
|
@${LN} -sf ${WRKSRC}/faces/faces.man ${WRKSRC}/faces/faces.1
|
|
.if ${WITH_AUDIO} == ""
|
|
@${REINPLACE_CMD} -e "s%^faces.audioSupport.*%faces.audioSupport: false%" ${WRKSRC}/faces/Faces.ad
|
|
.endif
|
|
.if ${WITH_AUDIO} == "nas"
|
|
@${REINPLACE_CMD} -e "s%rplay%auplay%" ${WRKSRC}/faces/Faces.ad
|
|
.endif
|
|
.if ${WITH_AUDIO} == "sox"
|
|
@${REINPLACE_CMD} -e "s%rplay%play%" ${WRKSRC}/faces/Faces.ad
|
|
.endif
|
|
|
|
do-build:
|
|
cd ${WRKSRC}/compface && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
|
|
${FILESDIR}/Makefile.compface ${MAKE_ARGS} ${ALL_TARGET}
|
|
.if !defined(WITHOUT_X11)
|
|
cd ${WRKSRC}/faces && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
|
|
${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/compface/compface ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/compface/uncompface ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/compface/compface.h ${PREFIX}/include
|
|
${INSTALL_DATA} ${WRKSRC}/compface/libcompface.a ${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/compface/libcompface.so.1 ${PREFIX}/lib
|
|
${LN} -sf libcompface.so.1 ${PREFIX}/lib/libcompface.so
|
|
${INSTALL_MAN} ${WRKSRC}/compface/compface.1 ${MANPREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/compface/compface.3 ${MANPREFIX}/man/man3
|
|
${INSTALL_SCRIPT} ${FILESDIR}/ikon2xbm ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xbm2ikon ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xbmcut48 ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xbmsize48 ${PREFIX}/bin
|
|
.if !defined(WITHOUT_X11)
|
|
${INSTALL_PROGRAM} ${WRKSRC}/faces/faces ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/faces/faces.1 ${MANPREFIX}/man/man1
|
|
${INSTALL_DATA} ${WRKSRC}/faces/Faces.ad ${X11BASE}/lib/X11/app-defaults/Faces
|
|
.endif
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|