fa92529aff
Mark packages that don't or might probably not have staged installation.
18 lines
427 B
Makefile
18 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/03 09:10:41 asau Exp $
|
|
#
|
|
|
|
DISTNAME= lingoteach-lesson-0.4.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lingoteach/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lingoteach.sourceforge.net/
|
|
COMMENT= Lesson files for lingoteach
|
|
|
|
DEPENDS+= lingoteach-ui-[0-9]*:../../wip/lingoteach-ui
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|