1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/japanese/tkdesk/Makefile
Kirill Ponomarev ae1ec8f3dc * Fix INDEX build if MAINTAINER is not defined. [1]
* Remove USE_QT2 since it's obsolete now. [2]

* Clarify comments about ARCH. [3]

* Speedup 'make readmes'.  Add a perl script "Tools/make_readmes"
  and modify bsd.port.subdir.mk to avoid recursing into individual
  port directories to create README.html. [4]

* Fix 'make search' to allow case insensitive search on 5-x/6-x. [5]

* Add the possibility to search the ports by category. [6]

* Remove tk42 and tcl76 from virtual categories since they're
  obsolete. [7]

* Introduce new variable - DISTVERSION, vendor version of the
  distribution, that can be set instead of PORTVERSION and is
  automatically converted in a conforming PORTVERSION. [8]

* Use --suffix instead of -b option for patch(1) to make it
  compatible with BSD patch(1) [9]

* Fix {WANT,WITH}_MYSQL_VER behavior, to deal with conflicting
  versions. [10]

PR:		ports/68895 [1], ports/69486 [2], ports/68539 [3],
		ports/70018 [4], ports/68896 [5], ports/73299 [6],
		ports/73570 [7], ports/67171 [8], ports/72182 [9]
Submitted by:	linimon [1][3], arved [2][7], cperciva [4],
		Matthew Seaman <m.seaman@infracaninophile.co.uk> [5],
		Radek Kozlowski <radek@raadradd.com> [6],
		eik [8], Andreas Hauser <andy-freebsd@splashground.de> [9],
		clement [10]
2004-11-19 13:45:07 +00:00

50 lines
1.3 KiB
Makefile

# New ports collection makefile for: tkdesk
# Date created: 21 Sep 1999
# Whom: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
#
# $FreeBSD$
#
PORTNAME= tkdesk
PORTVERSION= ${VERSION}${VERSION_PL}
PORTREVISION= 1
CATEGORIES= japanese x11-fm
MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/
DISTNAME= ${PORTNAME}-${VERSION}
PATCH_SITES= http://www.linet.gr.jp/~mituiwa/
PATCHFILES= tkdesk-${VERSION}-jmenu-${VERSION_PL}.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= yatt@msc.biglobe.ne.jp
COMMENT= A graphical, highly configurable and powerful file manager
LIB_DEPENDS= tk42jp.1:${PORTSDIR}/japanese/tk42
RUN_DEPENDS= imali:${PORTSDIR}/mail/im \
easypr:${PORTSDIR}/japanese/easypr
VERSION= 1.1
VERSION_PL= p58
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= TCLCONF_PATH=${LOCALBASE}/lib/tcl7.6jp
CONFIGURE_ENV+= TKCONF_PATH=${LOCALBASE}/lib/tk4.2jp
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
pre-patch:
@cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/pre-patch
post-patch:
@${FIND} ${WRKSRC}/tcldesk '(' -name '*.orig' -o -name '*~' ')' \
-exec ${RM} -f {} \;
@${RM} ${WRKSRC}/config.h ${WRKSRC}/config.cache
post-install:
@/usr/bin/strip ${PREFIX}/bin/tkdesksh
@/usr/bin/strip ${PREFIX}/bin/tkdeskclient
.include <bsd.port.mk>