mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
606 B
Makefile
28 lines
606 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cbrpager
|
|
# Date created: Oct 28, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cbrpager
|
|
PORTVERSION= 0.9.20
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/cbrPager-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A viewer for cbr (comic book archive) files
|
|
|
|
USE_GNOME= 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>
|