freebsd-ports/audio/gsm/Makefile
Emanuel Haupt 61dc7b4adb - Support staging
- Strip shared object
- Respect CFLAGS
2014-02-12 21:49:57 +00:00

22 lines
513 B
Makefile

# Created by: pst
# $FreeBSD$
PORTNAME= gsm
PORTVERSION= 1.0.13
CATEGORIES= audio
MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \
http://www.imagemagick.org/download/delegates/ffmpeg/ \
http://www.quut.com/gsm/ \
http://downloads.openwrt.org/sources/
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Audio converter and library for converting u-law to gsm encoding
WRKSRC= ${WRKDIR}/gsm-1.0-pl13
USE_LDCONFIG= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*so*
.include <bsd.port.mk>