1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/deskutils/gtkjournal/Makefile
Ion-Mihai Tetcu 515e0b9e43 - Petted Lint
- Added Mirror (use it instead of unreliable mastersite)
- Added patch so port will build in 7-CURRENT

PR:		ports/102328
Submitted by:	Beech Rintoul (maintainer)
2006-08-21 21:21:20 +00:00

33 lines
762 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= 7
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.alaskaparadise.com/freebsd/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= beech@alaskaparadise.com
COMMENT= Gtk+-2 journal/diary
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \
sqlite.2:${PORTSDIR}/databases/sqlite2 \
gtkspell:${PORTSDIR}/textproc/gtkspell
USE_X_PREFIX= yes
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>