aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/xenophilia/Makefile
blob: a3e856502db7639e43d6b804a7c044f031ab9af1 (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
24
25
26
27
# New ports collection makefile for:    xenophilia
# Date Created:             1 June 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xenophilia
PORTVERSION=    0.4
CATEGORIES= x11-toolkits
MASTER_SITES=   http://www.obsession.se/johan/gtk/
DISTNAME=   Xenophilia-${PORTVERSION}

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_X_PREFIX=   yes
MAKE_ENV=   GTK_CONFIG="${GTK_CONFIG}"
ALL_TARGET= # empty

pre-install:
        @${MKDIR} ${PREFIX}/lib/gtk/themes/engines

.include <bsd.port.mk>