head 1.4; access; symbols RELEASE_4_9_0:1.3 RELEASE_5_1_0:1.3 RELEASE_4_8_0:1.3 RELEASE_5_0_0:1.2 RELEASE_4_7_0:1.1 RELEASE_4_6_2:1.1 RELEASE_4_6_1:1.1 RELEASE_4_6_0:1.1 RELEASE_5_0_DP1:1.1 RELEASE_4_5_0:1.1; locks; strict; comment @# @; 1.4 date 2003.09.24.09.37.06; author osa; state Exp; branches; next 1.3; 1.3 date 2003.02.21.11.01.32; author knu; state Exp; branches; next 1.2; 1.2 date 2002.11.04.05.46.25; author edwin; state Exp; branches; next 1.1; 1.1 date 2001.12.19.03.20.47; author petef; state Exp; branches; next ; desc @@ 1.4 log @Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998 @ text @# New ports collection makefile for: dna-qc # Date created: 25 Novemeber 2001 # Whom: Tony Maher # # $FreeBSD$ # PORTNAME= dna-qc PORTVERSION= 1993.07.26 CATEGORIES= biology MASTER_SITES= ftp://ftp.tigr.org/pub/software/qc/ DISTNAME= qc EXTRACT_SUFX= .tar.Z MAINTAINER= tonym@@biolateral.com.au COMMENT= A quality control algorithm for DNA sequencing projects NO_WRKSUBDIR= true USE_REINPLACE= yes EXAMPLES= README script.compare script.limits \ bact.all chromosomeIII.all human.all worm.all PROGRAMS= counter hybridize normalize random_clip random_line post-patch: @@${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,' ${WRKSRC}/Makefile @@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/normalize.c @@${REINPLACE_CMD} -e 's,fname\*,fname,' ${WRKSRC}/random_line.c @@${REINPLACE_CMD} -e 's,static void allocate_pool,void allocate_pool,' \ ${WRKSRC}/stringpool.c do-install: .for file in ${PROGRAMS} ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor .if !defined(NOPORTDOCS) @@${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/qc_doc/* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/surprize_doc/* ${DOCSDIR} @@${MKDIR} ${EXAMPLESDIR} .for file in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} .endfor .endif .include @ 1.3 log @De-pkg-comment. @ text @d35 1 a35 1 strip ${PREFIX}/bin/${file} @ 1.2 log @PERL -> REINPLACE And some ports have USE_PERL5=yes now. @ text @d16 1 @ 1.1 log @Add dna-qc 1993.07.26, a quality control algorithm for DNA sequencing projects. PR: 32998 Submitted by: Tony Maher @ text @d18 1 d25 4 a28 4 @@${PERL} -pi -e 's,^CFLAGS,#CFLAGS,' ${WRKSRC}/Makefile @@${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/normalize.c @@${PERL} -pi -e 's,fname\*,fname,' ${WRKSRC}/random_line.c @@${PERL} -pi -e 's,static void allocate_pool,void allocate_pool,' \ @