freebsd-ports/japanese/ical/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: ical
# Date created: 30 January 2001
# Whom: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
#
# $FreeBSD$
#
PORTNAME= ical
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= japanese deskutils tk
MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \
ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \
ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \
${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/
MASTER_SITE_SUBDIR= ical
PATCH_SITES= http://www-jlc.kek.jp/~fujiik/mklinux/Packages/dr3/JRPMS/ical/SOURCES/
PATCHFILES= ical-2.2-jp1.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= mutoh@openedu.org
COMMENT= A calendar application (Japanese)
LIB_DEPENDS= tk80jp:${PORTSDIR}/japanese/tk80
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
MASTERDIR= ${.CURDIR}/../../deskutils/ical
MD5_FILE= ${.CURDIR}/distinfo
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0jp \
--with-tclhdir=${PREFIX}/include/tcl8.0jp \
--with-tclsh=${PREFIX}/bin/tclsh8.0jp \
--with-tkconfig=${PREFIX}/lib/tk8.0jp \
--with-tkhdir=${PREFIX}/include/tk8.0jp
MAN1= ical.1
.include <bsd.port.mk>