mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4bfc6c801e
PR: ports/20322 Submitted by: Ports Fury
36 lines
889 B
Makefile
36 lines
889 B
Makefile
# New ports collection makefile for: sxsame
|
|
# Date created: 11 December 1999
|
|
# Whom: Yuichi Narahara
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sxsame
|
|
PORTVERSION= 3.02
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \
|
|
ftp://ftp.riken.go.jp/pub/Linux/jg/JG-0.9.1/sources/ \
|
|
ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \
|
|
ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/
|
|
|
|
MAINTAINER= aconitum@po.teleway.ne.jp
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
INSTALL_TARGET= install install.dir
|
|
BINOWN= root
|
|
BINGRP= games
|
|
BINMODE= 2755
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/sxsame
|
|
.for i in INSTALL.jp README.jp
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sxsame
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|