mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
PR: ports/8496
Submitted by: sakai@miya.ee.kagu.sut.ac.jp a kaleidoscope for X
This commit is contained in:
parent
3e5ae9c631
commit
21d1e768c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15589
24
x11/xmangekyou/Makefile
Normal file
24
x11/xmangekyou/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: XMangekyou
|
||||
# Version required: 1.03
|
||||
# Date created: 30 October 1998
|
||||
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xmangekyou-1.03
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.ed.kagu.sut.ac.jp/~j4397617/
|
||||
|
||||
MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
ALL_TARGET= xmangekyou
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAN1= xmangekyou.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xmangekyou/distinfo
Normal file
1
x11/xmangekyou/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmangekyou-1.03.tar.gz) = f4881574c15d24e60d57a016b41b63a9
|
17
x11/xmangekyou/files/patch-aa
Normal file
17
x11/xmangekyou/files/patch-aa
Normal file
@ -0,0 +1,17 @@
|
||||
--- Makefile.orig Fri Oct 30 15:43:07 1998
|
||||
+++ Makefile Thu Dec 24 23:21:55 1998
|
||||
@@ -1,4 +1,4 @@
|
||||
-XMANGEKYOU_PREFIX = /usr/X11R6
|
||||
+XMANGEKYOU_PREFIX = ${X11BASE}
|
||||
XMANGEKYOU_BIN = ${XMANGEKYOU_PREFIX}/bin
|
||||
XMANGEKYOU_LIB = ${XMANGEKYOU_PREFIX}/lib/X11/XMangekyou
|
||||
XMANGEKYOU_MAN = ${XMANGEKYOU_PREFIX}/man/man1
|
||||
@@ -8,7 +8,7 @@
|
||||
gcc -o xmangekyou \
|
||||
xm_anime.o xm_cal.o xm_graph.o xm_init.o \
|
||||
xm_main.o xm_quit.o xm_str.o xm_time.o \
|
||||
- -O -L/usr/X11R6/lib -lm -lX11 -lXt -lXmu -lXaw -lXpm
|
||||
+ -O -L${X11BASE}/lib -lm -lX11 -lXt -lXmu -lXaw -lXpm -Wl,-rpath,${X11BASE}/lib
|
||||
xm_anime.o : xm_anime.c
|
||||
gcc -c xm_anime.c -O -I/usr/X11R6/include \
|
||||
-DXMANGEKYOU_LIB=\"${XMANGEKYOU_LIB}/\"
|
1
x11/xmangekyou/pkg-comment
Normal file
1
x11/xmangekyou/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a kaleidoscope for X
|
2
x11/xmangekyou/pkg-descr
Normal file
2
x11/xmangekyou/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
XMangekyou is a kaleidoscope. You can see many, many, many patterns,
|
||||
but, care for yourself from 'trip' filling!
|
6
x11/xmangekyou/pkg-plist
Normal file
6
x11/xmangekyou/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/xmangekyou
|
||||
lib/X11/XMangekyou/animation.dat
|
||||
lib/X11/XMangekyou/README.euc
|
||||
lib/X11/XMangekyou/Makefile
|
||||
lib/X11/XMangekyou/COPYRIGHT.euc
|
||||
@dirrm lib/X11/XMangekyou
|
Loading…
Reference in New Issue
Block a user