1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Update to 0.2.3

PR: ports/14203
Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
This commit is contained in:
Dan Moschuk 1999-10-08 21:26:19 +00:00
parent f341afe0b0
commit e019d159b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22257
3 changed files with 22 additions and 36 deletions

View File

@ -1,33 +1,38 @@
# New ports collection makefile for: xpuyopuyo
# Version required: 0.1.1
# Version required: 0.2.3
# Date created: 19 Sep 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= xpuyopuyo-0.1.1
DISTNAME= xpuyopuyo-0.2.3
CATEGORIES= games
MASTER_SITES= http://chaos2.org/xpuyopuyo/
MAINTAINER= yinjieh@csie.nctu.edu.tw
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gnomeui.2:${PORTSDIR}/x11/gnomelibs
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
CONFIGURE_ARG= --with-gnome
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin
post-install:
@${MKDIR} ${PREFIX}/share/xpuyopuyo
.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo
.endfor
@${MKDIR} ${PREFIX}/share/xpuyopuyo/img
@${INSTALL_DATA} ${WRKSRC}/img/* ${PREFIX}/share/xpuyopuyo/img
@${INSTALL_DATA} ${WRKSRC}/img/*.xpm ${PREFIX}/share/xpuyopuyo/img
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9
MD5 (xpuyopuyo-0.2.3.tar.gz) = 19f19aa1ebe10b4d703a6ea3110515ff

View File

@ -1,31 +1,12 @@
Only in .: Makefile
diff -ru /tmp/xpuyopuyo-0.1.1/Makefile.in ./Makefile.in
--- /tmp/xpuyopuyo-0.1.1/Makefile.in Sun Sep 19 07:34:55 1999
+++ ./Makefile.in Sun Sep 19 19:54:09 1999
@@ -119,8 +119,8 @@
pfield.o pmanip.o ppiece.o pplayer.o pwindow.o pgame.o
xpuyopuyo_DEPENDENCIES =
diff -ru /tmp/xpuyopuyo-0.2.3/Makefile.in ./Makefile.in
--- /tmp/xpuyopuyo-0.2.3/Makefile.in Sat Sep 25 18:11:27 1999
+++ ./Makefile.in Fri Oct 8 10:34:51 1999
@@ -135,7 +135,7 @@
@GTK_FALSE@xpuyopuyo_DEPENDENCIES = libxpuyopuyo.a
@GTK_TRUE@xpuyopuyo_DEPENDENCIES = libxpuyopuyo.a
xpuyopuyo_LDFLAGS =
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+CFLAGS += @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \
Only in .: config.cache
Only in .: config.h
Only in .: config.log
Only in .: config.status
Only in .: getopt.o
Only in .: getopt1.o
Only in .: pai.o
Only in .: pfield.o
Only in .: pgame.o
Only in .: pimg.o
Only in .: pmanip.o
Only in .: ppiece.o
Only in .: pplayer.o
Only in .: pwindow.o
Only in .: xpuyopuyo
Only in .: xpuyopuyo.o
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)