878014828d
- @comment out unused file from PFRAG.shared - Bump PKGNAME similar patch ok by @mjc, idea from espie@
27 lines
545 B
Makefile
27 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.5 2004/12/27 21:45:34 alek Exp $
|
|
|
|
COMMENT= "asynchronous dns resolver client library and utilities"
|
|
DISTNAME= adns-1.1
|
|
PKGNAME= $(DISTNAME)p0
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/ftp/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
USE_GMAKE= Yes
|
|
|
|
REGRESS_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|