1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initial import of xstarroll version 1.02.

An X11 demo of letters and pixmaps flying around.

PR:		8497
Submitted by:	Hiroaki Sakai <sakai@miya3f01.ee.kagu.sut.ac.jp>
This commit is contained in:
Steve Price 1998-12-24 07:17:29 +00:00
parent 99b2f9fb73
commit 4682b83bf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15567
6 changed files with 49 additions and 0 deletions

24
x11/xstarroll/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: XStarRoll
# Version required: 1.02
# Date created: 30 October 1998
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
#
# $Id$
#
DISTNAME= xstarroll-1.02
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= xstarroll
USE_X_PREFIX= yes
MAN1= xstarroll.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

1
x11/xstarroll/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xstarroll-1.02.tar.gz) = 06fbfd219df575a4d5712db823a6783e

View File

@ -0,0 +1,19 @@
--- Makefile.orig Fri Oct 30 01:09:07 1998
+++ Makefile Wed Dec 23 21:46:53 1998
@@ -1,11 +1,14 @@
-XSTARROLL_PREFIX = /usr/X11R6
+XSTARROLL_PREFIX = ${X11BASE}
XSTARROLL_BIN = ${XSTARROLL_PREFIX}/bin
XSTARROLL_MAN = ${XSTARROLL_PREFIX}/man/man1
XSTARROLL_TARBALL = xstarroll-1.02
+.if ${PORTOBJFORMAT} == "elf"
+LDFLAGS=-Wl,-rpath,$(X11BASE)/lib
+.endif
xstarroll : xstarroll.c
gcc -o xstarroll xstarroll.c \
- -O -I/usr/X11R6/include -L/usr/X11R6/lib \
+ -O -I/usr/X11R6/include ${LDFLAGS} -L${X11BASE}/lib \
-lX11 -lXt -lXmu -lXaw -lXpm
clean :
rm xstarroll

View File

@ -0,0 +1 @@
An X11 demo of letters and pixmaps flying around.

3
x11/xstarroll/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
XStarRoll is a simple demonstration program for X11. Letters and pixmaps
fly to far, far, far away. You can fly optional letters and pixmaps, and
use XStarRoll as a background picture.

1
x11/xstarroll/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xstarroll