freebsd-ports/net/firedns/Makefile
Hye-Shik Chang ade02d77e5 1. Fix typo (s/INSTALL_SHLIBS/INSTALLS_SHLIB/)
2. Two minor style fixes (whitespace and EXTRACT_SUFX)
3. Bump PORTREVISION due to [1].

PR:		41933 (1, 3)
Submitted by:	maintainer
2002-08-23 15:35:37 +00:00

34 lines
1 KiB
Makefile

# New ports collection makefile for: firedns
# Date created: Sun 12 May 22:30:00 WST 2002
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
#
# $FreeBSD$
#
PORTNAME= firedns
PORTVERSION= 0.1.28
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
DISTNAME= firedns-${PORTVERSION}
MAINTAINER= dean@odyssey.apana.org.au
BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \
firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \
firedns_getname4.3 firedns_getname6.3 \
firedns_getresult.3 firedns_gettxt.3 \
firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \
firedns_resolveip6.3 firedns_resolvemx.3 \
firedns_resolvename4.3 firedns_resolvename6.3 \
firedns_resolvetxt.3 libfiredns.3
.include <bsd.port.mk>