aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gtkjournal/Makefile
blob: 95ac7ec5faef7eaf62eb369b011d9641f0a9b044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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=   2
CATEGORIES= deskutils gnome
MASTER_SITES=   http://linuxhelp.homeunix.com/gtkjournal/files/
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER= adamw@FreeBSD.org
COMMENT=    Gtk+-2 journal/diary

LIB_DEPENDS=    gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
        sqlite:${PORTSDIR}/databases/sqlite \
        gtkspell:${PORTSDIR}/textproc/gtkspell2

USE_X_PREFIX=   yes
USE_OPENSSL=    yes
USE_GMAKE=  yes
USE_INC_LIBTOOL_VER=13
USE_GNOME=  gnomehack lthack gnometarget
CONFIGURE_ARGS= --enable-gtkspell
INSTALLS_SHLIB= yes

MAN1=       ${PORTNAME}.1

.include <bsd.port.mk>