mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
qLabels is a labels and business cards creating and
printing software written in Qt4. WWW: http://qlabels.p34.net/ PR: ports/114549 Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
This commit is contained in:
parent
09765f4cb0
commit
74274a6b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195597
@ -171,6 +171,7 @@
|
||||
SUBDIR += py-vobject
|
||||
SUBDIR += pybookreader
|
||||
SUBDIR += pypanel
|
||||
SUBDIR += qlabels
|
||||
SUBDIR += qrfcview
|
||||
SUBDIR += recoll
|
||||
SUBDIR += remember.el
|
||||
|
47
deskutils/qlabels/Makefile
Normal file
47
deskutils/qlabels/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: qlabels
|
||||
# Date created: 12 Jul 2007
|
||||
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qlabels
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= deskutils editors
|
||||
MASTER_SITES= http://qlabels.p34.net/files/ \
|
||||
http://www.sourcefiles.org/Utilities/Printer/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= relaxbsd@gmail.com
|
||||
COMMENT= A labels and business cards creating and printing software
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= xml gui corelib qmake uic moc rcc
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
|
||||
|
||||
DESKTOP_ENTRIES= "qlabels" \
|
||||
"A labels and business cards creating and printing software" \
|
||||
"" \
|
||||
"qlabels" \
|
||||
"Application;Office;" \
|
||||
"false"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|/usr|${PREFIX}|g' \
|
||||
${WRKSRC}/qlabels.pro \
|
||||
${WRKSRC}/lib/templates.cpp \
|
||||
${WRKSRC}/lib/papers.cpp
|
||||
|
||||
pre-build:
|
||||
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix qlabels.pro
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in Changelog LICENSE
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/qlabels/distinfo
Normal file
3
deskutils/qlabels/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (qlabels_0.2.tar.bz2) = 851967d013fbe2a91f15c2b8354f0eda
|
||||
SHA256 (qlabels_0.2.tar.bz2) = e352d3ab31a027e7102c596b1ece3d02b0a8edfe7145674b023767af9ee6b413
|
||||
SIZE (qlabels_0.2.tar.bz2) = 52873
|
4
deskutils/qlabels/pkg-descr
Normal file
4
deskutils/qlabels/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
qLabels is a labels and business cards creating and
|
||||
printing software written in Qt4.
|
||||
|
||||
WWW: http://qlabels.p34.net/
|
15
deskutils/qlabels/pkg-plist
Normal file
15
deskutils/qlabels/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/qlabels
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changelog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%DATADIR%%/templates/avery-iso-templates.xml
|
||||
%%DATADIR%%/templates/avery-other-templates.xml
|
||||
%%DATADIR%%/templates/avery-us-templates.xml
|
||||
%%DATADIR%%/templates/dvd-template.xml
|
||||
%%DATADIR%%/templates/misc-iso-templates.xml
|
||||
%%DATADIR%%/templates/misc-other-templates.xml
|
||||
%%DATADIR%%/templates/misc-us-templates.xml
|
||||
%%DATADIR%%/templates/paper-sizes.xml
|
||||
%%DATADIR%%/templates/zweckform-iso-templates.xml
|
||||
@dirrm %%DATADIR%%/templates
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user