- Convert few ports to USE_LHA [1] - Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2] PR: 176187 [1] 174790 [2] Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1] Gerald Pfeifer <gerald@pfeifer.com> [2]
32 lines
708 B
Makefile
32 lines
708 B
Makefile
# New ports collection makefile for: uudx
|
|
# Date created: 2 June 1996
|
|
# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uudx
|
|
PORTVERSION= 2.99
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extractor from uuencoded files
|
|
|
|
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
|
|
|
USE_LHA= yes
|
|
NO_WRKSUBDIR= yes
|
|
MANLANG= ja
|
|
MAN1= uudx.1
|
|
PLIST_FILES= bin/uudx
|
|
|
|
pre-patch:
|
|
@${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}"
|
|
@(${CP} ${FILESDIR}/Makefile ${WRKSRC})
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c
|
|
|
|
.include <bsd.port.mk>
|