diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 10:23:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 10:23:09 +0000 |
commit | c6a36b21483a13ffc6adee931938244ec4e86220 (patch) | |
tree | c1e0d30754da4eb24e2cb2705fd017ad646fb318 /russian | |
parent | 2eca413e1380d081626c442f7c4dfdcc0fbe7880 (diff) | |
download | ports-c6a36b21483a13ffc6adee931938244ec4e86220.tar.gz ports-c6a36b21483a13ffc6adee931938244ec4e86220.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/cyrproxy/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile index 3da65a47da3f..48591f2f7e76 100644 --- a/russian/cyrproxy/Makefile +++ b/russian/cyrproxy/Makefile @@ -15,6 +15,16 @@ DISTNAME= cyrproxy-1.4.2 MAINTAINER= ports@FreeBSD.org COMMENT= Cyrillic proxy for network protocols +.include <bsd.port.pre.mk> + +.if ${MACHINE_ARCH} == alpha +BROKEN= "Does not compile on ${MACHINE_ARCH}" +.endif + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + do-install: @ ${MKDIR} ${PREFIX}/share/cyrproxy @ ${MKDIR} ${PREFIX}/www/cgi-bin @@ -37,4 +47,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |