mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
29 lines
636 B
Makefile
29 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/01/16 13:32:10 drochner Exp $
|
|
|
|
DISTNAME= crypt-1.17
|
|
PKGNAME= libtom${DISTNAME}
|
|
PKGREVISION= 2
|
|
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"
|