1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/paledit/Makefile
Michael Haro 5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00

24 lines
550 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>
#
# $Id: Makefile,v 1.2 1999/03/01 09:38:12 shige Exp $
#
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>