2017-12-04 17:56:27 +00:00

30 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.25 2017/12/04 17:56:27 espie Exp $
COMMENT= convert solar calendar to lunar calendar
DISTNAME= lunar-2.1
PKGNAME= zh-lunar-2.1
REVISION = 0
FIX_EXTRACT_PERMISSIONS=Yes
CATEGORIES= chinese
MASTER_SITES= http://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
PERMIT_PACKAGE_CDROM= non-commercial use only
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c
ALL_TARGET=
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/chinese
${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lunar.bitmap ${PREFIX}/share/chinese
${INSTALL_MAN} ${WRKSRC}/lunar.1 ${PREFIX}/man/man1
.include <bsd.port.mk>