mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2ff4f5f77b
Approved by: asami (re: no repo-copy)
29 lines
645 B
Makefile
29 lines
645 B
Makefile
# New ports collection makefile for: KDE libraries 2
|
|
# Date created: Fri Apr 14 2000 15:05:00 EDT
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kde-qt-addon
|
|
PORTVERSION= 1.90
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
SOMAJOR= 4
|
|
SOMINOR= 0
|
|
USE_BZIP2= yes
|
|
USE_QT2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
|
--with-qt-includes=${X11BASE}/include/qt2 \
|
|
--with-qt-libraries=${X11BASE}/lib
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
|
|
PLIST_SUB+= LIBVER="${SOMAJOR}.${SOMINOR}"
|
|
|
|
.include <bsd.port.mk>
|