mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dbbf489035
non-nym servers automatically
38 lines
902 B
Makefile
38 lines
902 B
Makefile
# New ports collection makefile for: premail
|
|
# Date created: 31 Jan 1997
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= premail
|
|
PORTVERSION= 0.46
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail security
|
|
MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \
|
|
ftp://ftp.kiarchive.ru/pub/unix/crypto/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
|
|
|
|
WRKSRC= ${WRKDIR}/premail
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}; \
|
|
${CP} premail premail.old; \
|
|
${SED} 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
|
|
${MKDIR} -m 555 ${PREFIX}/share/doc/premail
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
|
preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail
|
|
@${ECHO_MSG}
|
|
@${ECHO_MSG} "Check ${PREFIX}/share/doc/premail for further instructions"
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.mk>
|