blob: d1705dd8a023d9b6b32ed4e1656666f2ce6d9caa (
plain) (
tree)
|
|
# New ports collection makefile for: cairo-gtk-engine
# Date created: 2005-07-04
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-themes/cairo-gtk-engine/Makefile,v 1.3 2006/05/06 08:53:17 marcus Exp $
PORTNAME= cairo-gtk-engine
PORTVERSION= 0.0.0
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~ahze/distfiles/
MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= Cairo-gtk theme engine and themes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtk20
.include <bsd.port.mk>
|