blob: 53ecd040e2900e6c12b9e8bcac8294885e0e01da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: kbarcode
# Date created: 05 July 2002
# Whom: Andy Raffle <andy@digitalspecies.com>
#
# $FreeBSD$
#
PORTNAME= kbarcode
PORTVERSION= 0.4.3
CATEGORIES= graphics kde
MASTER_SITES= ftp://ftp.kde.com/pub/Office/Organize_Track/KBarcode/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andy@digitalspecies.com
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
.include <bsd.port.mk>
|