summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-05-28 08:40:58 +0000
committercheusov <cheusov>2011-05-28 08:40:58 +0000
commit15ab8b5d631bf9a89a9ff1ae204970f74c11abef (patch)
tree4a40c78ca8fd483a031c10a3e8d6c9f0fc5ed29b /math
parente59b8493eaaef4453161d99f2d98df9dfd887acc (diff)
downloadpkgsrc-15ab8b5d631bf9a89a9ff1ae204970f74c11abef.tar.gz
heirloom part
Diffstat (limited to 'math')
-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