1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/deskutils/osmo/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

44 lines
1.1 KiB
Makefile

# Created by: Charlie Kester <corky1951#comcast.net>
# $FreeBSD$
PORTNAME= osmo
PORTVERSION= 0.2.10
PORTREVISION= 7
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Personal organizer
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
libnotify.so:${PORTSDIR}/devel/libnotify \
libical.so:${PORTSDIR}/devel/libical \
libtar.so:${PORTSDIR}/devel/libtar \
libgringotts.so:${PORTSDIR}/security/libgringotts \
libgtkhtml-2.so:${PORTSDIR}/www/libgtkhtml
USE_GNOME= gtk20
USES= gettext gmake pkgconfig
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CFLAGS+= -I${LOCALBASE}/include/libical
POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \
ru sv tr uk zh_CN
MSGFMT= ${LOCALBASE}/bin/msgfmt
post-patch:
@${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
${WRKSRC}/src/Makefile.in
pre-install:
# workaround to problem in po makefile
.for p in ${POFILES}
${MSGFMT} -c ${WRKSRC}/po/$p.po -o ${WRKSRC}/po/$p.mo
.endfor
.include <bsd.port.mk>