2000-06-13 16:03:40 +02:00
|
|
|
# New ports collection makefile for: gnome-look
|
|
|
|
# Date Created: 10 June 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-look
|
|
|
|
PORTVERSION= 0.1.3
|
|
|
|
CATEGORIES= x11-toolkits
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-06-13 16:03:40 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environment
|
2000-06-13 16:03:40 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-06-13 16:03:40 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|