e5e9ad0a4c
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/02 16:21:43 reed Exp $
|
|
#
|
|
|
|
DISTNAME= libmowgli-0.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://distfiles.atheme.org/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://atheme.org/projects/mowgli.shtml
|
|
COMMENT= Development framework for C (like GLib)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PREV_PKGPATH= devel/mowgli
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libmowgli.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|