1
0
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:
Martin Wilke 2007-07-14 18:52:56 +00:00
parent 09765f4cb0
commit 74274a6b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195597
5 changed files with 70 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += py-vobject
SUBDIR += pybookreader
SUBDIR += pypanel
SUBDIR += qlabels
SUBDIR += qrfcview
SUBDIR += recoll
SUBDIR += remember.el

View 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>

View 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

View File

@ -0,0 +1,4 @@
qLabels is a labels and business cards creating and
printing software written in Qt4.
WWW: http://qlabels.p34.net/

View 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%%