# New ports collection makefile for: cryptopp # Date created: 18 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= cryptopp PORTVERSION= 5.2.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.eskimo.com/~weidai/ \ http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= cryptopp${PORTVERSION:S/.//g} EXTRACT_SUFX= .zip MAINTAINER= delphij@FreeBSD.org COMMENT= A free C++ class library of Cryptographic Primitives NO_WRKSUBDIR= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aq USE_GMAKE= yes MAKEFILE= GNUmakefile CXXFLAGS+= -fPIC -O0 .include .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Internal compiler error on alpha 4.x" .endif pre-install: ${STRIP_CMD} ${WRKSRC}/cryptest do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cryptest ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libcryptopp.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/cryptopp (for i in `${FIND} ${WRKSRC}/ -name '*.h' \ -and -not -name 'dll.h' \ -and -not -name 'resource.h'`; do \ ${INSTALL_DATA} $$i ${PREFIX}/include/cryptopp; \ done) .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cryptopp ${CP} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/cryptopp/README ${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License .endif .include el/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support of tlmgr.hrs2015-09-261-2/+0
* - Split xpdfopen package from texlive-base. This is because it is the onlyhrs2015-09-081-4/+0
* Update TeXLive to TL2015.hrs2015-07-20