Clean up Makefile, add more MASTER_SITES, reference new WWW, honour
PTHREAD_*, and other such fixes. Reorder plist, and add missing file, thus earning a PORTREVISION bump. These are just general cleanups; new versions of this program exist.
This commit is contained in:
parent
ac2a3edea3
commit
68af41d01e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93868
@ -7,23 +7,21 @@
|
||||
|
||||
PORTNAME= kbarcode
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ftp://ftp.kde.com/pub/Office/Organize_Track/KBarcode/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= KBarcode creates, handles, manages and prints barcodes
|
||||
|
||||
BUILD_DEPENDS= barcode:${PORTSDIR}/graphics/barcode
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--with-extra-includes=${LOCALBASE}/include
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/kbarcode
|
||||
USE_KDELIBS_VER= 3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,7 @@ KBarcode creates, handles, manages and prints barcodes
|
||||
them using the specified barcode label
|
||||
* a friendly GUI.
|
||||
|
||||
WWW: http://kbarcode.sourceforge.net/
|
||||
WWW: http://www.kbarcode.net
|
||||
Authors: Dominik Seichter <domseichter@web.de>,
|
||||
Stefan "Stonki" Onken <stonki@gmx.de>
|
||||
Maintainer: Andy Raffle <andy@digitalspecies.com>
|
||||
|
@ -1,13 +1,14 @@
|
||||
bin/kbarcode
|
||||
share/applnk/Applications/kbarcode.desktop
|
||||
share/icons/locolor/32x32/apps/kbarcode.png
|
||||
share/icons/locolor/16x16/apps/kbarcode.png
|
||||
share/apps/kbarcode/labeldefinitions.sql
|
||||
share/apps/kbarcode/exampledata.sql
|
||||
share/icons/locolor/32x32/apps/kbarcode.png
|
||||
share/apps/kbarcode/barcodes.html
|
||||
share/doc/HTML/en/kbarcode/index.docbook
|
||||
share/doc/HTML/en/kbarcode/index.cache.bz2
|
||||
share/apps/kbarcode/exampledata.sql
|
||||
share/apps/kbarcode/labeldefinitions.sql
|
||||
share/apps/kbarcode/logo.png
|
||||
share/doc/HTML/en/kbarcode/common
|
||||
share/doc/HTML/en/kbarcode/index.cache.bz2
|
||||
share/doc/HTML/en/kbarcode/index.docbook
|
||||
@dirrm share/doc/HTML/en/kbarcode
|
||||
@dirrm share/apps/kbarcode
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user