freebsd-ports/deskutils/gtkjournal/Makefile
Jeremy Messenger 5e32716f8b x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 06:11:17 +00:00

32 lines
766 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://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/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
INSTALLS_SHLIB= yes
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>