diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-07 02:22:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-07 02:22:20 +0800 |
commit | cdeefddabcd62fafc2aef0e55486a244c60029b6 (patch) | |
tree | 5971b4a0e91fa944fb324a14a5e0069599b4c3a8 /graphics/ipe | |
parent | 0347dbdfcb2d0f548075d50c63ec0b185d0a7615 (diff) | |
download | freebsd-ports-gnome-cdeefddabcd62fafc2aef0e55486a244c60029b6.tar.gz freebsd-ports-gnome-cdeefddabcd62fafc2aef0e55486a244c60029b6.tar.zst freebsd-ports-gnome-cdeefddabcd62fafc2aef0e55486a244c60029b6.zip |
- Back to Game.
- Add backup MASTER_SITES
- Removed deprecated
PR: 106419
Submitted by: Remko van der Vossen <wich@stack.nl>
Diffstat (limited to 'graphics/ipe')
-rw-r--r-- | graphics/ipe/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index aa8b5ee5f62f..832c647eb499 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -8,7 +8,8 @@ PORTNAME= ipe PORTVERSION= 6.0.p23 CATEGORIES= graphics -MASTER_SITES= http://ipe.compgeom.org/ +MASTER_SITES= http://ipe.compgeom.org/ \ + http://tclab.kaist.ac.kr/~otfried/Ipe/ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/pre/} EXTRACT_SUFX= -src.tar.gz @@ -17,9 +18,6 @@ COMMENT= Extensible drawing editor BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2007-01-04 - USE_GHOSTSCRIPT_RUN= yes RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX @@ -37,7 +35,7 @@ MAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 .if ${OSVERSION} < 500000 # the problem is a little more subtle, really. It requires gcc 3 USE_GCC= 3.4 -BROKEN= "Does not compile on 4.x" +BROKEN= Does not compile on 4.x .endif QTDIR?= ${X11BASE} @@ -51,7 +49,7 @@ pre-fetch: @${ECHO} "" .endif -.if !defined(WITH_TEXMF_PREFIX) +.if !defined(WITH_TEXMF_PREFIX) @${ECHO} "" @${ECHO} " Define WITH_TEXMF_PREFIX=somewhere" @${ECHO} " if your tetex type1 fonts are somewhere non-standard" @@ -66,7 +64,7 @@ pre-fetch: .endif WITH_BROWSER?=mozilla -WITH_TEXMF_PREFIX?= ${PREFIX}/share/texmf-dist +WITH_TEXMF_PREFIX?= ${PREFIX}/share/texmf-dist # This is my feeble attempt at making qmake play nice with FreeBSD. # If you change a variable, you _must_ reconfigure. |