1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/cbrpager/Makefile
Kirill Ponomarev 087bb118a6 Update to version 0.9.7
PR:		ports/75398
Submitted by:	Ports Fury
2004-12-23 09:59:14 +00:00

26 lines
561 B
Makefile

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