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

PORTNAME=	cbrpager
PORTVERSION=	0.9.14
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

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

USE_GNOME=	gnometarget libgnomeui
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

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

.include <bsd.port.mk>