1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Clarify LICENSE

- Add LICENSE_FILE
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-07-01 01:17:09 +00:00
parent f14f0b6d48
commit 6daa2ea720
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359945
2 changed files with 8 additions and 5 deletions

View File

@ -3,20 +3,23 @@
PORTNAME= hesiod
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
MAINTAINER= ports@FreeBSD.org
COMMENT= Directory service built on DNS and BIND
LICENSE= BSD
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= IDN
OPTIONS_DEFAULT=IDN
USES= pathfix
USE_AUTOTOOLS= libtool
USES= libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -25,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIDN}
LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn
.else
CONFIGURE_ARGS+=--without-libidn
.endif

View File

@ -1,9 +1,9 @@
bin/hesinfo
include/hesiod.h
lib/libhesiod.a
lib/libhesiod.la
lib/libhesiod.so
lib/libhesiod.so.0
lib/libhesiod.so.0.0.0
libdata/pkgconfig/hesiod.pc
man/man1/hesinfo.1.gz
man/man3/hesiod.3.gz