diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-06 18:22:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-06 18:22:20 +0000 |
commit | 8c2168423802808a073d298a78e83ca8277de60b (patch) | |
tree | 58e4c370432c0e6d09890ea6420018a01d60b6ae /graphics/ipe | |
parent | f9c51ecc7fa60da487167fdc8b2e4040c64ad553 (diff) | |
download | ports-8c2168423802808a073d298a78e83ca8277de60b.tar.gz ports-8c2168423802808a073d298a78e83ca8277de60b.zip |
- Back to Game.
- Add backup MASTER_SITES
- Removed deprecated
PR: 106419
Submitted by: Remko van der Vossen <wich@stack.nl>
Notes
Notes:
svn path=/head/; revision=179048
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. |