090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# New ports collection makefile for: geramik
|
|
# Date created: 04 January 2003
|
|
# Whom: hdc <haesu@towardex.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geramik
|
|
PORTVERSION= 0.27
|
|
PORTREVISION= 3
|
|
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>
|