diff options
Diffstat (limited to 'misc/qhacc/Makefile')
-rw-r--r-- | misc/qhacc/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/misc/qhacc/Makefile b/misc/qhacc/Makefile deleted file mode 100644 index dccb2fd..0000000 --- a/misc/qhacc/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: qhacc -# Date created: 28 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= qhacc -PORTVERSION= 1.4 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.ostrich-emulators.cx/qhacc/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= kde@freebsd.org - -USE_REINPLACE= yes -USE_QT_VER= 2 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-qt-moc=${X11BASE}/bin \ - --with-qt-libs=${X11BASE}/lib - -post-extract: - @${RM} -f ${WRKSRC}/src/moc_*.cpp - -pre-patch: -.for file in configure src/Makefile.in - @${REINPLACE_CMD} -e 's|/moc|/${MOC:T}|g ; \ - s|-lqt|-l${QTNAME}|g ; \ - s|-O2 -Wall|\@CXXFLAGS\@|g' ${WRKSRC}/${file} -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/qhacc ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${FILESDIR}/config ${DATADIR}/config.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} -.endif - @${SED} -e "s:/usr/X11R6:${PREFIX}:g" ${PKGMESSAGE} - -.include <bsd.port.mk> |