bc07afc1c2
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
30 lines
737 B
Makefile
30 lines
737 B
Makefile
# New ports collection makefile for: oneko-sakura
|
|
# Date created: 25 May 1999
|
|
# Whom: HOTARU-YA <hotaru@tail.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oneko
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://riksun.riken.go.jp/archives/Linux/pje/PJE-0.1.5/sources/xclt/oneko/ \
|
|
http://hp.vector.co.jp/authors/VA004959/oneko/
|
|
PKGNAMESUFFIX= -sakura5
|
|
|
|
PATCH_SITES= http://www.daidouji.com/oneko/distfiles/
|
|
PATCHFILES= oneko-1.2.sakura.5.diff.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= hotaru@tail.net
|
|
|
|
USE_IMAKE= yes
|
|
MAN6= oneko.6
|
|
NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/"
|
|
RESTRICTED_FILES= ${PATCHFILES}
|
|
|
|
pre-configure:
|
|
@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|