summaryrefslogblamecommitdiff
path: root/x11-clocks/kdetoys11/Makefile
blob: 546cf84797549a5367a95265db3e02558b77a4c7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
                                   
                                             
 
           

 
                       
                     
                              
                                  
                                                                           
 
                                 
 
                                                        
                                                   
 
                   








                                                              
 






                          
# New ports collection makefile for:	kdetoys
# Date created:		18 may 1999
# Whom:			imura@af.airnet.ne.jp
#
# $FreeBSD$
#

PORTNAME=	kdetoys
PORTVERSION=	1.1.2
CATEGORIES=	x11-clocks kde
MASTER_SITES=	$(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR=	Attic/old/1.1.2/distribution/tar/generic/source/bz2

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11

NO_LATEST_LINK=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_NEWGCC=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	"--with-qt-includes=${QTDIR}/include/X11/qt" \
		"--with-extra-includes=${LOCALBASE}/include" \
		"--with-extra-libs=${LOCALBASE}/lib"
CONFIGURE_ENV=	QTDIR=${QTDIR} \
		DO_NOT_COMPILE=mouse

.if defined(PREFIX)
QTDIR?=		${PREFIX}
.else
QTDIR?=		${X11BASE}
.endif

.include <bsd.port.mk>