pkgsrc-wip/libobby/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

30 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/10/29 08:32:46 shattered 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"