svn commit: r311676 - in head/audio/ifp-line: . files
Martin Wilke
miwi at FreeBSD.org
Tue Feb 5 09:11:21 UTC 2013
Author: miwi
Date: Tue Feb 5 09:11:19 2013
New Revision: 311676
URL: http://svnweb.freebsd.org/changeset/ports/311676
Log:
- Update to 0.38
PR: 175594
Submitted by: Ports Fury
Deleted:
head/audio/ifp-line/files/patch-Makefile
Modified:
head/audio/ifp-line/Makefile (contents, props changed)
head/audio/ifp-line/distinfo (contents, props changed)
Modified: head/audio/ifp-line/Makefile
==============================================================================
--- head/audio/ifp-line/Makefile Tue Feb 5 09:10:32 2013 (r311675)
+++ head/audio/ifp-line/Makefile Tue Feb 5 09:11:19 2013 (r311676)
@@ -1,36 +1,47 @@
-# ex:ts=8
-# New ports collection makefile for: ifp-line
-# Date created: Sep 21, 2004
-# Whom: riggs
-#
+# Created by: riggs
# $FreeBSD$
-#
PORTNAME= ifp-line
-PORTVERSION= 0.2.4.6
+PORTVERSION= 0.3
CATEGORIES= audio
MASTER_SITES= SF/ifp-driver/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Command line interface to iRiver music players
-MAN1= ifp.1
+LICENSE= GPLv2
+
+USE_ICONV= yes
+USE_AUTOTOOLS= aclocal autoheader automake autoconf
+ACLOCAL_ARGS= -I m4
+MAKE_JOBS_UNSAFE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+MAN1= ifp.1
+PORTDOCS= NEWS README TIPS nonroot.sh
PLIST_FILES+= bin/ifp
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
+.else
+LDFLAGS+= -lusb
.endif
post-patch:
-.if ${OSVERSION} >= 800069
- @${REINPLACE_CMD} -E -e 's,`libusb-config --cflags`,,g' \
- -e 's,`libusb-config --libs`,-lusb,g' ${WRKSRC}/Makefile
-.endif
+ @${REINPLACE_CMD} -e \
+ '/LIBUSB/s|ERROR|WARN|' ${WRKSRC}/configure.ac
-post-install:
- @${CAT} ${.CURDIR}/pkg-message
+do-install:
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ifp ${PREFIX}/bin)
+ (cd ${WRKSRC} && ${INSTALL_MAN} ifp.1 ${MANPREFIX}/man/man1)
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
+.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
Modified: head/audio/ifp-line/distinfo
==============================================================================
--- head/audio/ifp-line/distinfo Tue Feb 5 09:10:32 2013 (r311675)
+++ head/audio/ifp-line/distinfo Tue Feb 5 09:11:19 2013 (r311676)
@@ -1,2 +1,2 @@
-SHA256 (ifp-line-0.2.4.6.tar.gz) = db2851958303b0b67167c1f5ad13dae78af4dd8da95e23fcc15272e90424f776
-SIZE (ifp-line-0.2.4.6.tar.gz) = 24699
+SHA256 (ifp-line-0.3.tar.gz) = 2d44807abbd5d2202d253b550b867dfa3776a71bf6d3f202b0f1254e66325257
+SIZE (ifp-line-0.3.tar.gz) = 138272
More information about the svn-ports-head
mailing list