aboutsummaryrefslogtreecommitdiff
path: root/archivers/upx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 01:02:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 01:02:57 +0000
commitecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch)
treeee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/upx
parent55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff)
downloadports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz
ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip
Convert archivers from USE_GMAKE to USES=gmake
While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=325646
Diffstat (limited to 'archivers/upx')
-rw-r--r--archivers/upx/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile
index a05d076520a4..92c75971fa80 100644
--- a/archivers/upx/Makefile
+++ b/archivers/upx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: upx
-# Date created: 17 Feb 2004
-# Whom: Max Khon <fjoe@FreeBSD.org>
-#
+# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= upx
PORTVERSION= 3.09
@@ -21,8 +17,8 @@ LIB_DEPENDS= ucl.1:${PORTSDIR}/archivers/ucl
LZMA_VER= 4.65
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5_BUILD=yes
+USES= gmake perl5
+USE_PERL5= build
MAKE_ENV= UPX_UCLDIR=${LOCALBASE}\
UPX_LZMADIR=${WRKDIR}\
target=freebsd