1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/converters/kdesupport2/Makefile

30 lines
740 B
Makefile
Raw Normal View History

# New ports collection makefile for: kdesupport
# Version required: Beta1
# Date created: 28 October 1997
# Whom: Stefan E<>er <se@freebsd.org>
#
1998-10-01 01:07:21 +00:00
# $Id: Makefile,v 1.11 1998/08/12 06:29:24 asami Exp $
#
1998-07-19 17:47:47 +00:00
DISTNAME= kdesupport-1.0
CATEGORIES= x11 kde
1998-03-06 19:52:23 +00:00
MASTER_SITES= $(MASTER_SITE_KDE)
1998-07-19 17:47:47 +00:00
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
1998-10-01 01:07:21 +00:00
BROKEN_ELF= package
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>