blob: a9d338ffa48fb9795508cf19df41b960b34d79c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: kmpg
# Version required: 0.4.3a
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
# $FreeBSD$
#
DISTNAME= kmpg-0.4.3a
CATEGORIES= audio kde
MASTER_SITES= http://people.FreeBSD.org/~tom/distfiles/
MAINTAINER= tom@FreeBSD.org
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
kdeui.2:${PORTSDIR}/x11/kdelibs11
USE_QT= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>
|