1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add LICENSE

- Add MAKE_JOBS_SAFE

PR:		161648
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Emanuel Haupt 2011-10-18 13:04:28 +00:00
parent 6ece248e98
commit 607b9d3039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283774
2 changed files with 9 additions and 8 deletions

View File

@ -13,11 +13,19 @@ MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding
LICENSE= GPLv2
LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-tcl
MAKE_JOBS_SAFE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= uudeview.1 uuenview.1
PORTDOCS= HISTORY porting.notes
PLIST_FILES= bin/uudeview bin/uuenview
.include <bsd.port.pre.mk>
@ -30,8 +38,6 @@ CONFIGURE_ARGS+= --enable-inews=${PREFIX}/bin/inews
CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews
.endif
MAN1= uudeview.1 uuenview.1
post-install:
@${STRIP_CMD} ${PREFIX}/bin/uudeview
@${STRIP_CMD} ${PREFIX}/bin/uuenview

View File

@ -1,5 +0,0 @@
bin/uudeview
bin/uuenview
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
%%PORTDOCS%%%%DOCSDIR%%/porting.notes
%%PORTDOCS%%@dirrm %%DOCSDIR%%