mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
33 lines
775 B
Makefile
33 lines
775 B
Makefile
|
# New ports collection makefile for: ja-S-lang library
|
||
|
# Version required: 1.2.2
|
||
|
# Date created: 26 Jun 1998
|
||
|
# Whom: Takashi Mega <mega@minz.org>
|
||
|
#
|
||
|
# $Id$
|
||
|
|
||
|
DISTNAME= slang1.2.2
|
||
|
PKGNAME= ja-libslang-1.2.2
|
||
|
CATEGORIES= japanese devel
|
||
|
MASTER_SITES= http://master.debian.or.jp/~kikutani/slang/
|
||
|
|
||
|
PATCH_SITES= http://master.debian.or.jp/~kikutani/slang/
|
||
|
PATCHFILES= slang1.2.2jp0.pat.gz
|
||
|
PATCH_DIST_STRIP= -p1
|
||
|
|
||
|
MAINTAINER= mega@minz.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
ALL_TARGET= all elf
|
||
|
INSTALL_TARGET= install install-elf
|
||
|
WRKSRC= ${WRKDIR}/slang
|
||
|
|
||
|
post-install:
|
||
|
${ECHO} "installing documents in ${PREFIX}/share/doc/slang"
|
||
|
@mkdir -p ${PREFIX}/share/doc/slang
|
||
|
${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/slang
|
||
|
|
||
|
post-install:
|
||
|
${LDCONFIG} -m ${PREFIX}/lib
|
||
|
|
||
|
.include <bsd.port.mk>
|