openbsd-ports/japanese/nkf/Makefile

38 lines
811 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2011/01/09 13:52:53 espie Exp $
SHARED_ONLY = Yes
COMMENT = Network Kanji code conversion Filter
VERSION = 2.1.1
DISTNAME = nkf-${VERSION}
PKGNAME = ja-nkf-${VERSION}
EPOCH = 0
REVISION = 0
CATEGORIES = japanese textproc
HOMEPAGE = http://sourceforge.jp/projects/nkf/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE_JP:=nkf/48945/}
MAINTAINER = Marc Espie <espie@openbsd.org>
2000-02-12 01:29:49 -05:00
2000-10-09 20:40:20 -04:00
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
WRKSRC = ${WRKDIST}/NKF.mod
CONFIGURE_STYLE = perl
USE_GROFF = Yes
2003-02-23 12:18:52 -05:00
post-build:
cd ${WRKDIST} && ${CC} -o nkf ${CFLAGS} nkf.c utf8tbl.c
2003-02-23 12:18:52 -05:00
post-install:
2003-02-23 12:18:52 -05:00
${INSTALL_PROGRAM} ${WRKDIST}/nkf ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIST}/nkf.1 ${PREFIX}/man/man1
.include <bsd.port.mk>