aboutsummaryrefslogtreecommitdiffstats
path: root/dns/odsclient/Makefile
blob: e71165410baa5981f97d9d6e23dadae2135a11a4 (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
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:   odsclient
# Date created:         Jul 22, 2001
# Whom:                 geniusj@ods.org
#
# $FreeBSD$
#

PORTNAME=   odsclient
PORTVERSION=    1.02
CATEGORIES= dns
MASTER_SITES=   http://www.ods.org/

MAINTAINER= geniusj@ods.org
COMMENT=    ODS Dynamic DNS Client

USE_REINPLACE=  yes
ALL_TARGET= odsclient

post-patch:
    @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>