1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 0.50 (less bugs, GTK fixes, better memory

management and a history function)

PR:		16947
Submitted by:	maintainer
This commit is contained in:
Ade Lovett 2000-02-25 02:16:57 +00:00
parent c53246da96
commit 752d3fe872
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26265
6 changed files with 28 additions and 28 deletions

View File

@ -1,16 +1,17 @@
# New ports collection makefile for: xanim
# Version required: 0.45
# Version required: 0.50
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: Rod Taylor
#
# $FreeBSD$
#
DISTNAME= gxanim-0.45
DISTNAME= gxanim-0.50
CATEGORIES= graphics
MASTER_SITES= http://www.iag.net/~aleris/
MASTER_SITES= http://www.iag.net/~aleris/ \
http://www.zort.on.ca/software/
MAINTAINER= rod@idiotswitch.org
MAINTAINER= rbt@zort.on.ca
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
@ -20,7 +21,6 @@ GTK_CONFIG= ${X11BASE}/bin/gtk12-config
USE_XLIB= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/gxanim
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9
MD5 (gxanim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c

View File

@ -1,19 +1,19 @@
--- Makefile.orig Tue Aug 31 14:57:46 1999
+++ Makefile Mon Sep 20 11:32:09 1999
--- Makefile.orig Sun Nov 21 18:20:58 1999
+++ Makefile Thu Feb 24 18:07:32 2000
@@ -1,8 +1,8 @@
-CC = gcc
-CFLAGS = -O2 `gtk-config --cflags`
-INSTALLDIR = /usr/local/bin
+# CC = gcc
+CFLAGS += `${GTK_CONFIG} --cflags`
+CC?= gcc
+CFLAGS+= `${GTK_CONFIG} --cflags`
+INSTALLDIR = ${PREFIX}/bin
-LIBS = `gtk-config --libs`
+LIBS = `${GTK_CONFIG} --libs`
OBJS = runxanim.o gxanim.o memory.o filesel.o util.o valxanim.o control.o windows.o config.o prefs.o
FINAL = gxanim
@@ -29,5 +29,5 @@
OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \
valxanim.o control.o windows.o config.o prefs.o \
history.o gtkmovie.o
@@ -31,5 +31,5 @@
rm -f ${FINAL}
install :

View File

@ -1,16 +1,17 @@
# New ports collection makefile for: xanim
# Version required: 0.45
# Version required: 0.50
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: Rod Taylor
#
# $FreeBSD$
#
DISTNAME= gxanim-0.45
DISTNAME= gxanim-0.50
CATEGORIES= graphics
MASTER_SITES= http://www.iag.net/~aleris/
MASTER_SITES= http://www.iag.net/~aleris/ \
http://www.zort.on.ca/software/
MAINTAINER= rod@idiotswitch.org
MAINTAINER= rbt@zort.on.ca
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim
@ -20,7 +21,6 @@ GTK_CONFIG= ${X11BASE}/bin/gtk12-config
USE_XLIB= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/gxanim
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9
MD5 (gxanim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c

View File

@ -1,19 +1,19 @@
--- Makefile.orig Tue Aug 31 14:57:46 1999
+++ Makefile Mon Sep 20 11:32:09 1999
--- Makefile.orig Sun Nov 21 18:20:58 1999
+++ Makefile Thu Feb 24 18:07:32 2000
@@ -1,8 +1,8 @@
-CC = gcc
-CFLAGS = -O2 `gtk-config --cflags`
-INSTALLDIR = /usr/local/bin
+# CC = gcc
+CFLAGS += `${GTK_CONFIG} --cflags`
+CC?= gcc
+CFLAGS+= `${GTK_CONFIG} --cflags`
+INSTALLDIR = ${PREFIX}/bin
-LIBS = `gtk-config --libs`
+LIBS = `${GTK_CONFIG} --libs`
OBJS = runxanim.o gxanim.o memory.o filesel.o util.o valxanim.o control.o windows.o config.o prefs.o
FINAL = gxanim
@@ -29,5 +29,5 @@
OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \
valxanim.o control.o windows.o config.o prefs.o \
history.o gtkmovie.o
@@ -31,5 +31,5 @@
rm -f ${FINAL}
install :