aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/ubuntulooks/Makefile
blob: 5c5d2226a98556acfbcc98e444bb86481dfeee73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    ubuntulooks
# Date created:     2006-04-09
# Whom:         Phillip Neumann <pneumann@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   ubuntulooks
PORTVERSION=    0.9.11
CATEGORIES= x11-themes
MASTER_SITES=   http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= pneumann@gmail.com
COMMENT=    GTK+ 2.x engine from Ubuntu Dapper

BUILD_DEPENDS=  ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
RUN_DEPENDS=    ${BUILD_DEPENDS}

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gtk20
USE_X_PREFIX=   yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     does not compile
.endif

.include <bsd.port.post.mk>