mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1228d352ee
MASTER_SITE_LOCAL site.
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: kmpg
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmpg
|
|
PORTVERSION= 0.4.3a
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= tom
|
|
|
|
MAINTAINER= tom@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|