freebsd-ports/audio/kmikmod/Makefile

38 lines
792 B
Makefile
Raw Normal View History

# New ports collection makefile for: kmikmod
# Date created: 1 March 1999
# Whom: Tom Hukins <tom@eborcom.com>
#
1999-08-25 00:36:31 -04:00
# $FreeBSD$
#
PORTNAME= kmikmod
PORTVERSION= 2.04
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= tom
2000-02-15 13:44:45 -05:00
MAINTAINER= tom@FreeBSD.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
kdeui.3:${PORTSDIR}/x11/kdelibs11
2000-02-15 13:44:45 -05:00
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/kmikmod
USE_QT_VER= 1
USE_GMAKE= yes
2000-10-05 01:19:38 -04:00
WANT_ESOUND= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libmikmod/configure
.include <bsd.port.pre.mk>
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
.endif
pre-configure:
cd ${WRKSRC}/libmikmod; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
2000-10-05 01:19:38 -04:00
.include <bsd.port.post.mk>