mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
PORTNAME= libmms
|
|
PORTVERSION= 0.6.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cpe gettext libtool pathfix pkgconfig
|
|
CPE_VENDOR= libmms_project
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|