2000-06-01 08:04:42 +00:00
|
|
|
# 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
|
|
|
|
|
2000-07-07 19:59:26 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
2000-06-01 08:04:42 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-07-07 19:59:26 +00:00
|
|
|
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
ALL_TARGET= # empty
|
2000-06-01 08:04:42 +00:00
|
|
|
|
2000-06-06 07:29:52 +00:00
|
|
|
pre-install:
|
|
|
|
@${MKDIR} ${PREFIX}/lib/gtk/themes/engines
|
|
|
|
|
2000-06-01 08:04:42 +00:00
|
|
|
.include <bsd.port.mk>
|