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
35 lines
740 B
Makefile
35 lines
740 B
Makefile
# New ports collection makefile for: xmulti
|
|
# Date created: 4 Jun 1998
|
|
# Whom: Toru YANO <toru@s-fine.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmulti
|
|
PORTVERSION= 2.00b4
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.denpa.org/~go/xmulti/
|
|
DISTFILES= xmul200b4.tgz
|
|
|
|
MAINTAINER= toru@tenchi.ne.jp
|
|
COMMENT= A X11 mascot based on gal-game "To Heart"
|
|
|
|
WRKSRC= ${WRKDIR}/xmulti200beta4
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xaw xmu xt xpm sm ice
|
|
|
|
MAN1= xmaid.1
|
|
NO_MANCOMPRESS= yes
|
|
DOCSDIR= ${PREFIX}/share/doc/ja/{PORTNAME}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
|
|
${INSTALL_MAN} ${WRKSRC}/$i ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|