1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/libslang/Makefile

26 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: ja-S-lang library
# Version required: 1.3.8_j067
# Date created: 3 September 1999
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
#
1999-09-10 18:55:05 +00:00
# $FreeBSD$
#
DISTNAME= slang-1.3.8__J067
PKGNAME= ja-libslang-1.3.8.j067
CATEGORIES= japanese devel
MASTER_SITES= http://home.sprintmail.com/~kikutani/slang/
MAINTAINER= mega@minz.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang
ALL_TARGET= all elf
INSTALL_TARGET= install-elf
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${CP} ${WRKSRC}/slang-j.doc ${PREFIX}/share/doc/slang
.include <bsd.port.mk>