2003-12-07 14:14:21 +00:00
|
|
|
# New ports collection makefile for: mpio-driver
|
|
|
|
# Date created: 19 Jun 2003
|
|
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpiosh
|
2004-05-31 12:20:13 +00:00
|
|
|
PORTVERSION= 0.7.1.p2
|
2003-12-07 14:14:21 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mpio
|
2004-05-31 12:20:13 +00:00
|
|
|
DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
|
2003-12-07 14:14:21 +00:00
|
|
|
|
|
|
|
MAINTAINER= asa@gascom.ru
|
|
|
|
COMMENT= Digit@lway MPIO MP3 player tool
|
|
|
|
|
2004-05-31 12:20:13 +00:00
|
|
|
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
|
2003-12-07 14:14:21 +00:00
|
|
|
|
2004-03-30 19:20:22 +00:00
|
|
|
USE_ICONV= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER= 13
|
2003-12-07 14:14:21 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-05-31 12:20:13 +00:00
|
|
|
.include <bsd.port.mk>
|