aboutsummaryrefslogtreecommitdiff
path: root/archivers/linux-f8-upx/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /archivers/linux-f8-upx/Makefile
parent856c5bf9f133ae5d553d972d5a940586d3f56048 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'archivers/linux-f8-upx/Makefile')
-rw-r--r--archivers/linux-f8-upx/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/archivers/linux-f8-upx/Makefile b/archivers/linux-f8-upx/Makefile
deleted file mode 100644
index e68dfa35119f..000000000000
--- a/archivers/linux-f8-upx/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: archivers/linux-upx
-# Date created: 03 Jun 2007
-# Whom: Boris Samorodov <bsam@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= upx
-PORTVERSION= 1.25
-CATEGORIES= archivers linux
-MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= RPM of UPX, a high-performance executable packer
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libucl.so.1:${PORTSDIR}/archivers/linux-ucl
-
-USE_LINUX_RPM= yes
-RPMVERSION= 4
-LINUX_DIST_VER= 4
-BRANDELF_FILES= usr/bin/upx
-MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-.include <bsd.port.mk>