openbsd-ports/audio/gsm/Makefile
sthen 5ac36f395d update to gsm-1.0.14 - basically a noop, rolling in something we had patched
anyway and no other changes. While there, reorder Makefile, regen PLIST (no
need for PFRAG.shared) and take maintainer.
2015-03-16 09:43:29 +00:00

35 lines
661 B
Makefile

# $OpenBSD: Makefile,v 1.43 2015/03/16 09:43:29 sthen Exp $
COMMENT= u-law to gsm encoding audio converter and library
DISTNAME= gsm-1.0.14
WRKDIST= ${WRKDIR}/gsm-1.0-pl14
SHARED_LIBS= gsm 1.0
CATEGORIES= audio
HOMEPAGE= http://www.quut.com/gsm/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
MASTER_SITES= ${HOMEPAGE}
MAKE_FLAGS= CC="${CC}" DEBUG="${CFLAGS}" LDINC='-L$$(LIB)' \
LIBgsm_VERSION=${LIBgsm_VERSION}
FAKE_FLAGS= INSTALL_ROOT="${WRKINST}${PREFIX}"
NO_TEST= Yes
.include <bsd.port.mk>
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
MAKE_ENV+= NO_SHARED_LIBS=Yes
.endif