mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
29 lines
878 B
Makefile
29 lines
878 B
Makefile
# New ports collection makefile for: smail
|
|
# Version required: 3.1.29
|
|
# Date created: 16 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/01/15 05:32:30 gpalmer Exp $
|
|
#
|
|
|
|
DISTNAME= smail-3.1.29.1
|
|
MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/
|
|
CATEGORIES+= mail
|
|
.if !exists(/usr/local/bin/bash)
|
|
DEPENDS= ${PORTSDIR}/shells/bash
|
|
.endif
|
|
MAKE_FLAGS= "SHELL=/usr/local/bin/bash"
|
|
|
|
pre-install:
|
|
@mkdir -p ${PREFIX}/bin
|
|
@mkdir -p ${PREFIX}/lib/smail
|
|
@mkdir -p ${PREFIX}/man/man1
|
|
@mkdir -p ${PREFIX}/man/man5
|
|
@mkdir -p ${PREFIX}/man/man8
|
|
@cp ${WRKSRC}/samples/generic/config ${PREFIX}/lib/smail/config.sample
|
|
@cp ${WRKSRC}/samples/generic/directors ${PREFIX}/lib/smail/directorys.sample
|
|
@cp ${WRKSRC}/samples/generic/routers ${PREFIX}/lib/smail/routers.sample
|
|
@cp ${WRKSRC}/samples/generic/transports ${PREFIX}/lib/smail/transports.sample
|
|
|
|
.include <bsd.port.mk>
|