|
Lines 2-14
Link Here
|
| 2 |
# Date created: 2009-08-07 |
2 |
# Date created: 2009-08-07 |
| 3 |
# Whom: Martin Dieringer <martin.dieringer@gmx.de> |
3 |
# Whom: Martin Dieringer <martin.dieringer@gmx.de> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/graphics/mupdf/Makefile,v 1.5 2010/02/22 11:41:10 nemoliu Exp $ |
5 |
# $FreeBSD: ports/graphics/mupdf/Makefile,v 1.4 2010/02/05 11:39:01 dinoex Exp $ |
| 6 |
PORTNAME= mupdf |
6 |
PORTNAME= mupdf |
| 7 |
PORTVERSION= r938 |
7 |
PORTVERSION= r940 |
| 8 |
PORTEPOCH= 1 |
8 |
PORTEPOCH= 1 |
| 9 |
CATEGORIES= graphics |
9 |
CATEGORIES= graphics |
| 10 |
MASTER_SITES= http://ccxvii.net/mupdf/download/ |
10 |
MASTER_SITES= http://mupdf.com/download/ |
| 11 |
MAINTAINER= martin.dieringer@gmx.de |
11 |
MAINTAINER= martin.dieringer@gmx.de |
| 12 |
COMMENT= Lightweight PDF viewer and toolkit |
12 |
COMMENT= Lightweight PDF viewer and toolkit |
|
Lines 43-50
Link Here
|
| 43 |
${INSTALL} ${WRKSRC}/build/$f ${PREFIX}/bin/mu_$f ; |
43 |
${INSTALL} ${WRKSRC}/build/$f ${PREFIX}/bin/mu_$f ; |
| 44 |
.endfor |
44 |
.endfor |
|
|
45 |
.include <bsd.port.pre.mk> |
| 46 |
|
| 45 |
.if ${ARCH} == "sparc64" |
47 |
.if ${ARCH} == "sparc64" |
| 46 |
BROKEN= Does not install on sparc64 |
48 |
BROKEN= Does not install on sparc64 |
| 47 |
.endif |
49 |
.endif |
| 48 |
.include <bsd.port.mk> |
50 |
.include <bsd.port.post.mk> |