16 lines
357 B
Makefile
16 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.9 2004/04/09 09:52:10 espie Exp $
|
|
|
|
COMMENT= "embedded documentation in C++"
|
|
CATEGORIES= x11 x11/kde devel
|
|
VERSION= 2.0a54
|
|
DISTNAME= kdoc-${VERSION}
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=stable/3.0.1/src/}
|
|
|
|
MODULES=
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
USE_GMAKE= No
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|