freebsd-ports/japanese/paledit/Makefile

24 lines
526 B
Makefile
Raw Normal View History

# New ports collection makefile for: paledit
# Date created: 14 Jan 1999
2000-01-09 09:51:18 -05:00
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
1999-08-25 01:28:01 -04:00
# $FreeBSD$
#
PORTNAME= paledit
PORTVERSION= 0.91
CATEGORIES= japanese sysutils
MASTER_SITES= http://www.swlab.csce.kyushu-u.ac.jp/~nom/prj/paledit/
MAINTAINER= shige@FreeBSD.org
COMMENT= NTT DoCoMo PHS Paldio telephone data transfer tool
USE_PERL5= yes
GNU_CONFIGURE= yes
post-install:
1999-08-22 15:01:07 -04:00
@${CHMOD} 2754 ${PREFIX}/sbin/paledit
@${CHOWN} root:dialer ${PREFIX}/sbin/paledit
.include <bsd.port.mk>