pkgsrc/audio/libifp/Makefile
jperkin 9c51592bc2 *: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
2022-08-09 12:08:27 +00:00

24 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.10 2022/08/09 12:08:33 jperkin Exp $
#
DISTNAME= libifp-1.0.0.2
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ifp-driver.sourceforge.net/
COMMENT= General-purpose library-driver for iRiver's iFP portable players
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libusb=${BUILDLINK_PREFIX.libusb}
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_FEATURES+= fts_open
CFLAGS.SunOS+= -fPIC
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/libusb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"