aboutsummaryrefslogtreecommitdiff
path: root/misc/freedialog
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 18:56:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 18:56:24 +0000
commita02531d9f9d850d58d91c4bc5eba254c10d6096c (patch)
treef5d0a91d752ae67af1556e62173b5eeaf8918d42 /misc/freedialog
parente8adb04ed4de4e8a7a69a74277f54480c4c2cfd7 (diff)
downloadports-a02531d9f9d850d58d91c4bc5eba254c10d6096c.tar.gz
ports-a02531d9f9d850d58d91c4bc5eba254c10d6096c.zip
Notes
Diffstat (limited to 'misc/freedialog')
-rw-r--r--misc/freedialog/Makefile25
-rw-r--r--misc/freedialog/distinfo1
-rw-r--r--misc/freedialog/files/patch-aa11
-rw-r--r--misc/freedialog/pkg-comment1
-rw-r--r--misc/freedialog/pkg-descr3
-rw-r--r--misc/freedialog/pkg-plist1
6 files changed, 42 insertions, 0 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile
new file mode 100644
index 000000000000..d7354bb15580
--- /dev/null
+++ b/misc/freedialog/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: freedialog
+# Version required: 0.3
+# Date created: 30 October 1999
+# Whom: James Howard <howardj@wam.umd.edu>
+#
+# $FreeBSD$
+#
+
+DISTNAME= dialog-0.3
+PKGNAME= freedialog-0.3
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/dialog/ \
+ http://www.wam.umd.edu/~howardjp/software/dialog/ \
+ ftp://dragon.ham.muohio.edu/pub/howardjp/software/dialog/
+
+MAINTAINER= howardjp@wam.umd.edu
+
+BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
+
+MAN1= dialog.1
+
+post-extract:
+ @(cd ${WRKSRC}; ${RM} -f .depend)
+
+.include <bsd.port.mk>
diff --git a/misc/freedialog/distinfo b/misc/freedialog/distinfo
new file mode 100644
index 000000000000..6d943e8ac913
--- /dev/null
+++ b/misc/freedialog/distinfo
@@ -0,0 +1 @@
+MD5 (dialog-0.3.tar.gz) = f2c4bc3547415d30cefdbf7f6eb7b8da
diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa
new file mode 100644
index 000000000000..b6c961bb3f2b
--- /dev/null
+++ b/misc/freedialog/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Oct 30 19:06:26 1999
++++ Makefile Sat Oct 30 19:06:09 1999
+@@ -1,3 +1,8 @@
++DESTDIR= ${PREFIX}
++BINDIR= /bin
++MANDIR= /man/man
++NOMANCOMPRESS= 1
++
+ PROG= dialog
+ SRCS= dialog.c
+
diff --git a/misc/freedialog/pkg-comment b/misc/freedialog/pkg-comment
new file mode 100644
index 000000000000..98e6c1241ffc
--- /dev/null
+++ b/misc/freedialog/pkg-comment
@@ -0,0 +1 @@
+An implementation of dialog(1) under a BSD-friendly license
diff --git a/misc/freedialog/pkg-descr b/misc/freedialog/pkg-descr
new file mode 100644
index 000000000000..5ab935e9cd7d
--- /dev/null
+++ b/misc/freedialog/pkg-descr
@@ -0,0 +1,3 @@
+This is an implementation of dialog(1) intended as a replacement for
+FreeBSD's GNU dialog. GNU dialog falls under GPL, while this implementation
+is under a BSD-friendly licence.
diff --git a/misc/freedialog/pkg-plist b/misc/freedialog/pkg-plist
new file mode 100644
index 000000000000..a6506be4f2df
--- /dev/null
+++ b/misc/freedialog/pkg-plist
@@ -0,0 +1 @@
+bin/dialog