401324bd83
this a local port. From Fenner's survey: ftp://ftp.tk.mesh.ad.jp/pub/Linux/JE-sources/X/xklock-2.7.tar.gz: changing directory pub/Linux/JE-sources/X 550 X: No such file or directory. (Last OK result Sat Nov 21 9:59:48 1998 ) ftp://ftp.biol.tsukuba.ac.jp/pub/X/clients/xklock-2.7.tar.gz: skipped: 530 Login incorrect. Password command failed establishing connection to ftp.biol.tsukuba.ac.jp (Last OK result Sun Aug 27 9:01:30 2000 ) ftp://ftp.kagoshima-u.ac.jp/pub1/PC/linux-j/JE-sources/X/xklock-2.7.tar. gz: skipped: Unable to connect to ftp.kagoshima-u.ac.jp ftp port: No such host (Last actual result NEVER [checked 521 times since Sun Mar 1 8:53:08 1998 ]) ftp://ftp.hitachi.co.jp/pub/linux/colias/pub/linux/JE-0.9.6/sources/X/xk lock-2.7.tar.gz: skipped: Unable to connect to ftp.hitachi.co.jp ftp port: No such host (Last actual result Sat Mar 27 9:26:31 1999 changing directory pub Unexpected reply for CWD pub: 550 pub: No such file or directory.) (Last OK result NEVER [checked 338 times since Sun Mar 1 8:51:59 1998 ])
37 lines
811 B
Makefile
37 lines
811 B
Makefile
# New ports collection makefile for: xklock
|
|
# Date created: 20 April 1997
|
|
# Whom: nkazushi@highway.or.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xklock
|
|
PORTVERSION= 2.7.1
|
|
CATEGORIES= japanese x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= trevor
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= ${DISTNAME}+lx.diff.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
pre-configure:
|
|
@${MV} ${WRKDIR}/jnames.c ${WRKDIR}/jnames.c.in
|
|
@${SED} -e "s:/usr/local:${PREFIX}:" ${WRKDIR}/jnames.c.in \
|
|
> ${WRKDIR}/jnames.c
|
|
@${MV} ${WRKDIR}/xklock.h ${WRKDIR}/xklock.h.in
|
|
@${SED} -e "s:/usr/local:${PREFIX}:" ${WRKDIR}/xklock.h.in \
|
|
> ${WRKDIR}/xklock.h
|
|
|
|
post-install:
|
|
${TOUCH} ${PREFIX}/lib/jnames
|
|
|
|
.include <bsd.port.mk>
|