1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
2004-11-09 08:43:00 +00:00

29 lines
609 B
Makefile

# ex:ts=8
# Ports collection makefile for: cbrpager
# Date created: Oct 28, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cbrpager
PORTVERSION= 0.9.6
PORTREVISION= 0
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= libgnomeui
USE_GETTEXT= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/cbrpager share/locale/es/LC_MESSAGES/cbrpager.mo
.include <bsd.port.mk>