mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Remove useless dancing of .pre.mk/.post.mk
This fixes build with the new gmake definitons
This commit is contained in:
parent
cbc8ab009e
commit
70bda8fec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322616
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: sdpara
|
||||
# Date created: March 17 2003
|
||||
# Whom: NAKATA, Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# Created by: NAKATA, Maho <maho@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdpara
|
||||
PORTVERSION= 7.2.1
|
||||
@ -21,15 +17,13 @@ LIB_DEPENDS= scalapack:${PORTSDIR}/math/scalapack \
|
||||
blacs:${PORTSDIR}/math/blacs \
|
||||
mpich:${PORTSDIR}/net/mpich2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SRCDATE= 20090109
|
||||
MANDATE= 20080618
|
||||
MANUALVER= 7.1.1
|
||||
SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz
|
||||
#MANUALFILE= ${PORTNAME}.${MANUALVER}.manual.${MANDATE}.pdf
|
||||
USE_FORTRAN= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libgoto2.so)
|
||||
@ -101,4 +95,4 @@ do-install:
|
||||
# ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${MANUALFILE} ${DOCSDIR}
|
||||
#.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user