summaryrefslogtreecommitdiff
path: root/math/heirloom-factor
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-28 08:40:58 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-28 08:40:58 +0000
commit3344d01516c62b6ff2b3e521b6f47375eab88416 (patch)
tree4a40c78ca8fd483a031c10a3e8d6c9f0fc5ed29b /math/heirloom-factor
parent48639e587ecef3657bd166fd940bd1900c0f7d8d (diff)
downloadpkgsrc-3344d01516c62b6ff2b3e521b6f47375eab88416.tar.gz
heirloom part
Diffstat (limited to 'math/heirloom-factor')
-rw-r--r--math/heirloom-factor/DESCR1
-rw-r--r--math/heirloom-factor/Makefile14
-rw-r--r--math/heirloom-factor/PLIST3
3 files changed, 18 insertions, 0 deletions
diff --git a/math/heirloom-factor/DESCR b/math/heirloom-factor/DESCR
new file mode 100644
index 00000000000..6a30fad1210
--- /dev/null
+++ b/math/heirloom-factor/DESCR
@@ -0,0 +1 @@
+This package provides 'factor' utility.
diff --git a/math/heirloom-factor/Makefile b/math/heirloom-factor/Makefile
new file mode 100644
index 00000000000..cbe85d1a38a
--- /dev/null
+++ b/math/heirloom-factor/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:40:58 cheusov Exp $
+
+PKGNAME= heirloom-factor-${HEIRLOOM_VER}
+CATEGORIES= math
+LICENSE= original-bsd
+
+MAKE_FLAGS+= SUBDIRS="build factor"
+
+.include "../../sysutils/heirloom-doc/Makefile.common"
+
+DESCR_SRC+= DESCR
+
+.include "../../devel/heirloom-libcommon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/heirloom-factor/PLIST b/math/heirloom-factor/PLIST
new file mode 100644
index 00000000000..cd983dadc05
--- /dev/null
+++ b/math/heirloom-factor/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:40:58 cheusov Exp $
+${HLROOT}/bin/factor
+${HLROOT}/man/man1/factor.1