summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-04 12:37:39 +0000
committerLukc <lukc@upyum.com>2010-09-04 12:37:39 +0000
commit548133f33b66c35315c111498f2ac3ce9e51b1b0 (patch)
tree02c9f9d967ef43827b87153174e63ae77609efd5
parent7aead8b376ceba7d78adeca2d065553711901201 (diff)
downloadports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.gz
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.bz2
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.tar.xz
ports-548133f33b66c35315c111498f2ac3ce9e51b1b0.zip
ports port added. (uh uh)
-rw-r--r--ports/Pkgfile22
-rw-r--r--ports/contrib.rsync.inactive3
2 files changed, 25 insertions, 0 deletions
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644
index 0000000..35c7c58
--- /dev/null
+++ b/ports/Pkgfile
@@ -0,0 +1,22 @@
+description="CRUX ports system tools."
+packager="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
+maintainer="Lukc (XMPP/STMP: lukc AT upyum DOT com)"
+url=http://crux.nu
+depends=()
+
+name=ports
+version=1.5
+release=10
+source=(
+ http://crux.nu/files/tools/$name/$name-$version.tar.gz
+)
+build ()
+{
+ cd $name-$version;
+ make;
+ make DESTDIR=$PKG install;
+ mkdir -p $PKG/usr/share
+ if [[ $mandir != /usr/man ]]; then
+ mv $PKG/usr/man $PKG/usr/share
+ fi
+}
diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive
new file mode 100644
index 0000000..e84298f
--- /dev/null
+++ b/ports/contrib.rsync.inactive
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.7/contrib/
+destination=/usr/ports/contrib