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)
36 lines
899 B
Makefile
36 lines
899 B
Makefile
# New ports collection makefile for: gtkjournal
|
|
# Date created: 08 February 2004
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkjournal
|
|
PORTVERSION= 0.3.5.b
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://sourcefiles.org/Productivity_Tools/Diary/ \
|
|
LOCAL/beech
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Gtk+-2 journal/diary
|
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \
|
|
sqlite.2:${PORTSDIR}/databases/sqlite2 \
|
|
gtkspell:${PORTSDIR}/textproc/gtkspell
|
|
|
|
PLIST_FILES= bin/gtkjournal lib/libsqlitemm.a lib/libsqlitemm.la \
|
|
lib/libsqlitemm.so lib/libsqlitemm.so.0
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_OPENSSL= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack lthack gnometarget
|
|
CONFIGURE_ARGS= --enable-gtkspell
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|