aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/sj3-server/Makefile
blob: d5ecaa18f71bbdbd2e37f11d5e35a1853640a34c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    SJ3
# Date created:     18 Aug 1998
# Whom:         Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   sj3
PORTVERSION=    2.0.1.20
CATEGORIES= japanese
MASTER_SITES=   ftp://ftp.sony.co.jp/pub/unsupported/src/ \
        ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/

MAINTAINER= hidekazu@cs.titech.ac.jp

BUILD_DEPENDS=  xmkmf:${PORTSDIR}/x11/XFree86

MAN1=       sj3.1 sj3dic.1 sj3mkdic.1 sj3serv.1
MANLANG=    ja

STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/sj3.sh

# This port requires xmkmf but installs in /usr/local
#
# NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error.

do-configure:
    ( cd $(WRKSRC) ; xmkmf ; make Makefiles )

post-install:
    if [ ! -f ${STARTUP_SCRIPT} ]; then                 \
        ${ECHO} "Installing ${STARTUP_SCRIPT} startup file.";   \
        ${INSTALL_SCRIPT} ${FILESDIR}/sj3.sh ${STARTUP_SCRIPT}; \
    fi
    ${SETENV} PKG_PREFIX=${PREFIX} \
        ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>