summaryrefslogtreecommitdiff
path: root/converters/uudeview
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:04:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:04:28 +0000
commit607b9d30390aa86d16e0622f2b48b2f4de829f4e (patch)
treef410868a0ca380d221c93e05a2ebca9ff5124cdc /converters/uudeview
parent- Support OPTIONS (diff)
- Add LICENSE
- Add MAKE_JOBS_SAFE PR: 161648 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=283774
Diffstat (limited to 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile12
-rw-r--r--converters/uudeview/pkg-plist5
2 files changed, 9 insertions, 8 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index 46d9d0804649..b92131602f27 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -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
diff --git a/converters/uudeview/pkg-plist b/converters/uudeview/pkg-plist
deleted file mode 100644
index dc6c9cadfd30..000000000000
--- a/converters/uudeview/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/uudeview
-bin/uuenview
-%%PORTDOCS%%%%DOCSDIR%%/HISTORY
-%%PORTDOCS%%%%DOCSDIR%%/porting.notes
-%%PORTDOCS%%@dirrm %%DOCSDIR%%