aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python30
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1995-10-29 04:43:28 +0800
committerEric L. Hernes <erich@FreeBSD.org>1995-10-29 04:43:28 +0800
commit5df04e696b9023720bb5a0c11e54c926be5255d7 (patch)
treea53cbbaa877ab40c306d327c670cf1109362ee78 /lang/python30
parent8b985bd4c1011892572331d6c461bb685fcb8ccc (diff)
downloadfreebsd-ports-5df04e696b9023720bb5a0c11e54c926be5255d7.tar.gz
freebsd-ports-5df04e696b9023720bb5a0c11e54c926be5255d7.tar.zst
freebsd-ports-5df04e696b9023720bb5a0c11e54c926be5255d7.zip
shortened COMMENTS
Notes
Notes: svn path=/head/; revision=2375
Diffstat (limited to 'lang/python30')
0 files changed, 0 insertions, 0 deletions
ss='alt'>
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
36
37
38
39
                                            
                            




                                                          
           

 
                            
                             


                                                          
 



                                            
                   


                                                  

                       
                                    
                                                                           
 



                                                               
                                                                             




                                                                          
# New ports collection makefile for: premail
# Version required:     0.46
# Premail homepage is http://www.c2.net/~raph/premail.html
#
# Date created:         31 Jan 1997
# Whom:                 ache
#
# $FreeBSD$
#

DISTNAME=       premail-0.46
CATEGORIES=     security mail
MASTER_SITES=   ftp://ftp.jpunix.com/pub/remailer-tools/ \
        ftp://ftp.kiarchive.ru/unix/crypto/
WRKSRC=         ${WRKDIR}/premail

BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp

MAINTAINER= ache@FreeBSD.ORG

USE_PERL5=      Yes
NO_BUILD=       Yes
RESTRICTED=     "Author treats it as ITAR subject"

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
    install -d -m 555 ${PREFIX}/share/doc/premail
    cd ${WRKSRC} && ${INSTALL_DATA} \
       preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail
    @echo
    @echo "Check ${PREFIX}/share/doc/premail for further instructions"
    @echo

.include <bsd.port.mk>