mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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>
|