1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/archivers/upx/Makefile
Max Khon 45eebd566c New port: upx 1.24
UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
2004-02-17 03:05:13 +00:00

48 lines
1.1 KiB
Makefile

# New ports collection makefile for: upx
# Date created: 17 Feb 2004
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= upx
PORTVERSION= 1.24
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= upx/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The Ultimate Packer for eXecutables
LIB_DEPENDS= ucl.1:${PORTSDIR}/archivers/ucl
USE_GMAKE= yes
USE_PERL5_BUILD=yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
MAKE_ENV= UCLDIR=${LOCALBASE} target=freebsd
PORTDOCS= BUGS COPYING LICENSE NEWS README THANKS
MAN1= upx.1
PLIST_FILES= bin/upx
post-patch:
@${CP} ${FILESDIR}/freebsd.h ${WRKSRC}/config_h
@${CP} ${FILESDIR}/l_b_n2?.h ${WRKSRC}/stub
post-build:
@cd ${WRKSRC}/../doc && ${GMAKE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/upx ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/../doc/upx.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@for i in ${PORTDOCS}; do \
${INSTALL_DATA} ${WRKSRC}/../$$i ${DOCSDIR}; \
done
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>