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.
20 lines
476 B
Makefile
20 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:38 tv Exp $
|
|
#
|
|
|
|
DISTNAME= beaver-0.2.6
|
|
PKGREVISION= 4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://savannah.nongnu.org/download/beaver/
|
|
|
|
MAINTAINER= vincent.derrien@ahoup.net
|
|
HOMEPAGE= http://www.nongnu.org/beaver/
|
|
COMMENT= Lightweight GTK+ text editor with syntax highlighting
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_X11= YES
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|