1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/prison/Makefile
Baptiste Daroussin 3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00

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>