aboutsummaryrefslogtreecommitdiff
path: root/audio/ifp-line
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-11 17:25:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-11 17:25:15 +0000
commit406cfb17b05a005e3828c25f20e7837ae64ebe79 (patch)
tree4fc7bda6a3101dc7ab24cac9cc5601d4ca8a389b /audio/ifp-line
parent2255f1b6992ec8a8815474e277ae9a05229f1c3e (diff)
downloadports-406cfb17b05a005e3828c25f20e7837ae64ebe79.tar.gz
ports-406cfb17b05a005e3828c25f20e7837ae64ebe79.zip
- Add LICENSE_FILE
- Switch to USES=autoreconf
Notes
Notes: svn path=/head/; revision=393950
Diffstat (limited to 'audio/ifp-line')
-rw-r--r--audio/ifp-line/Makefile6
-rw-r--r--audio/ifp-line/files/patch-Makefile.am11
2 files changed, 14 insertions, 3 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile
index fcc31ad0af65..23c34365452a 100644
--- a/audio/ifp-line/Makefile
+++ b/audio/ifp-line/Makefile
@@ -10,10 +10,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Command line interface to iRiver music players
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= iconv
-USE_AUTOTOOLS= aclocal autoheader automake autoconf
-ACLOCAL_ARGS= -I m4
+USES= autoreconf iconv
+GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/ifp-line/files/patch-Makefile.am b/audio/ifp-line/files/patch-Makefile.am
new file mode 100644
index 000000000000..2d2df98fb63a
--- /dev/null
+++ b/audio/ifp-line/files/patch-Makefile.am
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2005-12-10 07:35:04 UTC
++++ Makefile.am
+@@ -2,6 +2,8 @@
+
+ EXTRA_DIST = $(man1_MANS) $(pkgdata_DATA)
+
++ACLOCAL_AMFLAGS = -I m4
++
+ bin_PROGRAMS = ifp
+ ifp_SOURCES = ifp.c ifp_routines.c ifp_routines.h
+ ifp_CFLAGS = @LIBUSB_CFLAGS@