a58dd81611
This shouldn't be needed if we had non-recursive dependancies *sigh*.
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/01/23 21:50:47 jmmv Exp $
|
|
#
|
|
|
|
.include "../../sysutils/gworkspace/Makefile.common"
|
|
PKGNAME= ${DISTNAME:S/gworkspace/GWLib/}
|
|
PKGREVISION= 3
|
|
|
|
COMMENT= GWorkspace support library
|
|
|
|
BUILD_DIRS= ${WRKSRC}/GWLib
|
|
DISTINFO_FILE= ${.CURDIR}/../gworkspace/distinfo
|
|
PATCHDIR= ${.CURDIR}/../gworkspace/patches
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|