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)
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# New ports collection makefile for: xcalendar-4.0
|
|
# Date created: 25 June 1996
|
|
# Whom: MITA Yoshio <mita@iis.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcalendar
|
|
PORTVERSION= 4.0.2008
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= ${PORTNAME}-4.0+i18n
|
|
|
|
MAINTAINER= sarumaru@jp.FreeBSD.org
|
|
COMMENT= A calendar with a notebook for X11 (internationalized version)
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= FILESDIR=${FILESDIR}
|
|
ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man
|
|
MAN1= xcalendar.1
|
|
MANLANG= "" ja
|
|
|
|
.include <bsd.port.mk>
|