Makefile 619 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.6 2015/03/16 18:07:36 naddy Exp $
  2. COMMENT= implementation of the Adaptive Multi Rate speech codec
  3. DISTNAME= opencore-amr-0.1.3
  4. REVISION= 0
  5. SHARED_LIBS += opencore-amrnb 0.0 # .0.3
  6. SHARED_LIBS += opencore-amrwb 0.0 # .0.3
  7. CATEGORIES= audio
  8. HOMEPAGE= http://opencore-amr.sourceforge.net/
  9. MAINTAINER= Jan Stary <hans@stare.cz>
  10. # Apache 2.0
  11. PERMIT_PACKAGE_CDROM= http://www.voiceage.com/amr_licterms.php
  12. PERMIT_PACKAGE_FTP= Yes
  13. WANTLIB += m
  14. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
  15. SEPARATE_BUILD= yes
  16. CONFIGURE_STYLE= gnu
  17. .include <bsd.port.mk>