diff options
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-rw-r--r-- | graphics/qcomicbook/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile new file mode 100644 index 000000000000..79edcf3ad699 --- /dev/null +++ b/graphics/qcomicbook/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: qcomicbook +# Date created: 24 April, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qcomicbook +PORTVERSION= 0.1.8 +CATEGORIES= graphics +MASTER_SITES= http://linux.bydg.org/~yogin/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= QT-based comic book archive viewer + +RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ + unrar:${PORTSDIR}/archivers/unrar + +USE_X_PREFIX= yes +USE_QT_VER= 3 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS+=--with-Qt-dir="${X11BASE}" +# Luckily, QT apps on FreeBSD don't compile against +# pthread by default. That might *gasp* make them work! +QTCPPFLAGS+= ${PTHREAD_CFLAGS} +QTCFGLIBS+= ${PTHREAD_LIBS} + +MAN1= qcomicbook.1 + +.include <bsd.port.mk> |