openbsd-ports/net/libdnsres/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

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>