Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/finance/qhacc/Makefile 334499 2013-11-21 16:09:47Z makc $ |
2 |
# $FreeBSD: head/finance/qhacc/Makefile 334499 2013-11-21 16:09:47Z makc $ |
3 |
|
3 |
|
4 |
PORTNAME= qhacc |
4 |
PORTNAME= qhacc |
5 |
PORTVERSION= 4.2 |
5 |
PORTVERSION= 4.2.1 |
6 |
CATEGORIES= finance |
6 |
CATEGORIES= finance |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
8 |
EXTRACT_SUFX= .tgz |
8 |
EXTRACT_SUFX= .tgz |
Lines 19-28
Link Here
|
19 |
USES= qmake:norecursive |
19 |
USES= qmake:norecursive |
20 |
USE_QT4= corelib gui sql moc_build rcc_build uic_build |
20 |
USE_QT4= corelib gui sql moc_build rcc_build uic_build |
21 |
USE_GCC= yes |
21 |
USE_GCC= yes |
|
|
22 |
USE_CXXSTD= c++0x |
22 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
23 |
|
24 |
|
24 |
CXXFLAGS+= -fpermissive |
|
|
25 |
|
26 |
DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" |
25 |
DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" |
27 |
|
26 |
|
28 |
.include <bsd.port.options.mk> |
27 |
.include <bsd.port.options.mk> |
Lines 32-37
Link Here
|
32 |
'/^INSTALLDIR/s|=.*|=${DATADIR}| ; \ |
31 |
'/^INSTALLDIR/s|=.*|=${DATADIR}| ; \ |
33 |
/^QWTINCS/s|=.*|=${LOCALBASE}/include/qwt6| ; \ |
32 |
/^QWTINCS/s|=.*|=${LOCALBASE}/include/qwt6| ; \ |
34 |
/^QWTLIBS/s|=.*|=${LOCALBASE}/lib -lqwt6| ; \ |
33 |
/^QWTLIBS/s|=.*|=${LOCALBASE}/lib -lqwt6| ; \ |
|
|
34 |
/^QMAKE_/s|=.*|=| ; \ |
35 |
/+= debug/s|^|#|' ${WRKSRC}/user.pri |
35 |
/+= debug/s|^|#|' ${WRKSRC}/user.pri |
36 |
@${REINPLACE_CMD} -e \ |
36 |
@${REINPLACE_CMD} -e \ |
37 |
's|/usr/include|${LOCALBASE}/include| ; \ |
37 |
's|/usr/include|${LOCALBASE}/include| ; \ |