blob: 2e75508c93c12863ae9e33190cd2ba10af6517db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
PORTNAME= ubuntulooks
PORTVERSION= 0.9.12
PORTREVISION= 9
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= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:x11-themes/gtk-engines2
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:x11-themes/gtk-engines2
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USE_GNOME= gtk20
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|