# New ports collection Makefile for: libgcrypt # Date created: July 17 2002 # Whom: Tilman Linneweh # # $FreeBSD$ PORTNAME= libgcrypt PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" LIB_DEPENDS= gpg-error.2:${PORTSDIR}/security/libgpg-error GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes INFO= gcrypt .include .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif post-patch: @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \ ${WRKSRC}/ltmain.sh pre-configure: @${RM} -f ${WRKSRC}/doc/gcrypt.info* .include /head>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Bump PORTREVISION and change lib version because math/gsl are updated.mnag2006-05-061-1/+2
* Fix build on 4.xmarkus2006-04-303-0/+28
* Fix plistvs2006-04-141-0/+5
* - Update to version 1.2.1markus2006-04-033-5/+5
* - Update to version 1.2.0markus2006-03-2810-345/+524
* Conversion to a single libtool environment.ade2006-02-232-2/+45
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-34/+34
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* Update WWWmarkus2005-10-121-1/+1
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-09-29