pkgsrc-wip/ccrtp/Makefile
Thomas Klausner 97edce6b42 Add explicit openssl dependency. Remove fortran from languages.
Remove superfluous CPPFLAGS now that commoncpp2 is installed in
its default location.
2007-09-08 16:53:04 +00:00

22 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/09/08 16:53:04 thomasklausner Exp $
#
DISTNAME= ccrtp-1.5.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://wiki.gnutelephony.org/
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../wip/commoncpp2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"