8ca9f0d689
PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
26 lines
592 B
Makefile
26 lines
592 B
Makefile
# New ports collection makefile for: wmpccard
|
|
# Date created: 00/02/5
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmpccard
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= http://www.sra.co.jp/people/m-kasahr/wmpccard/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PCcard monitor for FreeBSD + PAO
|
|
|
|
USE_XORG= x11 xpm
|
|
MAN1= wmpccard.1.gz
|
|
NO_MANCOMPRESS= yes
|
|
PLIST_FILES= bin/wmpccard
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmpccard ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/wmpccard.1.gz ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|