aboutsummaryrefslogtreecommitdiffstats
path: root/net/ddup/Makefile
blob: b6e9f5150e5cdffec89e35044fe3def18fcc55e4 (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
# New ports collection makefile for:    ddup
# Version required: 2.0.4
# Date created:     30 September 1999
# Whom:         cjm2
#
# $FreeBSD$
#

DISTNAME=   ddup-2.0.4
CATEGORIES= net
MASTER_SITES=   ftp://gandy.dyndns.org/pub/ddup/

MAINTAINER= cjm2@altavista.net

WRKSRC=     ${WRKDIR}/ddup-nic

MAN1=       ddup.1
MANCOMPRESSED=  no

post-install:
    strip ${PREFIX}/sbin/ddup

.include <bsd.port.mk>