1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upstream has disappeared and development ceased

This commit is contained in:
Baptiste Daroussin 2015-07-14 20:30:00 +00:00
parent 7df86a960f
commit 70608146ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392080
5 changed files with 1 additions and 43 deletions

1
MOVED
View File

@ -7688,3 +7688,4 @@ devel/p5-Test-TempDir|devel/p5-Test-TempDir-Tiny|2015-07-14|Has expired: Use dev
x11-toolkits/fpc-gtk1||2015-07-14|Development has been discontinued
graphics/fpc-fpgtk||2015-07-14|Development has been discontinued
editors/lazarus-lcl-gtk||2015-07-14|Development has been discontinued
x11/gmessage||2015-07-14|Upstream has disappeared and development ceased

View File

@ -1,16 +0,0 @@
# Created by: domi@saargate.de
# $FreeBSD$
PORTNAME= gmessage
PORTVERSION= 0.2
PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+ clone of xmessage. displays a given text in a X11 window
PLIST_FILES= bin/gmessage
USE_GNOME= gtk12
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gmessage-0.2.tar.gz) = ada0f31641f115b7ab262486d70a52d02db37a4560110c18ebc7b76e93c0be17
SIZE (gmessage-0.2.tar.gz) = 10515

View File

@ -1,21 +0,0 @@
--- Makefile.orig 1999-05-27 18:58:06.000000000 +0800
+++ Makefile 2014-01-10 14:20:30.000000000 +0800
@@ -1,6 +1,6 @@
-CC = gcc
-CFLAGS = `gtk-config --cflags`
-LDLIBS = `gtk-config --libs`
+CC ?= gcc
+CFLAGS += `$(GTK_CONFIG) --cflags`
+LDLIBS = `$(GTK_CONFIG) --libs`
all: gmessage
@@ -8,7 +8,7 @@ gmessage: gmessage.c
$(CC) $(CFLAGS) gmessage.c -o gmessage $(OBJS) $(LDLIBS)
install: gmessage
- cp ./gmessage /usr/local/bin
+ ${BSD_INSTALL_PROGRAM} gmessage $(DESTDIR)${PREFIX}/bin
clean:
$(RM) *.o core gmessage

View File

@ -1,4 +0,0 @@
gmessage is a gtk+ clone of xmessage. It displays a given text in a X11 GTK
window. you can optionally give a timeout.
WWW: http://www.math.uni-goettingen.de/dadler/gmessage/