d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:39 sthen Exp $
|
|
|
|
COMMENT= non-blocking thread-safe API for resolving DNS names
|
|
|
|
DISTNAME= libdnsres-0.1a
|
|
REVISION= 0
|
|
SHARED_LIBS= dnsres 0.1 # .0.1
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://monkey.org/~provos/libdnsres/
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://monkey.org/~provos/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|