mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0e9cc421df
installation. Submitted by: bento
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# 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
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET=
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/lib/gtk/themes/engines
|
|
|
|
.include <bsd.port.mk>
|