Index: head/audio/libofa/Makefile =================================================================== --- head/audio/libofa/Makefile (revision 429178) +++ head/audio/libofa/Makefile (revision 429179) @@ -1,35 +1,34 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= libofa PORTVERSION= 0.9.3 PORTREVISION= 10 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org -COMMENT= The Open Fingerprint Architecture Library +COMMENT= Open Fingerprint Architecture Library LICENSE= APL1 GPLv2 LICENSE_COMB= dual LICENSE_GROUPS_APL1= OSI LICENSE_NAME_APL1= Adaptive Public License version 1.0 LICENSE_FILE_APL1= ${WRKSRC}/COPYING LICENSE_PERMS_APL1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libfftw3.so:math/fftw3 \ libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl +DEPRECATED= MusicDNS service has been discontinued + USE_GITHUB= yes GH_ACCOUNT= tanob GH_TAGNAME= b75e45e -PROJECTHOST= musicip-libofa -USES= dos2unix libtool pathfix +USES= dos2unix libtool localbase pathfix GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include