blob: 2d50f0018270fcf4c5090538a8a126d36858cd05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: biffer
# Version required: 1.0
# Date created: 21 September 1999
# Whom: jsellens
#
# $FreeBSD$
#
DISTNAME= biffer-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} ${PKGDIR}/INSTALL ${PKGNAME} \
POST-INSTALL
.include <bsd.port.mk>
|