ports/benchmarks/gtkperf/Makefile
Po-Chuan Hsieh 7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00

25 lines
537 B
Makefile

PORTNAME= gtkperf
PORTVERSION= 0.40
PORTREVISION= 11
CATEGORIES= benchmarks
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Measure your system's GTK performance
WWW= http://gtkperf.sourceforge.net
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gnomeprefix
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>