1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update the biology/tinker Makefile so it builds on -current

PR:		ports/50371
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
This commit is contained in:
Edwin Groothuis 2003-03-30 06:43:14 +00:00
parent f23d9fb35b
commit 80f9519693
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77737

View File

@ -30,6 +30,8 @@ pre-fetch:
@${ECHO_MSG} If you get a CHECKSUM mismatch, try doing a \'make distclean\' first.
@${ECHO_MSG} ""
.include <bsd.port.pre.mk>
.if defined(WITH_VIEWER)
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake
@ -48,6 +50,9 @@ pre-extract:
@${ECHO} ""
.endif
post-extract:
${CHMOD} -R u+w ${WRKDIR}/tinker
post-install:
@${MKDIR} ${PREFIX}/share/tinker
@${MKDIR} ${PREFIX}/share/tinker/params
@ -134,4 +139,4 @@ ${PREFIX}/share/tinker/bench
@${ECHO} " **********************************************************"
@${ECHO} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>