pkgsrc-wip/libobby/Makefile
2006-08-10 12:38:49 +00:00

30 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/08/10 12:38:49 absd Exp $
#
DISTNAME= obby-0.3.0
PKGNAME= libobby-0.3.0
CATEGORIES= devel net
MASTER_SITES= http://releases.0x539.de/obby/
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://releases.0x539.de/obby/
COMMENT= Synced document buffers library
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/obby-0.3.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
.include "options.mk"
pre-install:
${INSTALL_LIB_DIR} ${PREFIX}/include/obby/serialise
PLIST_SRC+= ${PKGDIR}/PLIST.common
.include "../../wip/net6/buildlink3.mk"
.include "../../devel/libsigc++2/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"