1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/biffer/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

36 lines
920 B
Makefile

# New ports collection makefile for: biffer
# Date created: 21 September 1999
# Whom: jsellens
#
# $FreeBSD$
#
PORTNAME= biffer
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= http://www.generalconcepts.com/resources/software/
MAINTAINER= jsellens@generalconcepts.com
RUN_DEPENDS= xmsg:${PORTSDIR}/x11/xmsg
MAN1= biffopt.1
MAN8= biffer.8 biffer_comsat.8
do-install:
${INSTALL_PROGRAM} \
${WRKDIR}/${DISTNAME}/biffer/biffer ${PREFIX}/libexec
${INSTALL_PROGRAM} \
${WRKDIR}/${DISTNAME}/biffopt/biffopt ${PREFIX}/bin
${INSTALL_MAN} \
${WRKDIR}/${DISTNAME}/biffopt/biffopt.1 ${MAN1PREFIX}/man/man1
${INSTALL_MAN} \
${WRKDIR}/${DISTNAME}/biffer/biffer.8 ${MAN8PREFIX}/man/man8
cd ${WRKDIR}/${DISTNAME}/biffer_comsat && ${MAKE} ${MFLAGS} install
post-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \
POST-INSTALL
.include <bsd.port.mk>