|
|
| version 1.6, 2003/10/13 23:57:41 | version 1.7, 2003/11/19 00:51:24 |
|---|---|
| Line 5 PORTSDIR?= /usr/ports | Line 5 PORTSDIR?= /usr/ports |
| DFPORTSDIR?= /usr/dfports | DFPORTSDIR?= /usr/dfports |
| PORTPATH!= /usr/bin/relpath ${PORTSDIR} ${.CURDIR} | PORTPATH!= /usr/bin/relpath ${PORTSDIR} ${.CURDIR} |
| # Temporary Hack | |
| # | |
| OSVERSION ?= 480102 | |
| UNAME_s?= FreeBSD | |
| UNAME_v?=FreeBSD 4.8-CURRENT | |
| UNAME_r?=4.8-CURRENT | |
| .makeenv UNAME_s | |
| .makeenv UNAME_v | |
| .makeenv UNAME_r | |
| .makeenv OSVERSION | |
| .if !exists(${DFPORTSDIR}/${PORTPATH}/Makefile) || defined(BEFOREPORTMK) | .if !exists(${DFPORTSDIR}/${PORTPATH}/Makefile) || defined(BEFOREPORTMK) |
| # If the port does not exist in /usr/dfports/<portpath> use the original | # If the port does not exist in /usr/dfports/<portpath> use the original |
| # FreeBSD port. Also process as per normal if BEFOREPORTMK is set so | # FreeBSD port. Also process as per normal if BEFOREPORTMK is set so |