mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9746d6524b
graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
|
|
|
|
PORTNAME= glitz
|
|
PORTVERSION= 0.5.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= OpenGL image compositing library
|
|
|
|
USES= libtool:keepla pathfix
|
|
USE_GL= yes
|
|
USE_XORG= xt
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
LDFLAGS+= -lpthread
|
|
|
|
.include <bsd.port.mk>
|