mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edcf8b3594
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. :)
26 lines
600 B
Makefile
26 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>
|