mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65edaaa1f5
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
28 lines
719 B
Makefile
28 lines
719 B
Makefile
# New ports collection makefile for: kdesupport
|
|
# Version required: Beta1
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.10 1998/08/07 23:56:12 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kdesupport-1.0
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
USE_QT= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--without-libjpeg" \
|
|
"--without-libgif" \
|
|
"--without-libgdbm" \
|
|
"--without-libuulib" \
|
|
# "--with-extra-includes=$(PREFIX)/include/giflib"
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555"
|
|
|
|
.include <bsd.port.mk>
|