1998-07-19 15:24:14 +00:00
|
|
|
# New ports collection makefile for: ja-S-lang library
|
1999-09-07 04:20:14 +00:00
|
|
|
# Date created: 3 September 1999
|
1999-05-01 03:28:13 +00:00
|
|
|
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
|
|
|
|
#
|
1999-09-10 18:55:05 +00:00
|
|
|
# $FreeBSD$
|
1998-07-19 15:24:14 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 14:15:53 +00:00
|
|
|
PORTNAME= libslang
|
|
|
|
PORTVERSION= ${VERSION}.j${JP_VERSION}
|
1998-07-19 15:24:14 +00:00
|
|
|
CATEGORIES= japanese devel
|
2003-02-12 02:08:15 +00:00
|
|
|
MASTER_SITES= http://www.emaillab.org/mutt/tools/ \
|
|
|
|
http://my.reset.jp/~iwashita/mutt/distfiles/ \
|
|
|
|
http://www.actweb.ne.jp/k-yosino/
|
2002-05-16 10:22:11 +00:00
|
|
|
DISTNAME= slang-${VERSION}jp${JP_VERSION}
|
2002-05-11 12:21:42 +00:00
|
|
|
|
2003-02-12 02:08:15 +00:00
|
|
|
MAINTAINER= iwashita@cqmail.net
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= A library permits a programmer to develop software
|
1998-07-19 15:24:14 +00:00
|
|
|
|
2007-07-11 12:04:42 +00:00
|
|
|
CONFLICTS= libslang2-[0-9]* libslang-1.*[^j]*
|
2005-08-01 11:33:29 +00:00
|
|
|
|
2002-05-11 12:21:42 +00:00
|
|
|
VERSION= 1.4.5
|
2002-05-16 10:22:11 +00:00
|
|
|
JP_VERSION= 2
|
2000-04-11 14:15:53 +00:00
|
|
|
|
1998-07-19 15:24:14 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-01 03:28:13 +00:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang
|
1998-07-19 15:24:14 +00:00
|
|
|
ALL_TARGET= all elf
|
1999-09-07 04:20:14 +00:00
|
|
|
INSTALL_TARGET= install-elf
|
2007-04-20 19:02:11 +00:00
|
|
|
USE_LDCONFIG= yes
|
2009-11-19 23:41:55 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1998-07-19 15:24:14 +00:00
|
|
|
|
|
|
|
post-install:
|
2002-05-11 12:21:42 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/slang-j.doc ${PREFIX}/share/doc/slang
|
1998-07-19 15:24:14 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|