diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-06 08:52:33 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-06 08:52:33 +0000 |
commit | 405c35e9a445dbc52f1fa0dc2b8b94a587d2a17a (patch) | |
tree | 374ad3242e4dd9a234710cfb412f65da80af2bb7 /dns/posadis/Makefile | |
parent | ea52d5a8f9b3218b0a8799112b2a825133be6907 (diff) | |
download | ports-405c35e9a445dbc52f1fa0dc2b8b94a587d2a17a.tar.gz ports-405c35e9a445dbc52f1fa0dc2b8b94a587d2a17a.zip |
Notes
Diffstat (limited to 'dns/posadis/Makefile')
-rw-r--r-- | dns/posadis/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index d1863e198438..12473b43019e 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -6,18 +6,22 @@ # PORTNAME= posadis -PORTVERSION= 0.60.1 -PORTREVISION= 2 +PORTVERSION= 0.60.5 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@FreeBSD.org -COMMENT= "Domain Name Server (DNS) implementation" +COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib +USE_AUTOCONF_VER= 259 +USE_INC_LIBTOOL_VER= 15 USE_LIBLTDL= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) CONFIGURE_ARGS= --enable-fam @@ -29,27 +33,16 @@ CONFIGURE_ARGS= --disable-fam PLIST_SUB= FAM="@comment " .endif -USE_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - PLIST_SUB+= VERSION="${PORTVERSION}" MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1 MAN5= posadisrc.5 DOCS= AUTHORS ChangeLog README TODO -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |