openbsd-ports/education/klettres/Makefile
kevlo 70594b1047 Initial import of klettres 1.0
KLettres aims to help a child to learn the french alphabet and
then to read some syllables. It has a very simple graphical interface
to allow the child to concentrate on the keyboard.
2001-12-01 14:34:43 +00:00

39 lines
913 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/12/01 14:34:43 kevlo Exp $
COMMENT= "interactive learning the French alphabet"
DISTNAME= klettres-1.0
CATEGORIES= education
NEED_VERSION= 1.500
HOMEPAGE= http://edu.kde.org/klettres/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
BUILD_DEPENDS= ::x11/qt2-designer
LIB_DEPENDS= kdecore.3,DCOP,kdeui::x11/kde/libs2
MODULES= qt2
MAKE_ENV= ${CONFIGURE_ENV}
# Ensure qt2 will always be at the front
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
.include <bsd.port.mk>