mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d43bc4dfa1
- Update maintainer's address PR: ports/104031 Submitted by: Jason DiCioccio <jd@ods.org> (maintainer)
32 lines
623 B
Makefile
32 lines
623 B
Makefile
# New ports collection makefile for: odsclient
|
|
# Date created: Jul 22, 2001
|
|
# Whom: geniusj@ods.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= odsclient
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.ods.org/dl/
|
|
|
|
MAINTAINER= jd@ods.org
|
|
COMMENT= ODS Dynamic DNS Client
|
|
|
|
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>
|