mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
508 B
Makefile
24 lines
508 B
Makefile
# New ports collection makefile for: paledit
|
|
# Version required: 1.0
|
|
# Date created: 14 Jan 1999
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= paledit-0.91
|
|
PKGNAME= ja-${DISTNAME}
|
|
CATEGORIES= japanese sysutils
|
|
MASTER_SITES= http://www.swlab.csce.kyushu-u.ac.jp/~nom/prj/paledit/
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${CHMOD} 2754 ${PREFIX}/sbin/paledit
|
|
@${CHOWN} root:dialer ${PREFIX}/sbin/paledit
|
|
|
|
.include <bsd.port.mk>
|