mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3fee911366
With hat: portmgr
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# Created by: 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= Barcode library for KDE
|
|
|
|
|
|
LIB_DEPENDS= libdmtx.so:${PORTSDIR}/graphics/libdmtx \
|
|
libqrencode.so:${PORTSDIR}/graphics/libqrencode
|
|
|
|
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|