pkgsrc/x11/xforms/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00

26 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.51 2004/10/03 00:18:39 tv Exp $
#
DISTNAME= xforms-1.0-release
PKGNAME= xforms-1.0
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/ \
http://archive.cs.uu.nl/mirror/XFORMS/OpenSource/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://world.std.com/~xforms/
COMMENT= Graphical user interface toolkit for X Window System
USE_BUILDLINK3= YES
USE_IMAKE= YES
MAKE_ENV= DEPEND_DEFINES="${CPPFLAGS}"
SCRIPTS_ENV= DEPEND_DEFINES="${CPPFLAGS}"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"