Ticket #660: Portfile.2

File Portfile.2, 1.3 KB (added by robert@…, 21 years ago)

ATTACHMENT: ddclient-3.6.3beta2

Line 
1# $Id: Portfile,v 1.7 2003/08/06 05:46:17 rshaw Exp $
2PortSystem 1.0
3name                    ddclient
4version                 3.6.3beta2
5revision                0
6platforms               darwin
7categories              net
8maintainers             robert@or.homeip.net
9description             Update dynamic DNS entries
10homepage                http://burry.ca:4141/ddclient/
11master_sites    http://burry.ca:4141/ddclient/ 
12checksums               md5 98edbaea5459f47eb9164f8e58bc162a
13configure               {}
14post-configure  {
15                reinplace "s|^#!.*/perl\\(.*\\)$|#!/usr/bin/perl\\1|" ${worksrcpath}/${portname}
16}
17build                   {}
18destroot                {
19                system "install -m 755 -d ${destroot}${prefix}/etc"
20                system "install -m 555 ${worksrcpath}/sample-etc_ddclient.conf \
21                        ${destroot}${prefix}/etc/ddclient.conf.sample"
22                system "install -m 755 -d ${destroot}${prefix}/sbin"
23                system "install -m 555 ${worksrcpath}/${portname} \
24                        ${destroot}${prefix}/sbin"
25                system "install -m 755 -d ${destroot}${prefix}/share/${portname}"
26                system "install -m 444 ${worksrcpath}/COPY* \
27                        ${destroot}${prefix}/share/${portname}"
28                system "install -m 444 ${worksrcpath}/README* \
29                        ${destroot}${prefix}/share/${portname}"
30                system "install -m 444 ${worksrcpath}/sample-* \
31                        ${destroot}${prefix}/share/${portname}"
32}
33
34long_description \
35ddclient is a Perl client used to update dynamic DNS entries for \
36accounts on many dynamic DNS services.
37