mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Updte to version 0.5
PR: ports/62265 Submitted by: Ports Fury
This commit is contained in:
parent
b45959ed9f
commit
95cb2cca2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99831
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tipograf
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.falk-henrich.de/download/
|
||||
|
||||
@ -18,19 +17,18 @@ COMMENT= GUI for a2ps
|
||||
BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter
|
||||
RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_QT_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX}
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX}
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKSRC}/src && ${TOUCH} *.ui)
|
||||
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
QTCFGLIBS+= ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lqt|-lqt-mt|g" \
|
||||
-e "s|qt.so.3|qt-mt.so.3|g" \
|
||||
-e "s|qt.so|qt-mt.so|g" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-Wall -O0|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tipograf-0.4.tar.gz) = abe1290e416c8a2a2312a8fbc9a5fd6b
|
||||
SIZE (tipograf-0.4.tar.gz) = 211698
|
||||
MD5 (tipograf-0.5.tar.gz) = 241c942eb5acfb2ba55da4d672f14942
|
||||
SIZE (tipograf-0.5.tar.gz) = 230020
|
||||
|
@ -1,7 +1,4 @@
|
||||
bin/tipograf
|
||||
%%DATADIR%%/trans/tipograf_de.qm
|
||||
@dirrm %%DATADIR%%/trans
|
||||
@dirrm %%DATADIR%%
|
||||
%%DOCSDIR%%/benutzerhandbuch.dvi
|
||||
%%DOCSDIR%%/benutzerhandbuch.ps
|
||||
%%DOCSDIR%%/html/de/benutzerhandbuch.css
|
||||
@ -26,7 +23,10 @@ bin/tipograf
|
||||
%%DOCSDIR%%/html/en/userguide.html
|
||||
%%DOCSDIR%%/userguide.dvi
|
||||
%%DOCSDIR%%/userguide.ps
|
||||
@dirrm %%DOCSDIR%%/html/de
|
||||
%%DATADIR%%/trans/tipograf_de.qm
|
||||
@dirrm %%DATADIR%%/trans
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%/html/en
|
||||
@dirrm %%DOCSDIR%%/html/de
|
||||
@dirrm %%DOCSDIR%%/html
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user