# $NetBSD$
#
###########################################################
#               Generated by fbsd2pkg                     #
###########################################################

DISTNAME=	slclust_${PORTVERSION}
PKGNAME=	slclust-${PORTVERSION}
CATEGORIES=	biology
# FreeBSD MASTER_SITES: SF
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=slclust/}

MAINTAINER=	dsiercks@uwm.edu
HOMEPAGE=	http://sourceforge.net/projects/slclust/
COMMENT=	Single-linkage clustering with Jaccard similarity
# Check this
LICENSE=	artistic

# Test and change if necessary.
# MAKE_JOBS_SAFE=	no

# Just assuming C and C++: Adjust this!
USE_LANGUAGES=	c c++

WRKSRC=		${WRKDIR}/slclust

PORTVERSION=	02022010
#DATADIR=	${PREFIX}/share/slclust
#DOCSDIR=	${PREFIX}/share/doc/slclust

# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
# .include "../../mk/bsd.prefs.mk"

# Keep this if there are user-selectable options.
# .include "options.mk"

# Specify which directories to create before install.
# You should only need this if using your own install target.
INSTALLATION_DIRS=	bin
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/slclust ${DESTDIR}${PREFIX}/bin/

# Linux doesn't have zlib in the base, so just in case...
# .include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
