freebsd-ports/audio/rio500/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

27 lines
600 B
Makefile

# Created by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
# $FreeBSD$
PORTNAME= rio500
PORTVERSION= 0.7
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for Diamond Rio500
USE_GNOME= glib12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-devicepath='/dev' \
--with-deviceentry='urio0' \
--with-id3support
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,byteswap.h,sys/endian.h," \
${WRKSRC}/lib/libfon.c \
${WRKSRC}/lib/librio500.c
${REINPLACE_CMD} -e "s,getopt.h,," ${WRKSRC}/include/Makefile.in
.include <bsd.port.post.mk>