diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-22 20:48:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-22 20:48:42 +0000 |
commit | 234516a9b1c821ec05ce462993b1259ce5edd682 (patch) | |
tree | 91d4fe3469e8ec76548b39c265f7638daa1a962f /archivers/arj | |
parent | 1eba4aea12c41a61de96a2ce7ace3a170f52419c (diff) | |
download | pkgsrc-234516a9b1c821ec05ce462993b1259ce5edd682.tar.gz |
- Use buildlink framework.
- Enable pkgviews installation.
Diffstat (limited to 'archivers/arj')
-rw-r--r-- | archivers/arj/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 9cbcaac10f1..34d21cdf128 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/22 20:16:58 dillo Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/22 20:48:42 minskim Exp $ # FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp DISTNAME= arj-3.10.20 @@ -9,6 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://arj.sourceforge.net/ COMMENT= Open-source ARJ +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure |