freebsd-ports/dns/odsclient/Makefile
Patrick Li 127ac3193c Update to 1.02
PR:		33684
Submitted by:	maintainer
2002-01-09 00:27:24 +00:00

31 lines
588 B
Makefile

# New ports collection makefile for: odsclient
# Date created: Jul 22, 2001
# Whom: geniusj@ods.org
#
# $FreeBSD$
#
PORTNAME= odsclient
PORTVERSION= 1.02
CATEGORIES= net
MASTER_SITES= http://www.ods.org/
MAINTAINER= geniusj@ods.org
ALL_TARGET= odsclient
post-patch:
@${PERL} -pi -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>