diff options
author | minskim <minskim> | 2004-07-30 13:57:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-30 13:57:25 +0000 |
commit | d54dbeb8c279907b109a9272a8596adf88aecd8a (patch) | |
tree | 6f8ce7c70d12e692e6858d0a8250830333ebf5db /math/ltm | |
parent | eb7550bc0d39ac08adb46952329df8ae440c0918 (diff) | |
download | pkgsrc-d54dbeb8c279907b109a9272a8596adf88aecd8a.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math/ltm')
-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 |