summaryrefslogtreecommitdiff
path: root/graphics/cbrpager/Makefile
blob: 4a7dc96f60cbd8bdb1b8169e0934f6449ca1d847 (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
# ex:ts=8
# Ports collection makefile for:	cbrpager
# Date created:			Oct 28, 2004
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	cbrpager
PORTVERSION=	0.9.22
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A viewer for cbr (comic book archive) files

LICENSE=	GPLv3

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

DESKTOP_ENTRIES=	"cbrPager" "Comic book files viewer" "" \
			"cbrpager" "Application;Graphics;Viewer;" true

PLIST_FILES=	bin/cbrpager \
		share/locale/es/LC_MESSAGES/cbrpager.mo \
		share/locale/fr/LC_MESSAGES/cbrpager.mo

.include <bsd.port.mk>