devel/qextmdi: Add "-kde" suffix if compiling with KDE support

PR:		ports/48276
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
This commit is contained in:
Edwin Groothuis 2003-02-23 09:48:10 +00:00
parent a9fbd5d571
commit a2d484e06b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76244

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: qextmdi
# Date created: 29 April 2002
# Whom: jesse@cs.uni-magdeburg.de
# Whom: roland.jesse@gmx.net
#
# $FreeBSD$
PORTNAME= qextmdi
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.geocities.com/gigafalk/qextmdi/
EXTRACT_SUFX= .tgz
@ -17,6 +17,7 @@ COMMENT= Qt extension for creating SDI/MDI user interfaces
.if defined(WITH_KDE)
USE_KDELIBS_VER= 3
PKGNAMESUFFIX= -kde
.else
USE_QT_VER= 3
.endif