1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/biology/libgenome/Makefile
Christian Weisgerber 9f15c68bdd - Support CXXFLAGS properly.
- Do not install .la file.

PR:		41732
Submitted by:	Ports Fury
2002-08-17 19:16:55 +00:00

35 lines
759 B
Makefile

# ex:ts=8
# Ports collection makefile for: libgenome
# Date created: Jul 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libgenome
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= http://www.libgenome.org/releases/
DISTNAME= libGenome-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O3|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>