mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8a3f152680
to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
32 lines
863 B
Makefile
32 lines
863 B
Makefile
# New ports collection makefile for: kdetoys2
|
|
# Date created: 14 May 2000 02:45:53
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdetoys
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= x11-clocks kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
|
|
|
USE_QT2= yes
|
|
MOC?= ${X11BASE}/bin/moc2
|
|
USE_BZIP2= yes
|
|
USE_AUTOCONF= yes
|
|
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
|
--with-qt-includes=${X11BASE}/include/qt2 \
|
|
--with-qt-libraries=${X11BASE}/lib \
|
|
--with-extra-libs=${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|