1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Renamed erwin to erwn to avoid copyright issues.

This commit is contained in:
Jim Mock 1999-08-24 09:50:50 +00:00
parent c7260fd68f
commit 3cc75b6de9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20923
6 changed files with 67 additions and 0 deletions

31
www/erwn/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: erwin
# Version required: 0.3.1
# Date created: 31 July 1999
# Whom: Jim Mock <jimFreeBSD.org>
#
# $Id: Makefile,v 1.2 1999/08/22 19:00:33 mharo Exp $
#
DISTNAME= erwin-0.3.1
PKGNAME= erwn-0.3.1
CATEGORIES= www editors
MASTER_SITES= http://www-stud.fht-esslingen.de/erwin/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
post-install:
@strip ${PREFIX}/bin/erwin
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/erwin"
@${MKDIR} ${PREFIX}/share/doc/erwin && ${CHMOD} a+rx ${PREFIX}/share/doc/erwin
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/erwin
.endif
.include <bsd.port.mk>

1
www/erwn/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (erwin-0.3.1.tar.gz) = 73ea4a702ecdac15551019cd7653b289

24
www/erwn/files/patch-aa Normal file
View File

@ -0,0 +1,24 @@
--- Makefile.orig Sat Jul 31 17:03:44 1999
+++ Makefile Sat Jul 31 17:04:37 1999
@@ -2,7 +2,7 @@
bindir = $(prefix)/bin
NAME = erwin-0.3.1
-CC = gcc
+CC ?= gcc
PROG = erwin
OBJS = erwin.o erwinmenu.o erwinfunctions.o erwintoolbar.o \
erwinnotebook.o erwindialogs.o erwintags.o gtkmessage.o
@@ -28,10 +28,10 @@
rm -f $(PROG) $(OBJS) *.?~ core license.h
$(PROG): $(OBJS)
- $(CC) $(LDFLAGS) $(shell gtk-config --libs) -o $@ $(OBJS)
+ $(CC) $(LDFLAGS) $(shell gtk12-config --libs) -o $@ $(OBJS)
%.o: %.c
- $(CC) $(CFLAGS) $(shell gtk-config --cflags) -o $@ -c $<
+ $(CC) $(CFLAGS) $(shell gtk12-config --cflags) -o $@ -c $<
tar: clean
cd ..; ln -s erwin $(NAME);tar cf - $(NAME)/* > $(NAME).tar;rm $(NAME);gzip -f $(NAME).tar

1
www/erwn/pkg-comment Normal file
View File

@ -0,0 +1 @@
erwin is a simple (right now) html editor based on GTK+

7
www/erwn/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
erwin is a simple (right now) html editor based on GTK+. The current
version of erwin allows for editing of more than one file at a time,
and also is capable of some simple syntax highlighting.
WWW: http://www-stud.fht-esslingen.de/erwin/
- Jim <jim@FreeBSD.org>

3
www/erwn/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/erwin
share/doc/erwin/README
@dirrm share/doc/erwin