diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:25:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:25:15 +0800 |
commit | c4f471e7acde29e9100d0a0d33a6b186c3ae3871 (patch) | |
tree | 4fc7bda6a3101dc7ab24cac9cc5601d4ca8a389b /audio | |
parent | df36ccb8882f396818e681fe5f9e2a83eb73e9e8 (diff) | |
download | freebsd-ports-gnome-c4f471e7acde29e9100d0a0d33a6b186c3ae3871.tar.gz freebsd-ports-gnome-c4f471e7acde29e9100d0a0d33a6b186c3ae3871.tar.zst freebsd-ports-gnome-c4f471e7acde29e9100d0a0d33a6b186c3ae3871.zip |
- Add LICENSE_FILE
- Switch to USES=autoreconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ifp-line/Makefile | 6 | ||||
-rw-r--r-- | audio/ifp-line/files/patch-Makefile.am | 11 |
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@ |