48e6123de8
Port changes: * Remove the manpage option - not needed, always on. * Reorder USExx section Approved by: portmgr (port compliance, infrastructure)
28 lines
616 B
Makefile
28 lines
616 B
Makefile
# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libasr
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.opensmtpd.org/archives/ \
|
|
http://distfiles.pirateparty.in/ashish/
|
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
COMMENT= Asynchronous DNS resolver library
|
|
|
|
LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
CONFLICTS= libasr-devel-[0-9]*
|
|
|
|
USES= groff libtool ssl:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-mantype="man"
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
.include <bsd.port.mk>
|