mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.1 [1]
- Add LICENSE information (GPLv2) PR: ports/155191 [1] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1]
This commit is contained in:
parent
8b6915d145
commit
048b386764
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271460
@ -6,28 +6,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= udns
|
||||
PORTVERSION= 0.0.9
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.corpit.ru/mjt/udns/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= DNS resolver library with sync and async queries
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= IPV6 "Enable IPv6 support" on
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
|
||||
|
||||
ALL_TARGET= staticlib shared
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
SHLIB_MAJOR= 0
|
||||
|
||||
MAN1= dnsget.1 rblcheck.1
|
||||
@ -63,7 +61,7 @@ do-install:
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in COPYING.LGPL NEWS NOTES TODO
|
||||
.for FILE in NEWS NOTES TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE}
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user