openbsd-ports/x11/kde4/qimageblitz/Makefile

14 lines
347 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/08/31 08:22:05 jasper Exp $
2010-06-18 05:33:45 -04:00
VERSION = 0.0.4
COMMENT = image effects for kde
DISTNAME = qimageblitz-${VERSION}
2010-06-18 05:33:45 -04:00
EXTRACT_SUFX = .tar.bz2
2010-06-18 05:33:45 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qimageblitz/}
SHARED_LIBS += qimageblitz 0.0 # .4.0
2010-07-10 12:57:22 -04:00
WANTLIB += c lib/qt4/QtGui m pthread stdc++
.include <bsd.port.mk>