blob: deb1ad52820f58c7699a04d49f1f0855112be6d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: prison
# Date created: Tue 9 Aug 2011, 00:42:14
# Whom: fluffy@
#
# $FreeBSD$
PORTNAME= prison
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
MAINTAINER= fluffy@FreeBSD.org
COMMENT= A barcode library for KDE
LIB_DEPENDS= dmtx.0:${PORTSDIR}/graphics/libdmtx \
qrencode.3:${PORTSDIR}/graphics/libqrencode
USE_QT_VER= 4
QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|