7a4777dc53
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)
25 lines
537 B
Makefile
25 lines
537 B
Makefile
PORTNAME= gnocky
|
|
PORTVERSION= 0.0.7
|
|
PORTREVISION= 6
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.gnokii.org/download/gnocky/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical (GTK 2) frontend for gnokii
|
|
WWW= http://wiki.gnokii.org/index.php/Gnocky
|
|
|
|
LIB_DEPENDS= libgnokii.so:comms/gnokii
|
|
|
|
USES= gnome pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20 libglade2
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|