diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-07-29 09:09:27 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-07-29 09:09:27 +0800 |
commit | f8c7e013c1c75f2eed81e17aca698671c548c961 (patch) | |
tree | 8a63cb5ab97821721c07a9878943821442604541 /audio/libofa | |
parent | e87e5248aa7093e3d8523d7b73fceeb5050bb521 (diff) | |
download | freebsd-ports-graphics-f8c7e013c1c75f2eed81e17aca698671c548c961.tar.gz freebsd-ports-graphics-f8c7e013c1c75f2eed81e17aca698671c548c961.tar.zst freebsd-ports-graphics-f8c7e013c1c75f2eed81e17aca698671c548c961.zip |
- 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 5f414356be5..12a6393b64e 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 |