openbsd-ports/chinese/lunar/Makefile

30 lines
672 B
Makefile
Raw Normal View History

2013-03-10 21:30:26 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/11 01:30:26 espie Exp $
2001-03-25 22:49:10 -05:00
COMMENT= convert solar calendar to lunar calendar
1997-11-26 17:13:06 -05:00
DISTNAME= lunar-2.1
PKGNAME= zh-lunar-2.1
CATEGORIES= chinese
2002-10-24 19:52:29 -04:00
2000-10-05 05:35:18 -04:00
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
1998-10-07 01:09:51 -04:00
2000-10-05 05:35:18 -04:00
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
1998-10-07 01:09:51 -04:00
PERMIT_PACKAGE_CDROM= non-commercial use only
PERMIT_PACKAGE_FTP= Yes
2004-11-21 16:51:36 -05:00
WANTLIB= c
1997-11-26 17:13:06 -05:00
ALL_TARGET=
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
2013-03-10 21:30:26 -04:00
NO_TEST= Yes
2002-10-24 19:52:29 -04:00
1997-11-26 17:13:06 -05:00
do-install:
2000-02-10 20:44:50 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/chinese
1997-11-26 17:13:06 -05:00
${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lunar.bitmap ${PREFIX}/share/chinese
${INSTALL_MAN} ${WRKSRC}/lunar.1 ${PREFIX}/man/man1
1997-11-26 17:13:06 -05:00
.include <bsd.port.mk>