diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 13:57:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 13:57:25 +0000 |
commit | 44a8f13886b7f3d0b789a850834763bb725b0507 (patch) | |
tree | 6f8ce7c70d12e692e6858d0a8250830333ebf5db /math | |
parent | c9971db45494b28384a76a8aceb1e6066cc9e6c0 (diff) | |
download | pkgsrc-44a8f13886b7f3d0b789a850834763bb725b0507.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math')
-rw-r--r-- | math/ltm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 5ecaf265a99..6b9b9624756 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 13:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/30 13:57:25 minskim Exp $ # DISTNAME= ltm-0.30 @@ -10,11 +10,15 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://math.libtomcrypt.org/ COMMENT= Number theoretic multiple-precision integer library +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/libtommath-0.30 USE_BUILDLINK3= yes MAKEFILE= makefile ALL_TARGET= default +INSTALLATION_DIRS= include lib + do-install: ${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libtommath.a ${PREFIX}/lib |