1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/krio/Makefile
Will Andrews 385d26eb0b Various fixes:
- Put kdesupport11 dependency back.  I forgot that it is not implied by
  kdelibs11 as kdesupport2 is by kdelibs2.
- HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed.
- Add X11 headers to CPPFLAGS for moonshine (extreme case).
2001-04-04 07:52:38 +00:00

22 lines
429 B
Makefile

# New ports collection makefile for: krio
# Date created: 22 Sep 1999
# Whom: ak@freenet.co.uk
#
# $FreeBSD$
#
PORTNAME= krio
PORTVERSION= 1.0.1
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ak@freenet.co.uk
USE_KDEBASE_VER=1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include
.include <bsd.port.mk>