blob: 756d8dbb39d61ff2f108d91f6963c6553740f149 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gtk-thinice-engine
# Date Created: 04 February 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-thinice-engine
PORTVERSION= 2.0.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A simple, clean theme engine
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOME= gnomehack gnometarget gtk20
.include <bsd.port.mk>
|