freebsd-ports/net/libmms/Makefile
Dmitry Marakasov df40d06c80 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-20 18:26:35 +00:00

22 lines
451 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmms
PORTVERSION= 0.6.3
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for parsing mms:// and mmsh:// type network streams
LICENSE= LGPL21
USES= gettext libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>