Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.3 2012/10/23 18:16:35 asau Exp $
DISTNAME= crypt-1.17
PKGNAME= libtom${DISTNAME}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://libtom.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://libtom.org/
COMMENT= Tom St Denis's cryptographic library
LICENSE= public-domain
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
MAKE_FILE= makefile.shared
MAKE_ENV+= CFLAGS_OPTS="-DUSE_LTM -DLTM_DESC"
BUILD_TARGET= default
AUTO_MKDIRS= yes
.include "../../math/ltm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"