2013-09-20 18:05:24 +02:00
|
|
|
# Created by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1996-06-10 03:49:45 +02:00
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= uudx
|
|
|
|
PORTVERSION= 2.99
|
1997-04-27 01:55:25 +02:00
|
|
|
CATEGORIES= converters
|
2015-12-28 23:53:40 +01:00
|
|
|
MASTER_SITES= http://ftp.vector.co.jp/01/45/528/
|
2004-10-13 03:36:07 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
|
1996-06-10 03:49:45 +02:00
|
|
|
|
2008-02-28 16:54:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Extractor from uuencoded files
|
1996-06-10 03:49:45 +02:00
|
|
|
|
2004-02-25 15:19:57 +01:00
|
|
|
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
1996-06-10 03:49:45 +02:00
|
|
|
|
2014-03-12 10:49:06 +01:00
|
|
|
USES= lha
|
1996-06-10 03:49:45 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2014-01-09 15:34:22 +01:00
|
|
|
PLIST_FILES= bin/uudx \
|
|
|
|
man/ja/man1/uudx.1.gz
|
2004-09-29 07:45:34 +02:00
|
|
|
|
1996-06-10 03:49:45 +02:00
|
|
|
pre-patch:
|
2014-01-09 15:34:22 +01:00
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1996-06-10 03:49:45 +02:00
|
|
|
|
2004-10-13 03:36:07 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|