freebsd-ports/archivers/linux-f10-upx/Makefile
Mathieu Arnold 88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00

27 lines
775 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= upx
PORTVERSION= 3.03
CATEGORIES= archivers linux
MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
MAINTAINER= emulation@FreeBSD.org
COMMENT= UPX, a high-performance executable packer (Linux Fedora 10)
CONFLICTS= linux-upx-[0-9]* linux-f8-upx-[0-9]*
USE_LINUX= f10
USE_LINUX_RPM= yes
USE_LINUX_APPS= ucl
RPMVERSION= 1.fc10
BRANDELF_FILES= usr/bin/upx
PLIST_FILES= usr/bin/upx usr/share/man/man1/upx.1.gz
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= BUGS COPYING LICENSE NEWS PROJECTS README README.1ST \
THANKS TODO elf-to-mem.txt filter.txt loader.txt selinux.txt
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>