aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-10 03:35:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-10 03:35:56 +0000
commite752691f92dd43acd7e0c8e1d651d7df4da97b1f (patch)
tree827fbdbde050c726f73beda8c28cde6efa688703 /misc
parentb4019e0dfc189d8967959868f3e9e782a281bbf9 (diff)
downloadports-e752691f92dd43acd7e0c8e1d651d7df4da97b1f.tar.gz
ports-e752691f92dd43acd7e0c8e1d651d7df4da97b1f.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/freedialog/Makefile8
-rw-r--r--misc/freedialog/files/patch-aa12
2 files changed, 11 insertions, 9 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile
index 7e21d2e073bd..7896abe4c51d 100644
--- a/misc/freedialog/Makefile
+++ b/misc/freedialog/Makefile
@@ -8,16 +8,12 @@
PORTNAME= freedialog
PORTVERSION= 0.3
CATEGORIES= misc
-MASTER_SITES= http://www.vocito.com/downloads/software/dialog/
+MASTER_SITES= ftp://ftp.jameshoward.us/pub/howardjp/dialog/
DISTNAME= dialog-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jh@jameshoward.us
COMMENT= An implementation of dialog(1) under a BSD-friendly license
-BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
-
-CFLAGS+= -I${LOCALBASE}/include/freelibiberty
-
MAN1= dialog.1
PLIST_FILES= bin/dialog
diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa
index e5db8832e905..1194307dd04f 100644
--- a/misc/freedialog/files/patch-aa
+++ b/misc/freedialog/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Sat Oct 30 19:06:26 1999
-+++ Makefile Sat Oct 30 19:06:09 1999
-@@ -1,3 +1,8 @@
+--- Makefile.orig 1999-10-30 17:40:50.000000000 -0500
++++ Makefile 2010-06-08 20:29:51.000000000 -0500
+@@ -1,8 +1,13 @@
+DESTDIR= ${PREFIX}
+BINDIR= /bin
+MANDIR= /man/man
@@ -9,3 +9,9 @@
PROG= dialog
SRCS= dialog.c
+ CFLAGS+= -I/usr/local/include -Wall -pedantic
+
+-LDADD= -ldialog -L/usr/local/lib/ -liberty
++LDADD= -ldialog
+
+ .include <bsd.prog.mk>