1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/libslang/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

32 lines
774 B
Makefile

# Created by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
# $FreeBSD$
PORTNAME= libslang
PORTVERSION= ${VERSION}.j${JP_VERSION}
CATEGORIES= japanese devel
MASTER_SITES= http://www.emaillab.org/mutt/tools/ \
http://my.reset.jp/~iwashita/mutt/distfiles/ \
http://www.actweb.ne.jp/k-yosino/
DISTNAME= slang-${VERSION}jp${JP_VERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library permits a programmer to develop software
CONFLICTS= libslang2-[0-9]* libslang-1.*[^j]*
VERSION= 1.4.5
JP_VERSION= 2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang
ALL_TARGET= all elf
INSTALL_TARGET= install-elf
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/slang-j.doc ${PREFIX}/share/doc/slang
.include <bsd.port.mk>