summaryrefslogtreecommitdiffstats
path: root/deskutils/ljit/Makefile
blob: a3518e5beee2bce3f0bbf71a37a31fbd87e80211 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:	ljit
# Date created:				09 Sep 2004
# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ljit
PORTVERSION=	0.2.5
PORTREVISION=	14
CATEGORIES=	deskutils
MASTER_SITES=	http://kir.vtx.ru/ljit/dl/ \
		http://freebsd.nsu.ru/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GUI tool to help LiveJournal users post images

LICENSE=	GPLv2

LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
USE_GETTEXT=	yes
USE_GNOME=	gtk20

PLIST_FILES=	bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo
PORTDOCS=	BUGS NEWS README THANKS TODO

post-extract:
	@${REINPLACE_CMD} -e 's, -DMTRACE$$,, ; \
		s,prefix)/$$(DATADIRNAME,datadir,' ${WRKSRC}/src/Makefile.in

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/po/ru_RU.mo \
		${PREFIX}/share/locale/ru/LC_MESSAGES/${PORTNAME}.mo
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud