freebsd-ports/x11-themes/ubuntulooks/Makefile

23 lines
662 B
Makefile
Raw Normal View History

2013-09-03 00:50:21 +02:00
# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
PORTNAME= ubuntulooks
PORTVERSION= 0.9.12
2012-06-01 07:26:28 +02:00
PORTREVISION= 8
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:${PORTSDIR}/x11-themes/gtk-engines2
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
GNU_CONFIGURE= yes
2014-01-27 10:06:26 +01:00
USES= pkgconfig gmake
USE_GNOME= gtk20
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>