freebsd-ports/graphics/qcomicbook/Makefile
Martin Wilke c8cb7d653a - Update to 0.3.2
PR:		ports/102582
Submitted by:	KATO Tsuguru <tkato432(at)yahoo.com>
2006-08-28 12:54:26 +00:00

34 lines
854 B
Makefile

# New ports collection makefile for: qcomicbook
# Date created: 24 April, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qcomicbook
PORTVERSION= 0.3.2
CATEGORIES= graphics
MASTER_SITES= http://linux.bydg.org/~yogin/
MAINTAINER= ports@FreeBSD.org
COMMENT= QT-based comic book archive viewer
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
unrar:${PORTSDIR}/archivers/unrar
USE_X_PREFIX= yes
USE_QT_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-Qt-dir="${QT_PREFIX}"
MAN1= qcomicbook.1
# Luckily, QT apps on FreeBSD don't compile against
# pthread by default. That might *gasp* make them work!
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>