1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/dotfile/Makefile
Steve Price 58fe886af8 Build and install the procmail module by default.
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-02-26 03:29:58 +00:00

41 lines
1.3 KiB
Makefile

# New ports collection makefile for: dotfile
# Version required: 2.0
# Date created: 11/12/96
# Whom: oly@world.std.com
#
# $Id: Makefile,v 1.9 1998/02/25 16:14:31 steve Exp $
#
DISTNAME= dotfile-2.2
CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
MAINTAINER= oly@world.std.com
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
GNU_CONFIGURE= yes
MAN1= dotfile.1
NO_BUILD= yes
post-configure:
@(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
INSTALL="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
post-install:
@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/dotfile
@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/procmail
@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/tcsh
${INSTALL_DATA} ${WRKSRC}/Doc/index.html ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_DATA} ${WRKSRC}/Doc/dotfile/* ${PREFIX}/share/doc/${DISTNAME}/dotfile
${INSTALL_DATA} ${WRKSRC}/Doc/tcsh/* ${PREFIX}/share/doc/${DISTNAME}/tcsh
${INSTALL_DATA} ${WRKSRC}/Doc/procmail/* ${PREFIX}/share/doc/${DISTNAME}/procmail
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>