aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-22 16:10:06 +0800
committermm <mm@FreeBSD.org>2011-03-22 16:10:06 +0800
commitba82c0efd8e81b9ae20dc7b486162c3e5b95bb56 (patch)
tree67426baf1a2580bd880805f3fd2c442bf96814a9
parent0f926e70d8dfa7df57779132a73779554bea261c (diff)
downloadfreebsd-ports-graphics-ba82c0efd8e81b9ae20dc7b486162c3e5b95bb56.tar.gz
freebsd-ports-graphics-ba82c0efd8e81b9ae20dc7b486162c3e5b95bb56.tar.zst
freebsd-ports-graphics-ba82c0efd8e81b9ae20dc7b486162c3e5b95bb56.zip
- Update to 0.1 [1]
- Add LICENSE information (GPLv2) PR: ports/155191 [1] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1]
-rw-r--r--dns/udns/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/dns/udns/Makefile b/dns/udns/Makefile
index 368ce9ccd48..ddeb6f39c49 100644
--- a/dns/udns/Makefile
+++ b/dns/udns/Makefile
@@ -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