openbsd-ports/net/adns/Makefile
alek 878014828d - Remove wrong -Wl,-soname
- @comment out unused file from PFRAG.shared
- Bump PKGNAME

similar patch ok by @mjc, idea from espie@
2004-12-27 21:45:34 +00:00

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>