summaryrefslogtreecommitdiff
path: root/devel/dlcompat/Makefile
blob: e833613f8c1e263ff649903474e9b9f4de0f418b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.15 2012/10/31 11:16:53 asau Exp $
#

DISTNAME=	dlcompat-20030629
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=fink/}

MAINTAINER=	schmonz@NetBSD.org
HOMEPAGE=	http://fink.sourceforge.net/
COMMENT=	Library for dlopen() emulation on Darwin

ONLY_FOR_PLATFORM=	Darwin-[56].*-*

GNU_CONFIGURE=		yes

CONFLICTS=		man-pages-[0-9]*

.include "../../mk/bsd.pkg.mk"