mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
17960648ef
With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
31 lines
802 B
Makefile
31 lines
802 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.12 1998/10/01 01:07:21 jseger 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"
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|