summaryrefslogtreecommitdiff
path: root/cad/qcad2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad2/Makefile')
-rw-r--r--cad/qcad2/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/cad/qcad2/Makefile b/cad/qcad2/Makefile
deleted file mode 100644
index 13f3e606cb76..000000000000
--- a/cad/qcad2/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: qcad
-# Date created: 10 Dec 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qcad
-PORTVERSION= 1.4.1
-CATEGORIES= cad
-MASTER_SITES= http://www.qcad.org/archives/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_XLIB= yes
-MAKE_ENV= CC="${CXX}"
-USE_QT2= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-QCADDIR= ${PREFIX}/lib/qcad
-QCADDOCDIR= ${PREFIX}/share/doc/qcad
-QCADSAMPLEDIR= ${PREFIX}/share/examples/qcad
-
-do-install:
- @${MKDIR} ${QCADDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/qcad ${QCADDIR}
-.for dir in cur fonts hatches messages xpm
- ${CP} -R ${WRKSRC}/${dir} ${QCADDIR}
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${QCADDOCDIR}
- ${CP} -R ${WRKSRC}/doc/* ${QCADDOCDIR}
- @${LN} -sf ${QCADDOCDIR} ${QCADDIR}/doc
-.endif
- @${MKDIR} ${QCADSAMPLEDIR}
- ${CP} -R ${WRKSRC}/examples/* ${QCADSAMPLEDIR}
- ${SED} -e "s;%%PREFIX%%;${PREFIX};g" \
- < ${FILESDIR}/qcad.in > ${PREFIX}/bin/qcad
- ${CHMOD} +x ${PREFIX}/bin/qcad
-
-.include <bsd.port.mk>