diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 05:55:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 05:55:51 +0800 |
commit | 1e7daa82097acd9f57040507fee714eb14219c5c (patch) | |
tree | ab5114401ec7db40761fe6df5ad0752c244a2686 /japanese/kdrill | |
parent | 5fc3cb123e9a3c63505957763df54d27e3918dd4 (diff) | |
download | freebsd-ports-graphics-1e7daa82097acd9f57040507fee714eb14219c5c.tar.gz freebsd-ports-graphics-1e7daa82097acd9f57040507fee714eb14219c5c.tar.zst freebsd-ports-graphics-1e7daa82097acd9f57040507fee714eb14219c5c.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'japanese/kdrill')
-rw-r--r-- | japanese/kdrill/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index 4b3b5ca1b9b..8084dc34942 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kdrill -# Date created: 14 November 2000 -# Whom: Seth Kingsley <sethk@osd.bsdi.com> -# +# Created by: Seth Kingsley <sethk@osd.bsdi.com> # $FreeBSD$ -# PORTNAME= kdrill PORTVERSION= 6.4 @@ -13,15 +9,15 @@ MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sethk@meowfishies.com -COMMENT= A program to quiz you on the meanings of Kanji +COMMENT= Program to quiz you on the meanings of Kanji # Explictly state HTML'ized man pages in packing list since not all are # generated from imake. XFREE86_HTML_MAN=no MAN1= kdrill.1 makedic.1 makeedict.1 +USES= imake MANCOMPRESSED= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt RUN_DEPENDS+= xjdic:${PORTSDIR}/japanese/edict |