aboutsummaryrefslogtreecommitdiff
path: root/textproc/ltxml/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 23:09:45 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 23:09:45 +0000
commit03e4d6bf2a9542cc908578a186eb309776a3c473 (patch)
tree6dcfff1988e93bfa24c3a4e13b95ba93c7236579 /textproc/ltxml/Makefile
parent4a45abe0948d55a1f197b84dece3e32d1d43fbcd (diff)
downloadports-03e4d6bf2a9542cc908578a186eb309776a3c473.tar.gz
ports-03e4d6bf2a9542cc908578a186eb309776a3c473.zip
Notes
Diffstat (limited to 'textproc/ltxml/Makefile')
-rw-r--r--textproc/ltxml/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile
index 67233b37d762..872bdba27886 100644
--- a/textproc/ltxml/Makefile
+++ b/textproc/ltxml/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ltxml
PORTVERSION= 1.2.7
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
+MASTER_SITES= #
MAINTAINER= ports@FreeBSD.org
COMMENT= XML Toolkit
@@ -34,12 +34,21 @@ OPTIONS= OPTIMIZED_CFLAGS "Extra optimizations" off
.include <bsd.port.pre.mk>
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+ECHO_MSG=/usr/bin/printf
+IGNORE= :\n\
+You have to download the distribution manually from \n\
+http://www.inf.ed.ac.uk/research/isdd/admin/package?download=74.\n\
+Download the file ${DISTNAME}${EXTRACT_SUFX}, and place it in\n\
+${DISTDIR}.\n
+.endif
+
.ifdef WITH_OPTIMIZED_CFLAGS
CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fPIC
+CFLAGS+= -fPIC
.endif
post-install: