385d26eb0b
- 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).
22 lines
429 B
Makefile
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>
|