# New ports collection makefile for: libtasn1 # Date created: 15 Nov 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= libtasn1 PORTVERSION= 0.1.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/libtasn1/ \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ MAINTAINER= sergei@kolobov.com LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" DOCS= AUTHORS NEWS README THANKS DOCS2= asn1.ps asn1.tex fdl.tex post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .for file in ${DOCS2} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif .include