3ee76e3e16
Submitted by: Ashish Shukla <wahjava@gmail.com> Approved by: gabor (mentor, implicit)
114 lines
3.6 KiB
Makefile
114 lines
3.6 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= 9
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wahjava@gmail.com
|
|
COMMENT= Visual mail, user and print face server
|
|
|
|
OPTIONS= X11 "X11/GTK support" on \
|
|
NAS "NAS audio support" off \
|
|
RPLAY "rplay audio support" off \
|
|
SOX "Sox audio support" off
|
|
|
|
WANT_GNOME= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= compface.1
|
|
MAN3= compface.3
|
|
MLINKS= compface.1 uncompface.1 \
|
|
compface.3 uncompface.3
|
|
PORTDOCS= README
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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
|
|
.endif
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
.endif
|
|
|
|
.ifdef WITH_NAS
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${LOCALBASE}/bin/auplay
|
|
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
|
|
.elifdef WITH_SOX
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${LOCALBASE}/bin/play
|
|
RUN_DEPENDS= play:${PORTSDIR}/audio/sox
|
|
.elifdef WITH_RPLAY
|
|
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${LOCALBASE}/bin/rplay
|
|
RUN_DEPENDS= rplay:${PORTSDIR}/audio/rplay
|
|
.endif
|
|
|
|
# I have no better idea up to now
|
|
# Install 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
|
|
.ifdef WITH_NAS
|
|
@${REINPLACE_CMD} -e "s%rplay%auplay%" ${WRKSRC}/faces/Faces.ad
|
|
.elifdef WITH_SOX
|
|
@${REINPLACE_CMD} -e "s%rplay%play%" ${WRKSRC}/faces/Faces.ad
|
|
.elifdef WITH_RPLAY
|
|
# nada
|
|
.else
|
|
@${REINPLACE_CMD} -e "s%^faces.audioSupport.*%faces.audioSupport: false%" ${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 ${LOCALBASE}/lib/X11/app-defaults/Faces
|
|
.endif
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|