2001-04-09 09:46:39 +00:00
|
|
|
# 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
|
- 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
|
|
|
PORTREVISION= 2
|
2008-04-09 13:42:26 +00:00
|
|
|
CATEGORIES= japanese deskutils tk
|
2001-04-09 09:46:39 +00:00
|
|
|
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/ \
|
|
|
|
ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/
|
|
|
|
|
|
|
|
PATCH_SITES= http://www-jlc.kek.jp/~fujiik/mklinux/Packages/dr3/JRPMS/ical/SOURCES/
|
|
|
|
PATCHFILES= ical-2.2-jp1.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2004-12-24 11:39:19 +00:00
|
|
|
MAINTAINER= mutoh@openedu.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A calendar application (Japanese)
|
2001-04-09 09:46:39 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= tk80jp:${PORTSDIR}/japanese/tk80
|
|
|
|
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../deskutils/ical
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
|
- 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
|
|
|
USE_XORG= x11
|
2001-04-09 09:46:39 +00:00
|
|
|
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>
|