pkgsrc/graphics/tgif/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

33 lines
888 B
Makefile

# $NetBSD: Makefile,v 1.46 2004/10/03 00:14:58 tv Exp $
#
DISTNAME= tgif-4.1.43
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/free-of-charge/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://bourbon.usc.edu:8001/tgif/tgif.html
COMMENT= Fully-featured X11 drawing program
USE_BUILDLINK3= yes
USE_IMAKE= yes
PTHREAD_OPTS+= require
# avoid "xmkmf -a" on Solaris which runs makedepend because the
# openwindows makedepend program can't handle the number of
# files. We should probably have a replacement makedepend in
# pkgsrc.
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
XMKMF= ${XMKMF_CMD}
.endif
post-patch::
@${RM} -f ${WRKSRC}/Tgif.tmpl
@${CP} ${WRKSRC}/Tgif.tmpl-${LOWER_OPSYS} ${WRKSRC}/Tgif.tmpl
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"