aboutsummaryrefslogtreecommitdiff
path: root/audio/rexima
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 14:09:27 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 14:09:27 +0000
commitc01550b3bf46905d2b6c67753b18bb7a10243d61 (patch)
tree4571f7dbabba63f9607a882c569d943b343aab6a /audio/rexima
parent5d93ddcb6251cf936ba16682980a4f8c9df2c1f1 (diff)
downloadports-c01550b3bf46905d2b6c67753b18bb7a10243d61.tar.gz
ports-c01550b3bf46905d2b6c67753b18bb7a10243d61.zip
audio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=407640
Diffstat (limited to 'audio/rexima')
-rw-r--r--audio/rexima/Makefile1
-rw-r--r--audio/rexima/files/patch-Makefile12
2 files changed, 9 insertions, 4 deletions
diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile
index abb28fe30ce6..f0ad07e81e25 100644
--- a/audio/rexima/Makefile
+++ b/audio/rexima/Makefile
@@ -11,6 +11,7 @@ COMMENT= ncurses-based console mixer
LICENSE= GPLv2
+USES= ncurses
PLIST_FILES= bin/rexima man/man1/rexima.1.gz
.include <bsd.port.mk>
diff --git a/audio/rexima/files/patch-Makefile b/audio/rexima/files/patch-Makefile
index 8def897e94d9..cecc7cf4cfff 100644
--- a/audio/rexima/files/patch-Makefile
+++ b/audio/rexima/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2003-06-30 14:45:27.000000000 +0200
-+++ Makefile 2014-02-16 12:01:21.454847187 +0100
+--- Makefile.orig 2003-06-30 12:45:27 UTC
++++ Makefile
@@ -1,13 +1,12 @@
# Makefile - makefile for rexima
@@ -16,8 +16,12 @@
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man/man1
-@@ -20,11 +19,11 @@
- $(CC) $(CFLAGS) -o rexima rexima.o -lncurses
+@@ -17,14 +16,14 @@ MANDIR=$(PREFIX)/man/man1
+ all: rexima
+
+ rexima: rexima.o
+- $(CC) $(CFLAGS) -o rexima rexima.o -lncurses
++ $(CC) $(CFLAGS) -o rexima rexima.o $(LDFLAGS) -lncurses
installdirs:
- /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)