33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
29 lines
561 B
Makefile
29 lines
561 B
Makefile
# New ports collection makefile for: gru
|
|
# Date created: 21 Sep 1999
|
|
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gru
|
|
PORTVERSION= 8087
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.bsddiary.net/gru/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gru makes your eyes happy
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xmu xpm xaw xt sm ice
|
|
|
|
MAN1= gru.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
DOCSDIR= ${PREFIX}/share/doc/ja/gru
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.jp ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|