c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
25 lines
665 B
Makefile
25 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:25 tv Exp $
|
|
#
|
|
|
|
DISTNAME= bk_edit-0.6.23
|
|
PKGNAME= ${DISTNAME:S/_//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www2.fht-esslingen.de/~clfuit00/sasnt/bk_edit/
|
|
COMMENT= Bookmark manager and editor
|
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
USE_BUILDLINK3= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
MAKE_ENV+= PKG_CFLAGS=${CFLAGS:Q}
|
|
MAKE_ENV+= PKG_LDFLAGS=${LDFLAGS:Q}
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|