diff options
-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 |