diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-07-29 01:09:27 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-07-29 01:09:27 +0000 |
commit | dfcc7d0d5e8bc92cf7581f977455730139484df5 (patch) | |
tree | 8a63cb5ab97821721c07a9878943821442604541 /audio/libofa | |
parent | - Fix LATEST_LINK after renaming the ports mail/mutt to mail/mutt14 (diff) |
- Drop unneeded pkg-config dependency from audio/libofa
- Remove shlib versions from LIB_DEPENDS
- Add APL version 1.0 to LICENSE section (port can use APL1 or GPLv2)
PR: ports/170216
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Diffstat (limited to 'audio/libofa')
-rw-r--r-- | audio/libofa/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 5f414356be5c..12a6393b64ed 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -14,17 +14,21 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= bsdkaffee@gmail.com COMMENT= The Open Fingerprint Architecture Library -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +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= ${_LICENSE_PERMS_DEFAULT} LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - expat.6:${PORTSDIR}/textproc/expat2 \ - curl.6:${PORTSDIR}/ftp/curl + expat:${PORTSDIR}/textproc/expat2 \ + curl:${PORTSDIR}/ftp/curl PROJECTHOST= musicip-libofa USE_DOS2UNIX= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |