5005b67362
OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
37 lines
714 B
Makefile
37 lines
714 B
Makefile
# Created by: 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= X11 mascot based on gal-game "To Heart"
|
|
|
|
WRKSRC= ${WRKDIR}/xmulti200beta4
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext xaw xmu xt xpm sm ice
|
|
|
|
MAN1= xmaid.1
|
|
NO_MANCOMPRESS= yes
|
|
DOCSDIR= ${PREFIX}/share/doc/ja/{PORTNAME}
|
|
|
|
NO_STAGE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
|
|
${INSTALL_MAN} ${WRKSRC}/$i ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|