aboutsummaryrefslogtreecommitdiff
path: root/finance/qhacc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/qhacc/Makefile')
-rw-r--r--finance/qhacc/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile
deleted file mode 100644
index 99d248b4ed9b..000000000000
--- a/finance/qhacc/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: qhacc
-# Date created: 28 Dec 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qhacc
-PORTVERSION= 0.8
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ftp://ftp.ostrich-emulators.cx/qhacc/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_QT_VER= 2
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= QTDIR="${X11BASE}"
-
-post-extract:
- @${RM} -f ${WRKSRC}/src/moc_*.cpp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/qhacc ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/qhacc
- ${INSTALL_DATA} ${FILESDIR}/config ${PREFIX}/share/qhacc/config.sample
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/qhacc
- ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${PREFIX}/share/doc/qhacc
-.endif
- @${SED} -e "s:/usr/X11R6:${PREFIX}:g" ${PKGMESSAGE}
-
-.include <bsd.port.mk>