mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# Ports collection makefile for: kradview
|
|
# Date created: 16 May 2008
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kradview
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= http://www.orcero.org/irbis/kradview/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= A free DICOM viewer for KDE
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.mk>
|