blob: 4d4dd07ce04b843156fc08e406020df50fdaa4d3 (
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.1 2005/07/04 06:33:15 ahze Exp $
PORTNAME= cairo-gtk-engine
PORTVERSION= 0.0.0
PORTREVISION= 1
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
USE_X_PREFIX= yes
.include <bsd.port.mk>
|