1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/science/pyvox/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

32 lines
720 B
Makefile

# ex:ts=8
# Ports collection Makefile for: bblimage
# Date created: Jul 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= bblimage
PORTVERSION= 0.66
CATEGORIES= science
MASTER_SITES= http://www.uphs.upenn.edu/bbl/software/files/
EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lapack --with-python
USE_GMAKE= yes
MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \
imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \
vibihist.1 vihist.1
MAN5= cdata.5 mri_data.5 param.5
post-patch:
@${REINPLACE_CMD} -e "s|1\.5|2.2|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.mk>