pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slclust: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 12 19:54:52 2018 -0500
Changeset:	7e5e28e4287d146775b130261225ef04873e0244

Modified Files:
	slclust/Makefile

Log Message:
slclust: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e5e28e4287d146775b130261225ef04873e0244

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slclust/Makefile | 36 ++++++------------------------------
 1 file changed, 6 insertions(+), 30 deletions(-)

diffs:
diff --git a/slclust/Makefile b/slclust/Makefile
index 986740ca47..3996f99ca5 100644
--- a/slclust/Makefile
+++ b/slclust/Makefile
@@ -1,45 +1,21 @@
 # $NetBSD$
-#
-###########################################################
-#               Generated by fbsd2pkg                     #
-###########################################################
 
-DISTNAME=	slclust_${PORTVERSION}
-PKGNAME=	slclust-${PORTVERSION}
+DISTNAME=	slclust_02022010
+PKGNAME=	slclust-0.0.0.20100202
 CATEGORIES=	biology
-# FreeBSD MASTER_SITES: SF
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=slclust/}
 
-MAINTAINER=	dsiercks%uwm.edu@localhost
+MAINTAINER=	bacon%NetBSD.org@localhost
 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
+USE_LANGUAGES=	c++
 
-# 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.
+WRKSRC=			${WRKDIR}/slclust
 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"


Home | Main Index | Thread Index | Old Index