freebsd-ports/audio/libofa/Makefile
Jason E. Hale 7afa609aeb - Update MAINTAINER to my new FreeBSD.org address
Approved by:	makc (mentor)
2012-09-13 04:45:58 +00:00

38 lines
873 B
Makefile

# New ports collection makefile for: libofa
# Date created: 2006-04-01
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= libofa
PORTVERSION= 0.9.3
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= jhale@FreeBSD.org
COMMENT= The 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= ${_LICENSE_PERMS_DEFAULT}
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
expat:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
PROJECTHOST= musicip-libofa
USE_DOS2UNIX= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>