pkgsrc/mail/faces/Makefile
wiz 79da4f2355 Remove dependency on replace-perl from do-configure target.
This was a workaround for a bug which has been fixed, and the target does not exist any more either.
2003-07-22 14:03:23 +00:00

61 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.35 2003/07/22 14:03:23 wiz Exp $
DISTNAME= faces-1.6.1
PKGREVISION= 2
WRKSRC= ${WRKDIR}/faces
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Visual mail, user and print face server
DEPENDS+= netpbm>=9.2:../../graphics/netpbm
CONFLICTS= compface-[0-9]*
LICENSE= limited-redistribution
RESTRICTED= "Distribution not allowed if money exchanged"
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
MAKE_FLAGS+= PREFIX="${PREFIX}"
MAKE_FLAGS+= CCOMP="${CFLAGS}"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= SVR4LIBS="-lnsl -lsocket -lgen"
MAKE_ENV+= SYSV=-DSYSV32
MAKE_ENV+= CC=gcc
MAKE_ENV+= CPPFLAGS=
.endif
REPLACE_PERL= scripts/addxface scripts/deepen scripts/facesaddr \
scripts/facesall scripts/from.faces scripts/lpqall.faces \
scripts/mailq.faces scripts/mailqto scripts/mailqto.faces \
scripts/mkfacesindex scripts/newscheck.faces \
scripts/newsfrom.faces scripts/rotary.faces
do-configure:
${LN} -sf Makefile.dist ${WRKSRC}/${MAKEFILE}
cd ${WRKSRC}; \
files=" \
x11.c \
scripts/addxface \
scripts/facesall \
scripts/mkfacesindex \
"; \
for FILE in $${files}; do \
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
$${FILE} > $${FILE}.fixed; \
if [ -x $${FILE} ]; then \
${CHMOD} +x $${FILE}.fixed; \
fi; \
${MV} -f $${FILE}.fixed $${FILE}; \
done
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"