diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-17 08:30:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-17 08:30:51 +0000 |
commit | 50bfd628619ee719ed3f25ecfb21c2b1f41ed851 (patch) | |
tree | 3d38101d5e7baef21fa0ffd4692630b22659e1cf /cad/qcad2/Makefile | |
parent | 6c6e25b7dde4d15c8728ec56931a99c6868b9780 (diff) | |
download | ports-50bfd628619ee719ed3f25ecfb21c2b1f41ed851.tar.gz ports-50bfd628619ee719ed3f25ecfb21c2b1f41ed851.zip |
Notes
Diffstat (limited to 'cad/qcad2/Makefile')
-rw-r--r-- | cad/qcad2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cad/qcad2/Makefile b/cad/qcad2/Makefile index ff3801fe1759..2204b4bf4f4f 100644 --- a/cad/qcad2/Makefile +++ b/cad/qcad2/Makefile @@ -6,19 +6,17 @@ # PORTNAME= qcad -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= cad -MASTER_SITES= http://www.ultraviolet.org/qcad/ -DISTNAME= qcad_source +MASTER_SITES= http://download.sourceforge.net/qcad/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= will@FreeBSD.org USE_XLIB= yes -MAKEFILE= makefile MAKE_ENV= CC="${CXX}" USE_QT2= yes - -BROKEN= "Compiler error" +NO_WRKSUBDIR= yes QCADDIR= ${PREFIX}/lib/qcad QCADDOCDIR= ${PREFIX}/share/doc/qcad |