2008-07-16 19:30:35 +02:00
|
|
|
# New ports collection makefile for: Gnocky
|
|
|
|
# Date created: 16 Jul 2008
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnocky
|
2010-06-22 12:21:18 +02:00
|
|
|
PORTVERSION= 0.0.7
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2008-07-16 19:30:35 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= http://www.gnokii.org/download/gnocky/
|
|
|
|
|
2010-06-22 12:21:18 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-07-16 19:30:35 +02:00
|
|
|
COMMENT= A graphical (GTK+2) frontend for gnokii
|
|
|
|
|
2011-01-26 14:47:47 +01:00
|
|
|
LIB_DEPENDS= gnokii.7:${PORTSDIR}/comms/gnokii
|
2008-07-16 19:30:35 +02:00
|
|
|
|
2010-06-22 12:21:18 +02:00
|
|
|
USE_BZIP2= yes
|
2008-07-16 19:30:35 +02:00
|
|
|
USE_GNOME= gtk20 libglade2
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-07-16 19:30:35 +02:00
|
|
|
|
|
|
|
OPTIONS= NLS "Build with Native Language Support" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|