26 lines
684 B
Makefile
26 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/02/16 19:31:25 hans Exp $
|
|
#
|
|
|
|
DISTNAME= libmms-0.6
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmms/}
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://sourceforge.net/projects/libmms
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CPPFLAGS.SunOS+= -Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t
|
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig/libmms.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|