a3f64ab057
PR: 111873 Submitted by: miwi Approved by: maintainer
37 lines
899 B
Makefile
37 lines
899 B
Makefile
# New ports collection makefile for: gtk-murrine-engine
|
|
# Date created: 2006-08-20
|
|
# Whom: Phillip Neumann <pneumann@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-murrine-engine
|
|
PORTVERSION= 0.52
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrie/
|
|
DISTNAME= murrine-${PORTVERSION}
|
|
|
|
MAINTAINER= pneumann@gmail.com
|
|
COMMENT= Murrine GTK+ 2.x cairo based engine
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
|
|
|
|
FETCH_CMD= /usr/bin/fetch
|
|
|
|
USE_BZIP2= yes
|
|
USE_GCC= 3.4+
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS= ANIMATION "Enable animation support" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_ANIMATION)
|
|
CONFIGURE_ARGS+=--enable-animation
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|