freebsd-ports/japanese/csrd/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

25 lines
600 B
Makefile

# New ports collection makefile for: csrd
# Date created: 99/08/18
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= csrd
PORTVERSION= 1.0
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/csrd/
MAINTAINER= taoka@FreeBSD.org
MAKEFILE= makefile.unx
ALL_TARGET= csrd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/csrd ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/csrd.gai ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/${PKGNAME}
${INSTALL_DATA} ${WRKSRC}/csrd.doc ${PREFIX}/share/doc/${PKGNAME}
.include <bsd.port.mk>