mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
![Norikatsu Shigemura](/assets/img/avatar_default.png)
with Windows desktop mascot program `Ukagaka'(or well known `Nanika'). Feature: SSTP(Sakura[1] Script Transfer Protocol) SHIORI, core of ghost[2], module (Aya compatible) Kawari8, semi-AI, module SAORI module Communication between ghosts and ghosts. and many many CCCCCUUUUUTTTTTEEEEE features! [1] Card Capter Sakura (http://www.clamp-net.com/main.html) [2] ghost == character's core (maybe, you know Ghost In The Shell) e.g. shell == interface PR: ports/59989 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
24 lines
572 B
Plaintext
24 lines
572 B
Plaintext
--- Makefile.orig Fri Jul 18 11:00:52 2003
|
|
+++ Makefile Sat Dec 6 20:01:12 2003
|
|
@@ -4,14 +4,14 @@
|
|
# $Id: Makefile,v 1.6 2003/07/18 02:00:52 shy Exp $
|
|
#
|
|
|
|
-prefix = /opt/ninix-aya
|
|
+prefix = $(PREFIX)
|
|
|
|
-exec_libdir = $(prefix)/lib/ninix
|
|
+exec_libdir = $(prefix)/libexec/ninix
|
|
|
|
-bindir = $(DESTDIR)$(prefix)/bin
|
|
-docdir = $(DESTDIR)$(prefix)/doc
|
|
-libdir = $(DESTDIR)$(exec_libdir)
|
|
-localedir = $(DESTDIR)$(prefix)/share/locale
|
|
+bindir = $(prefix)/bin
|
|
+docdir = $(prefix)/share/doc/ninix
|
|
+libdir = $(exec_libdir)
|
|
+localedir = $(prefix)/share/locale
|
|
|
|
python = python
|
|
|