mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
25 lines
601 B
Makefile
25 lines
601 B
Makefile
# New ports collection makefile for: kmpg
|
|
# Version required: 0.4.3a
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
#
|
|
# $Id: Makefile,v 1.11 1999/05/02 12:18:09 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= kmpg-0.4.3a
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://www.freebsd.org/~tom/distfiles/
|
|
|
|
MAINTAINER= tom@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.2:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|