freebsd-ports/audio/liba52-devel/files/Makefile
Mario Sergio Fujikawa Ferreira 6a48d19295 - After repo copy from audio/liba52: update to ffmpeg snapshot
2005112800
- This port liba52-devel will provide the very latest liba52 from
  multimedia/ffmpeg-devel port distfiles with all the latest
  optimizations. Unfortunaly, there has been some API changes which
  prevent it from being an update to the standard audio/liba52 port.

Repo copied by:	marcus
2005-12-12 18:47:49 +00:00

23 lines
507 B
Makefile

# $FreeBSD$
LIB= a52-devel
SHLIB_MAJOR= ${LIB_VERSION}
SHLIB_MINOR= 0
CFLAGS+= -I${.CURDIR}
SRCS= bit_allocate.c bitstream.c crc.c downmix.c imdct.c parse.c \
resample.c
INCS= a52.h a52_internal.h a52_util.h mm_accel.h
# idea taken from port security/libparanoia
# hacks around <bsd.lib.mk>, which ignores PREFIX
.if defined(PREFIX)
DESTDIR= ${PREFIX}/
.else
DESTDIR= /usr/local/
.endif
INCSDIR= include/a52dec-devel/
INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API
LIBDIR= lib/
.include <bsd.lib.mk>