pkgsrc/graphics/tgif/Makefile
jlam 75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00

23 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.36 2002/08/01 05:48:14 jlam Exp $
#
DISTNAME= tgif-4.1.42
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_IMAKE= yes
USE_X11= yes
PTHREAD_OPTS+= require
post-patch::
@${RM} -f ${WRKSRC}/Tgif.tmpl
@${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl
.include "../../graphics/jpeg/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/bsd.pkg.mk"