e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
25 lines
559 B
Makefile
25 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/06/13 22:44:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libview-0.6.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=view/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://view.sourceforge.net/
|
|
COMMENT= GTK+ widget collection
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libview.pc.in
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtkmm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|