diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index d1db92ddd7a2..a5573a384f72 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for Diamond Rio500 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-devicepath='/dev' \ --with-deviceentry='urio0' \ --with-id3support -.include - 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 +.include