mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
364472919c
A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
24 lines
379 B
Makefile
24 lines
379 B
Makefile
# 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>
|