freebsd-ports/deskutils/xcalendar/Makefile
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

21 lines
509 B
Makefile

# Created by: MITA Yoshio <mita@iis.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= xcalendar
PORTVERSION= 4.0.2008
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= PORTS_JP
DISTNAME= ${PORTNAME}-4.0+i18n
MAINTAINER= ports@FreeBSD.org
COMMENT= Calendar with a notebook for X11 (internationalized version)
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake gmake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
MAKE_ENV= FILESDIR=${FILESDIR}
ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man
.include <bsd.port.mk>