16 lines
401 B
Makefile
16 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/04/11 21:13:52 tvierling Exp $
|
|
#
|
|
|
|
DISTNAME= lingoteach-lesson-0.4.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lingoteach/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://lingoteach.sourceforge.net/
|
|
COMMENT= Lesson files for lingoteach
|
|
|
|
DEPENDS+= lingoteach-ui-[0-9]*:../../wip/lingoteach-ui
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|