add a file to DLLMAP_FILES; bump PKGNAME

This commit is contained in:
robert 2008-10-18 18:05:27 +00:00
parent 4a2ef97f59
commit b96d28997b

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/17 07:10:42 robert Exp $
# $OpenBSD: Makefile,v 1.2 2008/10/18 18:05:27 robert Exp $
COMMENT= C# implementation of dbus - GLib integration
DISTNAME= ndesk-dbus-glib-0.4.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
@ -22,4 +23,6 @@ RUN_DEPENDS= ::lang/mono
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
DLLMAP_FILES= src/NDesk.DBus.GLib.dll.config
.include <bsd.port.mk>