mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
48acbbff2d
There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer)
36 lines
807 B
Makefile
36 lines
807 B
Makefile
# New ports collection makefile for: kdetoys-i18n
|
|
# Date created: 18 may 1999
|
|
# Whom: imura@cs.titech.ac.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdetoys
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= x11-clocks kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/source/bz2
|
|
|
|
MAINTAINER= imura@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
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>
|