2004-10-28 02:06:22 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cbrpager
|
|
|
|
# Date created: Oct 28, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cbrpager
|
2005-09-07 01:51:32 +00:00
|
|
|
PORTVERSION= 0.9.14
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
2004-10-28 02:06:22 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A viewer for cbr (comic book archive) files
|
|
|
|
|
2004-12-23 09:59:14 +00:00
|
|
|
USE_GNOME= gnometarget libgnomeui
|
2004-10-28 02:06:22 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-23 09:59:14 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-10-28 02:06:22 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
PLIST_FILES= bin/cbrpager share/locale/es/LC_MESSAGES/cbrpager.mo
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|