freebsd-ports/graphics/cbrpager/Makefile
Sam Lawrance 07695e9516 Update to 0.9.13
PR:		ports/82533
Submitted by:	Ports Fury
2005-06-22 17:04:29 +00:00

25 lines
562 B
Makefile

# ex:ts=8
# Ports collection makefile for: cbrpager
# Date created: Oct 28, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cbrpager
PORTVERSION= 0.9.13
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>