diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/tkdesk | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) |
Notes
Diffstat (limited to 'japanese/tkdesk')
-rw-r--r-- | japanese/tkdesk/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/tkdesk/Makefile b/japanese/tkdesk/Makefile index bc9c1bcf93e6..c00d1e7d19f7 100644 --- a/japanese/tkdesk/Makefile +++ b/japanese/tkdesk/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: tkdesk -# Version required: 1.1 # Date created: 21 Sep 1999 # Whom: Yoichi ASAI <yatt@msc.biglobe.ne.jp> # # $FreeBSD$ # -DISTNAME= tkdesk-1.1 -PKGNAME= ja-tkdesk-1.1p58 +PORTNAME= tkdesk +PORTVERSION= ${VERSION}${VERSION_PL} CATEGORIES= japanese x11-fm tk42 MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/ +DISTNAME= ${PORTNAME}-${VERSION} PATCH_SITES= http://www.linet.gr.jp/~mituiwa/ -PATCHFILES= tkdesk-1.1-jmenu-p58.diff +PATCHFILES= tkdesk-${VERSION}-jmenu-${VERSION_PL}.diff PATCH_DIST_STRIP= -p1 MAINTAINER= yatt@msc.biglobe.ne.jp @@ -21,6 +21,9 @@ 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 |