diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-19 02:09:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-19 02:09:47 +0000 |
commit | 4f326527f10150cc1aec761ad3f602ffa443b919 (patch) | |
tree | 0b0cab044c6d74c8b46783d0be9773ed63e31721 /devel/libchipcard-kde | |
parent | 8b6526416d81f2b0714c7d47c09c87927576070f (diff) | |
download | ports-4f326527f10150cc1aec761ad3f602ffa443b919.tar.gz ports-4f326527f10150cc1aec761ad3f602ffa443b919.zip |
Notes
Diffstat (limited to 'devel/libchipcard-kde')
-rw-r--r-- | devel/libchipcard-kde/Makefile | 31 | ||||
-rw-r--r-- | devel/libchipcard-kde/distinfo | 1 | ||||
-rw-r--r-- | devel/libchipcard-kde/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libchipcard-kde/pkg-plist | 11 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/libchipcard-kde/Makefile b/devel/libchipcard-kde/Makefile new file mode 100644 index 000000000000..35916b264911 --- /dev/null +++ b/devel/libchipcard-kde/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: LibChipCard-KDE +# Date created: 19 January 2003 +# Whom: Martin Preuss<martin@libchipcard.de> +# +# $FreeBSD$ +# + +PORTNAME= libchipcard-kde +PORTVERSION= 0.8 +CATEGORIES= devel kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libchipcard + +MAINTAINER= martin@libchipcard.de +COMMENT= "KDE tools for LibChipCard" + +LIB_DEPENDS= chipcard.17:${PORTSDIR}/devel/libchipcard:install + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+= --with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\ + --with-applnk-dir=${PREFIX}/share/applnk/Utilities \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_KDELIBS_VER= 3 +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,libkdeui.so.4,libkdeui.so,' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/devel/libchipcard-kde/distinfo b/devel/libchipcard-kde/distinfo new file mode 100644 index 000000000000..21532ebcbead --- /dev/null +++ b/devel/libchipcard-kde/distinfo @@ -0,0 +1 @@ +MD5 (libchipcard-kde-0.8.tar.gz) = 0351362f9d0df29a7d3df0326172e64c diff --git a/devel/libchipcard-kde/pkg-descr b/devel/libchipcard-kde/pkg-descr new file mode 100644 index 000000000000..6dcfd9073987 --- /dev/null +++ b/devel/libchipcard-kde/pkg-descr @@ -0,0 +1,2 @@ +This package contains the KDE tools for LibChipCard. The most important tool +is KCardSetup, the graphical setup tool for LibChipCard. diff --git a/devel/libchipcard-kde/pkg-plist b/devel/libchipcard-kde/pkg-plist new file mode 100644 index 000000000000..c09a46dd944d --- /dev/null +++ b/devel/libchipcard-kde/pkg-plist @@ -0,0 +1,11 @@ +bin/kcardsetup +bin/kmedicalcard +bin/kpcscsetup +share/applnk/Utilities/Chipcard-Utilities/.directory +share/applnk/Utilities/Chipcard-Utilities/kcardsetup.desktop +share/applnk/Utilities/Chipcard-Utilities/kmedicalcard.desktop +share/applnk/Utilities/Chipcard-Utilities/kpcscsetup.desktop +share/locale/de/LC_MESSAGES/kcardsetup.mo +share/locale/de/LC_MESSAGES/kmedicalcard.mo +share/locale/de/LC_MESSAGES/kpcscsetup.mo +@dirrm share/applnk/Utilities/Chipcard-Utilities/ |