freebsd-ports/devel/libdjbdns/Makefile
Pete Fritchman 17c223577e Add libdjbdns 1.05, public domain DNS client library.
PR:		51815
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-05-12 01:19:08 +00:00

34 lines
884 B
Makefile

# New ports collection makefile for: libdjbdns
# Date created: 01 Apr 2002
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= libdjbdns
PORTVERSION= 1.05
CATEGORIES= devel
MASTER_SITES= http://smarden.org/pape/djb/manpages/
DISTNAME= djbdns-pd-${PORTVERSION}
MAINTAINER= sergei@kolobov.com
COMMENT= Public domain DNS client library
INSTALLS_SHLIB= yes
USE_GMAKE= yes
ALL_TARGET= it
LIBS= libdjbdns.a libdjbdns.so.1
INCLUDES= alloc.h byte.h case.h dns.h env.h error.h fmt.h \
gen_alloc.h gen_allocdefs.h iopause.h ip4.h ndelay.h \
open.h openreadclose.h readclose.h scan.h select.h \
socket.h str.h stralloc.h tai.h taia.h uint16.h \
uint32.h uint64.h
do-install:
@${MKDIR} ${PREFIX}/include/libdjbdns
cd ${WRKSRC} && \
${INSTALL_DATA} ${LIBS} ${PREFIX}/lib && \
${INSTALL_DATA} ${INCLUDES} ${PREFIX}/include/libdjbdns
.include <bsd.port.mk>