25 lines
571 B
Makefile
25 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:17 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= obby-0.4.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://releases.0x539.de/obby/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gobby.0x539.de/
|
|
COMMENT= Library for distributed editing
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= obby-0.4.pc.in
|
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../net/net6/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|