mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b644315ff5
<brueffer@phoenix-systems.de> PR: 61040 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
22 lines
498 B
Makefile
22 lines
498 B
Makefile
# New ports collection makefile for: ktextdecode
|
|
# Date created: 08.05.2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktextdecode
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= converters kde
|
|
MASTER_SITES= http://webua.net/zavolzhsky/download/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= brueffer@phoenix-systems.de
|
|
COMMENT= The simple text conversion utility for KDE 3
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|