2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Michael Johnson <ahze@ahze.net>
|
2004-10-12 15:07:09 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
|
2004-10-12 15:07:09 +02:00
|
|
|
|
|
|
|
PORTNAME= glitz
|
2006-10-14 10:35:50 +02:00
|
|
|
PORTVERSION= 0.5.6
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 6
|
2004-10-12 15:07:09 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-16 06:36:49 +01:00
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2005-03-19 09:43:01 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-10-12 15:07:09 +02:00
|
|
|
COMMENT= OpenGL image compositing library
|
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= libtool:keepla pathfix
|
2004-10-12 15:07:09 +02:00
|
|
|
USE_GL= yes
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= xt
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-11 17:51:46 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2015-03-25 21:09:42 +01:00
|
|
|
LDFLAGS+= -lpthread
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|