blob: 61f3d7c487c80debce33431e79849c509f9b0b05 (
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: geramik
# Date created: 04 January 2003
# Whom: hdc <haesu@towardex.com>
#
# $FreeBSD$
#
PORTNAME= geramik
PORTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ \
http://distfiles.towardex.com/
DISTNAME= 3952-Geramik-${PORTVERSION}
MAINTAINER= haesu@TowardEX.com
COMMENT= A Keramik KDE styled theme for GTK
RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libqtpixmap.so:${PORTSDIR}/x11-toolkits/qtpixmap
WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.mk>
|