1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/ifp-line/Makefile
Yen-Ming Lee 7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00

28 lines
490 B
Makefile

# ex:ts=8
# New ports collection makefile for: ifp-line
# Date created: Sep 21, 2004
# Whom: riggs
#
# $FreeBSD$
#
PORTNAME= ifp-line
PORTVERSION= 0.2.4.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ifp-driver
MAINTAINER= riggs@rrr.de
COMMENT= Command line interface to iRiver music players
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
MAN1= ifp.1
PLIST_FILES+= bin/ifp
post-install:
@${CAT} ${.CURDIR}/pkg-message
.include <bsd.port.mk>