Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
25 lines
599 B
Makefile
25 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/06/02 01:17:59 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= gnet-1.1.8
|
|
PKGNAME= gnet1-1.1.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gnetlibrary.org/src/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.gnetlibrary.org/
|
|
COMMENT= simple network library (older version)
|
|
|
|
CONFLICTS= gnet<=1.1.8
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/gnet.pc.in
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
CONFIGURE_ARGS= --enable-glib2
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|