diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-10-28 10:06:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-10-28 10:06:22 +0800 |
commit | 181190e696c956f300a35b1930e0aed0e4c6a6a4 (patch) | |
tree | b655c240988e5694cc81f0b6d6ca5d1bc72706ee /graphics/cbrpager/Makefile | |
parent | 95f7b353942e79ea1801871120f3d2fbf7de28ff (diff) | |
download | freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.tar.gz freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.tar.zst freebsd-ports-gnome-181190e696c956f300a35b1930e0aed0e4c6a6a4.zip |
add cbrpager 0.9.5
A viewer for cbr (comic book archive) files
Diffstat (limited to 'graphics/cbrpager/Makefile')
-rw-r--r-- | graphics/cbrpager/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile new file mode 100644 index 000000000000..93b68bbe1a73 --- /dev/null +++ b/graphics/cbrpager/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: cbrpager +# Date created: Oct 28, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cbrpager +PORTVERSION= 0.9.5 +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 +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> |