freebsd-ports/graphics/cbrpager/Makefile
Martin Wilke 2996205521 - Update to 0.9.19
PR:		126424
Submitted by:	Ports Fury
2008-08-11 22:41:16 +00:00

26 lines
554 B
Makefile

# ex:ts=8
# Ports collection makefile for: cbrpager
# Date created: Oct 28, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cbrpager
PORTVERSION= 0.9.19
CATEGORIES= graphics
MASTER_SITES= SF
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 \
share/locale/fr/LC_MESSAGES/cbrpager.mo
.include <bsd.port.mk>